Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp381 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
1024 …void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
1025 … GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds()
1726 …id vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { in vkCmdSetDepthBounds() argument
1727 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h130 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
Dnull_driver.cpp1352 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2065 float maxDepthBounds; member
2575 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
3151 float maxDepthBounds);
/frameworks/native/vulkan/api/
Dvulkan.api3005 f32 maxDepthBounds
6395 f32 maxDepthBounds) {