Searched refs:maxDepthBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 132 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
|
D | null_driver.cpp | 1395 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 494 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 1326 …void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument 1327 … GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds() 2366 …id vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds() argument 2367 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
|