Home
last modified time | relevance | path

Searched refs:QueryPool (Results 1 – 11 of 11) 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
DvktQueryPoolOcclusionTests.cpp44 namespace QueryPool namespace
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp989 struct QueryPool struct
1015 return getSafeObjectCount<QueryPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2647 CaseDescription<QueryPool> queryPool;
2783 static const NamedParameters<QueryPool> s_queryPoolCases[] = in createObjectManagementTests()
2785 { "query_pool", QueryPool::Parameters(VK_QUERY_TYPE_OCCLUSION, 1u, 0u) } in createObjectManagementTests()
2857 CASE_DESC(createSingleTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2886 CASE_DESC(createMultipleUniqueResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2915 CASE_DESC(createMultipleSharedResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2944 CASE_DESC(createMaxConcurrentTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2973 CASE_DESC(multithreadedCreatePerThreadDeviceTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestbinding.h42 class QueryPool; variable
300 class QueryPool : public internal::NonDispHandle<VkQueryPool> {
302 ~QueryPool();
650 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, uint32_t slot_count) { in create_info()
Dvktestbinding.cpp454 NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vkDestroyQueryPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
456 void QueryPool::init(const Device &dev, const VkQueryPoolCreateInfo &info) { in NON_DISPATCHABLE_HANDLE_DTOR()
460 VkResult QueryPool::results(uint32_t first, uint32_t count, size_t size, void *data, size_t stride)… in results()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp388 addChild(QueryPool::createTests (m_testCtx)); in init()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp1827 class QueryPool class
1830 QueryPool() in QueryPool() function in vk::QueryPool
1835 QueryPool(VkQueryPool queryPool) in QueryPool() function in vk::QueryPool
1839 QueryPool& operator=(VkQueryPool queryPool) in operator =()
1846 bool operator==(QueryPool const &rhs) const in operator ==()
1851 bool operator!=(QueryPool const &rhs) const in operator !=()
1856 bool operator<(QueryPool const &rhs) const in operator <()
1882 …static_assert( sizeof( QueryPool ) == sizeof( VkQueryPool ), "handle and wrapper have different si…
14277 void beginQuery( QueryPool queryPool, uint32_t query, QueryControlFlags flags ) const in beginQuery()
14284 void beginQuery( QueryPool queryPool, uint32_t query, QueryControlFlags flags ) const in beginQuery()
[all …]
/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…
233 freeNonDispHandle<QueryPool, VkQueryPool>(queryPool, pAllocator);