/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 34 CreateQueryPoolFunc createQueryPool; variable
|
D | vkRefUtil.inl | 10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
|
D | vkRefUtilImpl.inl | 183 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function 186 VK_CHECK(vk.createQueryPool(device, pCreateInfo, pAllocator, &object));
|
D | vkInitDeviceFunctionPointers.inl | 34 m_vk.createQueryPool = (CreateQueryPoolFunc) GET_PROC_ADDR("vkCreateQueryPool");
|
D | vkDeviceDriverImpl.inl | 155 VkResult DeviceDriver::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, … function in DeviceDriver 157 return m_vk.createQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
|
D | vkVirtualDeviceInterface.inl | 34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, …
|
D | vkConcreteDeviceInterface.inl | 34 virtual VkResult createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, …
|
D | vkNullDriverImpl.inl | 40 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/ |
D | vktQueryPoolOcclusionTests.cpp | 337 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/ |
D | vktApiCommandBuffersTests.cpp | 2844 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()
|
D | vktApiObjectManagementTests.cpp | 1031 return createQueryPool(env.vkd, env.device, &queryPoolInfo, env.allocationCallbacks); in create()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 702 m_queryPool = createQueryPool(vk, vkDevice, &queryPoolParams); in TimestampTestInstance()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 16402 …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
|