Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h153 PFN_vkCmdSetDepthBounds CmdSetDepthBounds; member
Dapi_gen.cpp280 INIT_PROC(true, dev, CmdSetDepthBounds); in InitDispatchTable()
494 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep…
808 { "vkCmdSetDepthBounds", reinterpret_cast<PFN_vkVoidFunction>(CmdSetDepthBounds) }, in GetInstanceProcAddr()
1326 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep… in CmdSetDepthBounds() function
1327 … GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in CmdSetDepthBounds()
2367 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp122 …s", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetDepthBounds>(CmdSetDepthBounds))},
Dnull_driver_gen.h132 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep…
Dnull_driver.cpp1395 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { in CmdSetDepthBounds() function