Home
last modified time | relevance | path

Searched refs:ResetQueryPool (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp111 case CommandID::ResetQueryPool: in GetCommandString()
517 case CommandID::ResetQueryPool: in executeCommands()
DSecondaryCommandBuffer.h79 ResetQueryPool, enumerator
1420 initCommand<ResetQueryPoolParams>(CommandID::ResetQueryPool); in resetQueryPool()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h441 PFN_vkResetQueryPool ResetQueryPool; member
Dvk_loader_extensions.c491 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()
Dvk_dispatch_table_helper.h573 table->ResetQueryPool = (PFN_vkResetQueryPool) gpa(device, "vkResetQueryPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst102 PFN_vkResetQueryPool ResetQueryPool;
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c586 EVENT_MARKER(ResetQueryPool, commandBuffer, queryPool, firstQuery, queryCount); in sqtt_CmdResetQueryPool()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c801 void genX(ResetQueryPool)( in genX() argument
/third_party/vulkan-loader/loader/
Dtrampoline.c3024 disp->ResetQueryPool(device, queryPool, firstQuery, queryCount); in vkResetQueryPool()