Searched refs:CmdBeginQueryIndexedEXT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 913 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); in genX() 916 void genX(CmdBeginQueryIndexedEXT)( in genX() argument
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 697 PFN_vkCmdBeginQueryIndexedEXT CmdBeginQueryIndexedEXT; member
|
D | vk_dispatch_table_helper.h | 858 …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()
|
D | vk_loader_extensions.c | 757 …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/ |
D | zink_query.c | 104 VKCTX(CmdBeginQueryIndexedEXT)(batch->state->cmdbuf, in begin_vk_query_indexed()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 3861 ENQUEUE_CMD(CmdBeginQueryIndexedEXT) in lvp_add_enqueue_cmd_entrypoints()
|