Searched refs:CmdSetDepthBoundsTestEnableEXT (Results 1 – 4 of 4) sorted by relevance
862 PFN_vkCmdSetDepthBoundsTestEnableEXT CmdSetDepthBoundsTestEnableEXT; member
1044 …table->CmdSetDepthBoundsTestEnableEXT = (PFN_vkCmdSetDepthBoundsTestEnableEXT) gpa(device, "vkCmdS… in layer_init_device_dispatch_table()1045 …if (table->CmdSetDepthBoundsTestEnableEXT == nullptr) { table->CmdSetDepthBoundsTestEnableEXT = (P… in layer_init_device_dispatch_table()
922 …table->CmdSetDepthBoundsTestEnableEXT = (PFN_vkCmdSetDepthBoundsTestEnableEXT)gdpa(dev, "vkCmdSetD… in loader_init_device_extension_dispatch_table()1971 …rcmp(name, "CmdSetDepthBoundsTestEnableEXT")) return (void *)table->CmdSetDepthBoundsTestEnableEXT; in loader_lookup_device_dispatch_table()5837 VKAPI_ATTR void VKAPI_CALL CmdSetDepthBoundsTestEnableEXT( in CmdSetDepthBoundsTestEnableEXT() function5847 disp->CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); in CmdSetDepthBoundsTestEnableEXT()9034 *addr = (void *)CmdSetDepthBoundsTestEnableEXT; in extension_instance_gpa()
641 …VKCTX(CmdSetDepthBoundsTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_bounds_test); in zink_draw()