Home
last modified time | relevance | path

Searched defs:createQueryPool (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl34 CreateQueryPoolFunc createQueryPool; variable
DvkRefUtilImpl.inl189 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQueryPoolCre… function
DvkDeviceDriverImpl.inl155 VkResult DeviceDriver::createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, … function in DeviceDriver
DvkNullDriverImpl.inl40 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea… function
/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