Searched refs:CmdSetDepthBoundsTestEnable (Results 1 – 5 of 5) sorted by relevance
93 PFN_vkCmdSetDepthBoundsTestEnable CmdSetDepthBoundsTestEnable; member411 proc_table->CmdSetDepthBoundsTestEnable = in vn_util_init_device_proc_table()
649 class CmdSetDepthBoundsTestEnable : public vk::CommandBuffer::Command class652 CmdSetDepthBoundsTestEnable(VkBool32 depthBoundsTestEnable) in CmdSetDepthBoundsTestEnable() function in __anonc546c2fc0111::CmdSetDepthBoundsTestEnable2076 addCommand<::CmdSetDepthBoundsTestEnable>(depthBoundsTestEnable); in setDepthBoundsTestEnable()
665 VKR_CMD_CALL(CmdSetDepthBoundsTestEnable, args, args->depthBoundsTestEnable); in vkr_dispatch_vkCmdSetDepthBoundsTestEnable()
595 VKCTX(CmdSetDepthBoundsTestEnable)(bs->cmdbuf, dsa_state->hw_state.depth_bounds_test); in zink_draw()
4857 ENQUEUE_CMD(CmdSetDepthBoundsTestEnable) in lvp_add_enqueue_cmd_entrypoints()