Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h130 … void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
Dnull_driver.cpp1364 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp444 … 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/
Dvulkan.api4259 f32 maxDepthBounds
9356 f32 maxDepthBounds) {