Home
last modified time | relevance | path

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

/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h93 PFN_vkCmdSetDepthBoundsTestEnable CmdSetDepthBoundsTestEnable; member
411 proc_table->CmdSetDepthBoundsTestEnable = in vn_util_init_device_proc_table()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp649 class CmdSetDepthBoundsTestEnable : public vk::CommandBuffer::Command class
652 CmdSetDepthBoundsTestEnable(VkBool32 depthBoundsTestEnable) in CmdSetDepthBoundsTestEnable() function in __anonc546c2fc0111::CmdSetDepthBoundsTestEnable
2076 addCommand<::CmdSetDepthBoundsTestEnable>(depthBoundsTestEnable); in setDepthBoundsTestEnable()
/external/virglrenderer/src/venus/
Dvkr_command_buffer.c665 VKR_CMD_CALL(CmdSetDepthBoundsTestEnable, args, args->depthBoundsTestEnable); in vkr_dispatch_vkCmdSetDepthBoundsTestEnable()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.cpp595 VKCTX(CmdSetDepthBoundsTestEnable)(bs->cmdbuf, dsa_state->hw_state.depth_bounds_test); in zink_draw()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c4857 ENQUEUE_CMD(CmdSetDepthBoundsTestEnable) in lvp_add_enqueue_cmd_entrypoints()