/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 253 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 D | vktQueryPoolConcurrentTests.cpp | 341 … 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 D | vktQueryPoolFragInvocationTests.cpp | 253 const auto queryPool = createQueryPool(ctx.vkd, ctx.device, &queryPoolCreateInfo); in testInvocations()
|
H A D | vktQueryPoolOcclusionTests.cpp | 375 … 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 D | vkRefUtilImpl.inl | 143 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function 146 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
|
H A D | vkRefUtil.inl | 12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQuery…
|
H A D | vkDeviceFunctionPointers.inl | 34 CreateQueryPoolFunc createQueryPool; variable
|
H A D | vkDeviceDriverImpl.inl | 147 VkResult DeviceDriver::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, … function in DeviceDriver 149 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
|
H A D | vkInitDeviceFunctionPointers.inl | 63 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
|
H A D | vkNullDriverImpl.inl | 36 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… function 1998 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
|
H A D | vkDeviceDriverSCImpl.inl | 268 VkResult DeviceDriverSC::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo… function in DeviceDriverSC 272 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
|
H A D | vkConcreteDeviceInterface.inl | 34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo…
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 271 *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 D | vktObjectRefreshTests.cpp | 132 vk::Move<vk::VkQueryPool> queryPool = createQueryPool(vkd, device, &queryPoolCreateInfo); in refreshObjects()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 506 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 D | vktPostmortemDeviceLossTests.cpp | 129 queryPool = createQueryPool(deviceDriver, *logicalDevice, &queryPoolInfo); in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 608 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 D | vkRefUtilImpl.inl | 281 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function 284 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
|
H A D | vkRefUtil.inl | 12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
|
H A D | vkDeviceFunctionPointers.inl | 37 CreateQueryPoolFunc createQueryPool; variable
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 984 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 D | vktConditionalTransformFeedbackTests.cpp | 469 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 D | vktFragmentOperationsOcclusionQueryTests.cpp | 298 VK_CHECK(vk.createQueryPool(device, &queryPoolInfo, NULL, &queryPool)); in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoFrameBuffer.cpp | 348 return vk.createQueryPool(vkDevCtx.device, &queryPoolCreateInfo, nullptr, &m_queryPool); in CreateVideoQueries()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 368 m_queryPool = createQueryPool(vk, device, &queryPoolInfo); in DynamicRenderingTestInstance()
|