Home
last modified time | relevance | path

Searched refs:resetQueryPool (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h185 void resetQueryPool(const QueryPool &queryPool, uint32_t firstQuery, uint32_t queryCount);
576 ANGLE_INLINE void VulkanSecondaryCommandBuffer::resetQueryPool(const QueryPool &queryPool, in resetQueryPool() function
581 CommandBuffer::resetQueryPool(queryPool, firstQuery, queryCount); in resetQueryPool()
DSecondaryCommandBuffer.h664 void resetQueryPool(const QueryPool &queryPool, uint32_t firstQuery, uint32_t queryCount);
1415 ANGLE_INLINE void SecondaryCommandBuffer::resetQueryPool(const QueryPool &queryPool, in resetQueryPool() function
Dvk_wrapper.h325 void resetQueryPool(const QueryPool &queryPool, uint32_t firstQuery, uint32_t queryCount);
967 ANGLE_INLINE void CommandBuffer::resetQueryPool(const QueryPool &queryPool,
Dvk_helpers.cpp3130 commandBuffer->resetQueryPool(queryPool, mQuery, mQueryCount); in resetQueryPoolImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp688 vk.resetQueryPool(device, *queryPool, 0u, 1u); in executeTest()
733 vk.resetQueryPool(device, *queryPool, 0, 1u); in executeTest()
916 vk.resetQueryPool(device, *queryPool, 0u, 1u); in executeTest()
967 vk.resetQueryPool(device, queryPool, 0u, 1u); in checkResult()
1173 vk.resetQueryPool(device, *queryPool, 0u, 1u); in executeTest()
1584 vk.resetQueryPool(device, *queryPool, 0u, queryCount); in executeTest()
1692 vk.resetQueryPool(device, queryPool, 0, queryCount); in checkResult()
1852 vk.resetQueryPool(device, *queryPool, 0u, queryCount); in executeTest()
1976 vk.resetQueryPool(device, *queryPool, 0u, queryCount); in executeTest()
2169 vk.resetQueryPool(device, *queryPool, 0u, queryCount); in executeTest()
[all …]
DvktQueryPoolOcclusionTests.cpp404 vk.resetQueryPool(device, m_queryPool, 0, NUM_QUERIES_IN_POOL); in iterate()
667 vk.resetQueryPool(m_context.getDevice(), m_queryPool, 0, NUM_QUERIES_IN_POOL); in iterate()
986 vk.resetQueryPool(device, m_queryPool, 0, NUM_QUERIES_IN_POOL); in captureResults()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp83 void resetQueryPool(QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount);
DVkCommandBuffer.cpp1399 void CommandBuffer::resetQueryPool(QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount) in resetQueryPool() function in vk::CommandBuffer
DlibVulkan.cpp2853 vk::Cast(commandBuffer)->resetQueryPool(vk::Cast(queryPool), firstQuery, queryCount); in vkCmdResetQueryPool()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl189 m_vk.resetQueryPool = (ResetQueryPoolFunc) GET_PROC_ADDR("vkResetQueryPool");
190 if (!m_vk.resetQueryPool)
191 m_vk.resetQueryPool = (ResetQueryPoolFunc) GET_PROC_ADDR("vkResetQueryPoolEXT");
DvkDeviceFunctionPointers.inl147 ResetQueryPoolFunc resetQueryPool; variable
DvkDeviceDriverImpl.inl720 void DeviceDriver::resetQueryPool (VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uin… function in DeviceDriver
722 m_vk.resetQueryPool(device, queryPool, firstQuery, queryCount);
DvkNullDriverImpl.inl1366 VKAPI_ATTR void VKAPI_CALL resetQueryPool (VkDevice device, VkQueryPool queryPool, uint32_t firstQu… function
3570 VK_NULL_FUNC_ENTRY(vkResetQueryPool, resetQueryPool),
3736 VK_NULL_FUNC_ENTRY(vkResetQueryPoolEXT, resetQueryPool),
DvkConcreteDeviceInterface.inl147 virtual void resetQueryPool (VkDevice device, VkQueryPool queryPool, uint32_t firstQuery…
DvkVirtualDeviceInterface.inl147 virtual void resetQueryPool (VkDevice device, VkQueryPool queryPool, uint32_t firstQuery…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp828 vk.resetQueryPool(vkDevice, *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in iterate()
854 vk.resetQueryPool(vkDevice, *m_queryPool, 0u, stageSize); in iterate()
2951 vk.resetQueryPool(m_context.getDevice(), *m_queryPool, 0u, TimestampTest::ENTRY_COUNT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1826 vk.resetQueryPool(device, *queryPool, queryIndex, queryCountersNumber); in iterate()
1897 vk.resetQueryPool(device, *queryPool, queryIndex, queryCountersNumber); in iterate()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp3628 void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
9212 void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
Dvulkan_raii.hpp4190 void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
10262 VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, in resetQueryPool() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkan_funcs.hpp5310 VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, in resetQueryPool() function in VULKAN_HPP_NAMESPACE::CommandBuffer
6761 VULKAN_HPP_INLINE void Device::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, in resetQueryPool() function in VULKAN_HPP_NAMESPACE::Device
/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp4370 void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
9712 void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool,
Dvulkan_raii.hpp5194 …void resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t quer…
12745 …CommandBuffer::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uin… in resetQueryPool() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkan_funcs.hpp5053 VULKAN_HPP_INLINE void CommandBuffer::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, in resetQueryPool() function in VULKAN_HPP_NAMESPACE::CommandBuffer
6459 …Device::resetQueryPool( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t q… in resetQueryPool() function in VULKAN_HPP_NAMESPACE::Device