Home
last modified time | relevance | path

Searched refs:CmdSetDepthBoundsTestEnableEXT (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h862 PFN_vkCmdSetDepthBoundsTestEnableEXT CmdSetDepthBoundsTestEnableEXT; member
Dvk_dispatch_table_helper.h1044 …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()
Dvk_loader_extensions.c922 …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() function
5847 disp->CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); in CmdSetDepthBoundsTestEnableEXT()
9034 *addr = (void *)CmdSetDepthBoundsTestEnableEXT; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_draw.cpp641 …VKCTX(CmdSetDepthBoundsTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_bounds_test); in zink_draw()