Searched refs:maxDepthBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 130 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
|
D | null_driver.cpp | 1364 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 444 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 1164 …void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument 1165 … GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds() 1998 …id vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds() argument 1999 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4259 f32 maxDepthBounds 9356 f32 maxDepthBounds) {
|