Home
last modified time | relevance | path

Searched defs:reset_querypool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DCommand.cpp232 void CommandBuffer::reset_querypool( in reset_querypool() function in vkcompute::vkapi::CommandBuffer
H A DQueryPool.cpp90 void QueryPool::reset_querypool(const CommandBuffer& cmd) { in reset_querypool() function in vkcompute::vkapi::QueryPool
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DCommand.cpp336 void CommandBuffer::reset_querypool( in reset_querypool() function in at::native::vulkan::api::CommandBuffer
H A DContext.h141 inline void reset_querypool() { in reset_querypool() function