Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h483 float minDepthBounds,
Dgoldfish_vk_marshaling_guest.cpp2123 vkStream->write((float*)&forMarshaling->minDepthBounds, sizeof(float)); in marshal_VkPipelineDepthStencilStateCreateInfo()
2141 vkStream->read((float*)&forUnmarshaling->minDepthBounds, sizeof(float)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
DVkEncoder.cpp7527 float minDepthBounds, in vkCmdSetDepthBounds() argument
7542 local_minDepthBounds = minDepthBounds; in vkCmdSetDepthBounds()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1138 float minDepthBounds, in entry_vkCmdSetDepthBounds() argument
1144 vkEnc->vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in entry_vkCmdSetDepthBounds()