Searched refs:maxDepthBounds (Results 1 – 4 of 4) sorted by relevance
484 float maxDepthBounds);
2124 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()2142 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
7528 float maxDepthBounds) in vkCmdSetDepthBounds() argument7543 local_maxDepthBounds = maxDepthBounds; in vkCmdSetDepthBounds()
1139 float maxDepthBounds) in entry_vkCmdSetDepthBounds() argument1144 vkEnc->vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in entry_vkCmdSetDepthBounds()