Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h131 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep…
Dnull_driver.cpp1364 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp443 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep…
1164 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep… in CmdSetDepthBounds() argument
1165 … GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds()
2003 VKAPI_ATTR void vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxD… in vkCmdSetDepthBounds() argument
2004 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()