Home
last modified time | relevance | path

Searched refs:CmdResetQueryPool (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp126 GET_DEVICE_PROC(CmdResetQueryPool); in LoadDeviceProcs()
DVulkanFunctions.h122 PFN_vkCmdResetQueryPool CmdResetQueryPool = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp208 GET_DEVICE_PROC(CmdResetQueryPool); in LoadDeviceProcs()
DVulkanFunctions.h185 PFN_vkCmdResetQueryPool CmdResetQueryPool = nullptr; member
DCommandBufferVk.cpp369 device->fn.CmdResetQueryPool(commands, ToBackend(querySet)->GetHandle(), queryIndex, in ResetUsedQuerySetsOnRenderPass()
794 device->fn.CmdResetQueryPool(commands, ToBackend(cmd->querySet)->GetHandle(), in RecordCommands()
1014 device->fn.CmdResetQueryPool(commands, ToBackend(cmd->querySet)->GetHandle(), in RecordComputePass()
/third_party/mesa3d/docs/relnotes/
D17.0.1.rst127 - anv/query: Perform CmdResetQueryPool on the GPU
D13.0.6.rst168 - anv/query: Perform CmdResetQueryPool on the GPU
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1121 class CmdResetQueryPool : public vk::CommandBuffer::Command class
1124 CmdResetQueryPool(vk::QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount) in CmdResetQueryPool() function in __anon050568cb0111::CmdResetQueryPool
1401 addCommand<::CmdResetQueryPool>(queryPool, firstQuery, queryCount); in resetQueryPool()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp161 ACQUIRE_PROC(CmdResetQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h407 PFN_vkCmdResetQueryPool CmdResetQueryPool; member
Dvk_loader_extensions.c457 table->CmdResetQueryPool = (PFN_vkCmdResetQueryPool)gpa(dev, "vkCmdResetQueryPool"); in loader_init_device_dispatch_table()
1522 if (!strcmp(name, "CmdResetQueryPool")) return (void *)table->CmdResetQueryPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h549 table->CmdResetQueryPool = (PFN_vkCmdResetQueryPool) gpa(device, "vkCmdResetQueryPool"); in layer_init_device_dispatch_table()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp161 ACQUIRE_PROC(CmdResetQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c724 void genX(CmdResetQueryPool)( in genX() argument
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c130 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, vkq->pool->query_pool, vkq->query_id, 1); in reset_vk_query_pool()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2243 device_data->vtable.CmdResetQueryPool(commandBuffer, in overlay_BeginCommandBuffer()
2248 device_data->vtable.CmdResetQueryPool(commandBuffer, in overlay_BeginCommandBuffer()
/third_party/vulkan-loader/loader/
Dtrampoline.c2361 disp->CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount); in vkCmdResetQueryPool()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3865 ENQUEUE_CMD(CmdResetQueryPool) in lvp_add_enqueue_cmd_entrypoints()