Searched defs:CmdSetDepthBounds (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h137 PFN_vkCmdSetDepthBounds CmdSetDepthBounds; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp235 INIT_PROC(dev, CmdSetDepthBounds);
379 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
541 { "vkCmdSetDepthBounds", reinterpret_cast<PFN_vkVoidFunction>(CmdSetDepthBounds) },
1006 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) { function in namespace:vulkan::api::__anon1598
1007 GetData(commandBuffer).dispatch.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds);
1709 vulkan::api::CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1283 void CmdSetDepthBounds(VkCommandBuffer cmdBuffer, float minDepthBounds, float maxDepthBounds) { function in namespace:null_driver

Completed in 1038 milliseconds