Searched refs:ResetQueryPool (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 111 case CommandID::ResetQueryPool: in GetCommandString() 517 case CommandID::ResetQueryPool: in executeCommands()
|
D | SecondaryCommandBuffer.h | 79 ResetQueryPool, enumerator 1420 initCommand<ResetQueryPoolParams>(CommandID::ResetQueryPool); in resetQueryPool()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 441 PFN_vkResetQueryPool ResetQueryPool; member
|
D | vk_loader_extensions.c | 491 table->ResetQueryPool = (PFN_vkResetQueryPool)gpa(dev, "vkResetQueryPool"); in loader_init_device_dispatch_table() 1550 if (!strcmp(name, "ResetQueryPool")) return (void *)table->ResetQueryPool; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 573 table->ResetQueryPool = (PFN_vkResetQueryPool) gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/docs/vulkan/ |
D | dispatch.rst | 102 PFN_vkResetQueryPool ResetQueryPool;
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 586 EVENT_MARKER(ResetQueryPool, commandBuffer, queryPool, firstQuery, queryCount); in sqtt_CmdResetQueryPool()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 801 void genX(ResetQueryPool)( in genX() argument
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 3024 disp->ResetQueryPool(device, queryPool, firstQuery, queryCount); in vkResetQueryPool()
|