Searched refs:QueryPool (Results 1 - 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolTests.hpp31 namespace QueryPool namespace in namespace:vkt
36 } // QueryPool
H A DvktQueryPoolOcclusionTests.hpp31 namespace QueryPool namespace in namespace:vkt
46 } // QueryPool
H A DvktQueryPoolTests.cpp32 namespace QueryPool namespace in namespace:vkt
52 } // QueryPool
H A DvktQueryPoolBufferObjectUtil.cpp31 namespace QueryPool namespace in namespace:vkt
71 } // QueryPool
H A DvktQueryPoolBufferObjectUtil.hpp34 namespace QueryPool namespace in namespace:vkt
H A DvktQueryPoolImageObjectUtil.hpp36 namespace QueryPool namespace in namespace:vkt
270 } //QueryPool
H A DvktQueryPoolCreateInfoUtil.hpp34 namespace QueryPool namespace in namespace:vkt
506 } // QueryPool
H A DvktQueryPoolOcclusionTests.cpp41 using namespace vkt::QueryPool;
1023 namespace QueryPool namespace in namespace:vkt
1198 } //QueryPool
H A DvktQueryPoolCreateInfoUtil.cpp31 namespace QueryPool namespace in namespace:vkt
1192 } // QueryPool
H A DvktQueryPoolImageObjectUtil.cpp40 namespace QueryPool namespace in namespace:vkt
908 } // QueryPool
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h50 class QueryPool;
340 class QueryPool : public internal::NonDispHandle<VkQueryPool> { class in namespace:vk_testing
342 ~QueryPool();
757 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type,
H A Dvktestbinding.cpp493 NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vkDestroyQueryPool)
495 void QueryPool::init(const Device &dev, const VkQueryPoolCreateInfo &info) {
499 VkResult QueryPool::results(uint32_t first, uint32_t count, size_t size,
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp982 struct QueryPool
1008 return getSafeObjectCount<QueryPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS);
2417 CaseDescription<QueryPool> queryPool;
2553 static const NamedParameters<QueryPool> s_queryPoolCases[] =
2555 { "query_pool", QueryPool::Parameters(VK_QUERY_TYPE_OCCLUSION, 1u, 0u) }
2627 CASE_DESC(createSingleTest <QueryPool>, s_queryPoolCases),
2656 CASE_DESC(createMultipleUniqueResourcesTest <QueryPool>, s_queryPoolCases),
2685 CASE_DESC(createMultipleSharedResourcesTest <QueryPool>, s_queryPoolCases),
2714 CASE_DESC(createMaxConcurrentTest <QueryPool>, s_queryPoolCases),
2743 CASE_DESC(multithreadedCreatePerThreadDeviceTest <QueryPool>, s_queryPoolCase
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp374 addChild(QueryPool::createTests (m_testCtx));
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp160 VK_NULL_DEFINE_DEVICE_OBJ(QueryPool);
H A DvkNullDriverImpl.inl43 VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, pAllocator)));
215 freeNonDispHandle<QueryPool, VkQueryPool>(queryPool, pAllocator);

Completed in 160 milliseconds