/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolTests.hpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolOcclusionTests.hpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolTests.cpp | 32 namespace QueryPool namespace
|
D | vktQueryPoolBufferObjectUtil.hpp | 34 namespace QueryPool namespace
|
D | vktQueryPoolBufferObjectUtil.cpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolImageObjectUtil.hpp | 36 namespace QueryPool namespace
|
D | vktQueryPoolOcclusionTests.cpp | 41 using namespace vkt::QueryPool; 1023 namespace QueryPool namespace
|
D | vktQueryPoolCreateInfoUtil.hpp | 34 namespace QueryPool namespace
|
D | vktQueryPoolImageObjectUtil.cpp | 40 namespace QueryPool namespace
|
D | vktQueryPoolCreateInfoUtil.cpp | 31 namespace QueryPool namespace
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 982 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/ |
D | vktestbinding.h | 50 class QueryPool; variable 340 class QueryPool : public internal::NonDispHandle<VkQueryPool> { 342 ~QueryPool(); 757 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, in create_info()
|
D | vktestbinding.cpp | 493 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/ |
D | vktTestPackage.cpp | 374 addChild(QueryPool::createTests (m_testCtx)); in init()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 160 VK_NULL_DEFINE_DEVICE_OBJ(QueryPool);
|
D | vkNullDriverImpl.inl | 43 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p… 215 freeNonDispHandle<QueryPool, VkQueryPool>(queryPool, pAllocator);
|