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.cpp990 struct QueryPool struct
1016 return getSafeObjectCount<QueryPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2653 CaseDescription<QueryPool> queryPool;
2789 static const NamedParameters<QueryPool> s_queryPoolCases[] = in createObjectManagementTests()
2791 { "query_pool", QueryPool::Parameters(VK_QUERY_TYPE_OCCLUSION, 1u, 0u) } in createObjectManagementTests()
2863 CASE_DESC(createSingleTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2892 CASE_DESC(createMultipleUniqueResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2921 CASE_DESC(createMultipleSharedResourcesTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2950 CASE_DESC(createMaxConcurrentTest <QueryPool>, s_queryPoolCases), in createObjectManagementTests()
2979 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.cpp389 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/
DvkNullDriverImpl.inl43 …VK_NULL_RETURN((*pQueryPool = allocateNonDispHandle<QueryPool, VkQueryPool>(device, pCreateInfo, p…
227 freeNonDispHandle<QueryPool, VkQueryPool>(queryPool, pAllocator);
DvkNullDriver.cpp161 VK_NULL_DEFINE_DEVICE_OBJ(QueryPool);