Home
last modified time | relevance | path

Searched refs:maxDepthBounds (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h484 float maxDepthBounds);
Dgoldfish_vk_marshaling_guest.cpp2124 vkStream->write((float*)&forMarshaling->maxDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()
2142 vkStream->read((float*)&forUnmarshaling->maxDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
DVkEncoder.cpp7528 float maxDepthBounds) in vkCmdSetDepthBounds() argument
7543 local_maxDepthBounds = maxDepthBounds; in vkCmdSetDepthBounds()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1139 float maxDepthBounds) in entry_vkCmdSetDepthBounds() argument
1144 vkEnc->vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in entry_vkCmdSetDepthBounds()