Home
last modified time | relevance | path

Searched defs:firstQuery (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DQueryInternalShaderTests.cpp105 uint32_t firstQuery, in GetExpectedResults()
122 void RunTest(uint32_t firstQuery, uint32_t queryCount, uint32_t destinationOffset) { in RunTest()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueryPool.cpp121 VkResult QueryPool::getResults(uint32_t firstQuery, uint32_t queryCount, size_t dataSize, in getResults()
203 void QueryPool::reset(uint32_t firstQuery, uint32_t queryCount) in reset()
DVkCommandBuffer.cpp1124 CmdResetQueryPool(vk::QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount) in CmdResetQueryPool()
1140 const uint32_t firstQuery; member in __anon5fca40110111::CmdResetQueryPool
1186 CmdCopyQueryPoolResults(const vk::QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount, in CmdCopyQueryPoolResults()
1208 const uint32_t firstQuery; member in __anon5fca40110111::CmdCopyQueryPoolResults
1399 void CommandBuffer::resetQueryPool(QueryPool *queryPool, uint32_t firstQuery, uint32_t queryCount) in resetQueryPool()
1409 void CommandBuffer::copyQueryPoolResults(const QueryPool *queryPool, uint32_t firstQuery, uint32_t … in copyQueryPoolResults()
DVkPromotedExtensions.cpp214 …I_CALL vkResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t q… in vkResetQueryPoolEXT()
DlibVulkan.cpp1639 …CALL vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t q… in vkGetQueryPoolResults()
2848 …setQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t q… in vkCmdResetQueryPool()
2864 …yPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t q… in vkCmdCopyQueryPoolResults()
3068 …KAPI_CALL vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t q… in vkResetQueryPool()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp378 uint32_t firstQuery, in ValidateQuerySetResolve()
413 uint32_t firstQuery, in EncodeTimestampsToNanosecondsConversion()
993 uint32_t firstQuery, in APIResolveQuerySet()
DCommands.h218 uint32_t firstQuery; member
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUCommandEncoder.cpp158 interop::GPUSize32 firstQuery, in resolveQuerySet()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp102 uint32_t firstQuery, in RecordResolveQuerySetCmd()
946 uint32_t firstQuery = cmd->firstQuery; in RecordCommands() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h577 uint32_t firstQuery, in resetQueryPool()
DSecondaryCommandBuffer.h400 uint32_t firstQuery; member
1416 uint32_t firstQuery, in resetQueryPool()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h297 uint32_t firstQuery; member
986 uint32_t firstQuery, in resetQueryPool()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp390 uint32_t firstQuery, in RecordResolveQuerySetCmd()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp1934 uint32_t firstQuery, in getQueryPoolResults()
1958uint32_t firstQuery, in getQueryPoolResults()
1982 uint32_t firstQuery, in getQueryPoolResults()
2009 uint32_t firstQuery, in getQueryPoolResult()
5311 uint32_t firstQuery, in resetQueryPool()
5334uint32_t firstQuery, in copyQueryPoolResults()
6762 uint32_t firstQuery, in resetQueryPool()
14065 uint32_t firstQuery, in writeAccelerationStructuresPropertiesKHR()
14084 uint32_t firstQuery, in writeAccelerationStructuresPropertiesKHR()
15278 uint32_t firstQuery, in writeAccelerationStructuresPropertiesNV()
[all …]
Dvulkan_raii.hpp9661 … QueryPool::getResults( uint32_t firstQuery, in getResults()
9688 QueryPool::getResult( uint32_t firstQuery, in getResult()
10263uint32_t firstQuery, in resetQueryPool()
10284 uint32_t firstQuery, in copyQueryPoolResults()
10851 …VULKAN_HPP_INLINE void QueryPool::reset( uint32_t firstQuery, uint32_t queryCount ) const VULKAN_H… in reset()
15162 …VULKAN_HPP_INLINE void QueryPool::resetEXT( uint32_t firstQuery, uint32_t queryCount ) const VULKA… in resetEXT()
Dvulkan.hpp1767 uint32_t firstQuery, in vkGetQueryPoolResults()
2450 uint32_t firstQuery, in vkCmdResetQueryPool()
2466 uint32_t firstQuery, in vkCmdCopyQueryPoolResults()
2786 uint32_t firstQuery, in vkResetQueryPool()
4933 uint32_t firstQuery, in vkResetQueryPoolEXT()