Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolTests.hpp31 namespace QueryPool namespace
DvktQueryPoolOcclusionTests.hpp31 namespace QueryPool namespace
DvktQueryPoolTests.cpp32 namespace QueryPool namespace
DvktQueryPoolBufferObjectUtil.hpp34 namespace QueryPool namespace
DvktQueryPoolBufferObjectUtil.cpp31 namespace QueryPool namespace
DvktQueryPoolImageObjectUtil.hpp36 namespace QueryPool namespace
DvktQueryPoolOcclusionTests.cpp41 using namespace vkt::QueryPool;
1023 namespace QueryPool namespace
DvktQueryPoolCreateInfoUtil.hpp34 namespace QueryPool namespace
DvktQueryPoolImageObjectUtil.cpp40 namespace QueryPool namespace
DvktQueryPoolCreateInfoUtil.cpp31 namespace QueryPool namespace
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp982 struct QueryPool struct
1008 return getSafeObjectCount<QueryPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2412 CaseDescription<QueryPool> queryPool;
2548 static const NamedParameters<QueryPool> s_queryPoolCases[] = in createObjectManagementTests()
2550 { "query_pool", QueryPool::Parameters(VK_QUERY_TYPE_OCCLUSION, 1u, 0u) } in createObjectManagementTests()
2622 CASE_DESC(createSingleTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2651 CASE_DESC(createMultipleUniqueResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2680 CASE_DESC(createMultipleSharedResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2709 CASE_DESC(createMaxConcurrentTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2738 CASE_DESC(multithreadedCreatePerThreadDeviceTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h50 class QueryPool; variable
340 class QueryPool : public internal::NonDispHandle<VkQueryPool> {
342 ~QueryPool();
757 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, in create_info()
Dvktestbinding.cpp493 NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vkDestroyQueryPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
495 void QueryPool::init(const Device &dev, const VkQueryPoolCreateInfo &info) { in NON_DISPATCHABLE_HANDLE_DTOR()
499 VkResult QueryPool::results(uint32_t first, uint32_t count, size_t size, in results()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp374 addChild(QueryPool::createTests (m_testCtx)); in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp160 VK_NULL_DEFINE_DEVICE_OBJ(QueryPool);
DvkNullDriverImpl.inl43 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p…
215 freeNonDispHandle<QueryPool, VkQueryPool>(queryPool, pAllocator);