OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPhysicalDeviceQueueFamilyProperties
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp
51
vector<VkQueueFamilyProperties>
getPhysicalDeviceQueueFamilyProperties
(const InstanceInterface& vk, VkPhysicalDevice physicalDevice)
56
vk.
getPhysicalDeviceQueueFamilyProperties
(physicalDevice, &numQueues, DE_NULL);
61
vk.
getPhysicalDeviceQueueFamilyProperties
(physicalDevice, &numQueues, &properties[0]);
vkNullDriver.cpp
483
VKAPI_ATTR void VKAPI_CALL
getPhysicalDeviceQueueFamilyProperties
(VkPhysicalDevice, deUint32* count, VkQueueFamilyProperties* props)
Completed in 44 milliseconds