Home
last modified time | relevance | path

Searched refs:CmdBeginQueryIndexedEXT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c913 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); in genX()
916 void genX(CmdBeginQueryIndexedEXT)( in genX() argument
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h697 PFN_vkCmdBeginQueryIndexedEXT CmdBeginQueryIndexedEXT; member
Dvk_dispatch_table_helper.h858 …table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT) gpa(device, "vkCmdBeginQueryIndex… in layer_init_device_dispatch_table()
859 …if (table->CmdBeginQueryIndexedEXT == nullptr) { table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQ… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c757 …table->CmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)gdpa(dev, "vkCmdBeginQueryIndexedE… in loader_init_device_extension_dispatch_table()
1806 if (!strcmp(name, "CmdBeginQueryIndexedEXT")) return (void *)table->CmdBeginQueryIndexedEXT; in loader_lookup_device_dispatch_table()
4144 VKAPI_ATTR void VKAPI_CALL CmdBeginQueryIndexedEXT( in CmdBeginQueryIndexedEXT() function
4157 disp->CmdBeginQueryIndexedEXT(commandBuffer, queryPool, query, flags, index); in CmdBeginQueryIndexedEXT()
8506 *addr = (void *)CmdBeginQueryIndexedEXT; in extension_instance_gpa()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c104 VKCTX(CmdBeginQueryIndexedEXT)(batch->state->cmdbuf, in begin_vk_query_indexed()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3861 ENQUEUE_CMD(CmdBeginQueryIndexedEXT) in lvp_add_enqueue_cmd_entrypoints()