Home
last modified time | relevance | path

Searched refs:CmdResetQueryPool (Results 1 – 13 of 13) 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/mesa3d/src/gallium/drivers/zink/
Dzink_query.c588 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, q->query_pool, 0, NUM_QUERIES); in reset_pool()
590 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, q->xfb_query_pool[0], 0, NUM_QUERIES); in reset_pool()
593 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, q->xfb_query_pool[i], 0, NUM_QUERIES); in reset_pool()
/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 __anon8991f80c0111::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/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp161 ACQUIRE_PROC(CmdResetQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c715 void genX(CmdResetQueryPool)( in genX() argument
/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()