Searched refs:minDepthBounds (Results 1 – 4 of 4) sorted by relevance
483 float minDepthBounds,
2123 vkStream->write((float*)&forMarshaling->minDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()2141 vkStream->read((float*)&forUnmarshaling->minDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
7527 float minDepthBounds, in vkCmdSetDepthBounds() argument7542 local_minDepthBounds = minDepthBounds; in vkCmdSetDepthBounds()
1138 float minDepthBounds, in entry_vkCmdSetDepthBounds() argument1144 vkEnc->vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in entry_vkCmdSetDepthBounds()