Searched refs:CmdSetDepthBoundsTestEnable (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 241 PFN_vkCmdSetDepthBoundsTestEnable CmdSetDepthBoundsTestEnable; member
|
D | api_gen.cpp | 368 INIT_PROC(false, dev, CmdSetDepthBoundsTestEnable); in InitDispatchTable() 601 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest… 809 …kCmdSetDepthBoundsTestEnable", reinterpret_cast<PFN_vkVoidFunction>(CmdSetDepthBoundsTestEnable) }, in GetInstanceProcAddr() 1754 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest… in CmdSetDepthBoundsTestEnable() function 1755 … GetData(commandBuffer).dispatch.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); in CmdSetDepthBoundsTestEnable() 2902 vulkan::api::CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); in vkCmdSetDepthBoundsTestEnable()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 123 …<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetDepthBoundsTestEnable>(CmdSetDepthBoundsTestEnable))},
|
D | null_driver_gen.h | 238 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest…
|
D | null_driver.cpp | 1690 void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable() function
|