Home
last modified time | relevance | path

Searched refs:createQueryPool (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp253 Move<VkQueryPool> createQueryPool(uint32_t enabledCounterOffset, uint32_t enabledCounterStride);
311 Move<VkQueryPool> QueryTestBase::createQueryPool(uint32_t enabledCounterOffset, uint32_t enabledCou… in createQueryPool() function in vkt::QueryPool::__anon81d4b4fd0111::QueryTestBase
379 Move<VkQueryPool> queryPool = vk::createQueryPool(vkd, device, &queryPoolCreateInfo); in createQueryPool()
670 vk::Unique<VkQueryPool> queryPool(createQueryPool(0, 1)); in iterate()
795 vk::Unique<VkQueryPool> queryPool1(createQueryPool(0, 2)), queryPool2(createQueryPool(1, 2)); in iterate()
1049 vk::Unique<VkQueryPool> queryPool(createQueryPool(0, 1)); in iterate()
1149 vk::Unique<VkQueryPool> queryPool1(createQueryPool(0, 2)), queryPool2(createQueryPool(1, 2)); in iterate()
H A DvktQueryPoolConcurrentTests.cpp341 … m_queryPools[poolNdx] = createQueryPool(vk, device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL); in PrimaryCommandBufferConcurrentTestInstance()
629 … m_queryPools[poolNdx] = createQueryPool(vk, device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL); in SecondaryCommandBufferConcurrentTestInstance()
H A DvktQueryPoolFragInvocationTests.cpp253 const auto queryPool = createQueryPool(ctx.vkd, ctx.device, &queryPoolCreateInfo); in testInvocations()
H A DvktQueryPoolOcclusionTests.cpp375 … VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in BasicOcclusionQueryTestInstance()
629 … VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in OcclusionQueryTestInstance()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkRefUtilImpl.inl143 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function
146 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
H A DvkRefUtil.inl12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQuery…
H A DvkDeviceFunctionPointers.inl34 CreateQueryPoolFunc createQueryPool; variable
H A DvkDeviceDriverImpl.inl147 VkResult DeviceDriver::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, … function in DeviceDriver
149 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
H A DvkInitDeviceFunctionPointers.inl63 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
H A DvkNullDriverImpl.inl36 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… function
1998 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
H A DvkDeviceDriverSCImpl.inl268 VkResult DeviceDriverSC::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo… function in DeviceDriverSC
272 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
H A DvkConcreteDeviceInterface.inl34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo…
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp271 *it = QueryPoolSp(new Unique<VkQueryPool>(createQueryPool(vkd, device, &queryPoolCI))); in createQueryPools()
1074 queryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in performTest()
1087 queryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in performTest()
1100 queryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in performTest()
H A DvktObjectRefreshTests.cpp132 vk::Move<vk::VkQueryPool> queryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in refreshObjects()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp506 const Unique<VkQueryPool> pgqPool(createQueryPool(vk, device, &pgqCreateInfo)); in iterate()
520 xfbPool = createQueryPool(vk, device, &xfbCreateInfo); in iterate()
1678 const Move<VkQueryPool> pgqPool(createQueryPool(vk, device, &pgqCreateInfo)); in iterate()
1682 xfbPool = createQueryPool(vk, device, &xfbCreateInfo); in iterate()
1684 psqPool = createQueryPool(vk, device, &psCreateInfo); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceLossTests.cpp129 queryPool = createQueryPool(deviceDriver, *logicalDevice, &queryPoolInfo); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp608 m_queryPool = createQueryPool(vk, m_device, &queryPoolParams); in TimestampTestInstance()
1146 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams);
2798 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams); in FillBufferBeforeCopyTestInstance()
2947 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams); in ResetTimestampQueryBeforeCopyTestInstance()
3252 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams); in ConsistentQueryResultsTestInstance()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkRefUtilImpl.inl281 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function
284 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
H A DvkRefUtil.inl12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
H A DvkDeviceFunctionPointers.inl37 CreateQueryPoolFunc createQueryPool; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp984 primitivesQueryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in iterate()
1002 statsQueryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalTransformFeedbackTests.cpp469 vk::Move<vk::VkQueryPool> queryPool = vk::createQueryPool(m_vk, device, &queryPoolInfo); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp298 VK_CHECK(vk.createQueryPool(device, &queryPoolInfo, NULL, &queryPool)); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.cpp348 return vk.createQueryPool(vkDevCtx.device, &queryPoolCreateInfo, nullptr, &m_queryPool); in CreateVideoQueries()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp368 m_queryPool = createQueryPool(vk, device, &queryPoolInfo); in DynamicRenderingTestInstance()

1234