Searched defs:reset_querypool (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ | ||
H A D | Command.cpp | 232 void CommandBuffer::reset_querypool( in reset_querypool() function in vkcompute::vkapi::CommandBuffer |
H A D | QueryPool.cpp | 90 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 D | Command.cpp | 336 void CommandBuffer::reset_querypool( in reset_querypool() function in at::native::vulkan::api::CommandBuffer |
H A D | Context.h | 141 inline void reset_querypool() { in reset_querypool() function |