Searched defs:getQueryPool (Results 1 – 3 of 3) sorted by relevance
193 VkQueryPool getQueryPool() const { return mQueryPool; } in getQueryPool() function
333 const QueryPool &getQueryPool(size_t index) const { return getPool(index); } in getQueryPool() function424 const QueryPool &getQueryPool() const in getQueryPool() function
5470 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() function in rx::ContextVk