Home
last modified time | relevance | path

Searched refs:createQueryPool (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl34 CreateQueryPoolFunc createQueryPool; variable
DvkRefUtil.inl10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
DvkRefUtilImpl.inl183 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function
186 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
DvkInitDeviceFunctionPointers.inl34 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
DvkDeviceDriverImpl.inl155 VkResult DeviceDriver::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, … function in DeviceDriver
157 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
DvkVirtualDeviceInterface.inl34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, …
DvkConcreteDeviceInterface.inl34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, …
DvkNullDriverImpl.inl40 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… function
1471 VK_NULL_FUNC_ENTRY(vkCreateQueryPool, createQueryPool),
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp337 VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in BasicOcclusionQueryTestInstance()
579 VK_CHECK(vk.createQueryPool(device, &queryPoolCreateInfo, /*pAllocator*/ DE_NULL, &m_queryPool)); in OcclusionQueryTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2844 Unique<VkQueryPool> queryPool (createQueryPool(vk, vkDevice, &queryPoolCreateInfo)); in recordBufferQueryPreciseWithFlagTest()
2940 Unique<VkQueryPool> queryPool (createQueryPool(vk, vkDevice, &queryPoolCreateInfo)); in recordBufferQueryImpreciseWithFlagTest()
3036 Unique<VkQueryPool> queryPool (createQueryPool(vk, vkDevice, &queryPoolCreateInfo)); in recordBufferQueryImpreciseWithoutFlagTest()
DvktApiObjectManagementTests.cpp1031 return createQueryPool(env.vkd, env.device, &queryPoolInfo, env.allocationCallbacks); in create()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp702 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams); in TimestampTestInstance()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16402 …Result createQueryPool( const QueryPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAlloca… in createQueryPool() function in vk::Device
16408 …ResultValueType<QueryPool>::type createQueryPool( const QueryPoolCreateInfo & createInfo, Optional… in createQueryPool() function in vk::Device