Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h241 PFN_vkCmdSetDepthBoundsTestEnable CmdSetDepthBoundsTestEnable; member
Dapi_gen.cpp368 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/
Dnull_driver_gen.cpp123 …<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetDepthBoundsTestEnable>(CmdSetDepthBoundsTestEnable))},
Dnull_driver_gen.h238 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest…
Dnull_driver.cpp1690 void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable() function