Searched defs:getDeviceQueue (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp321 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex) function in namespace:vk
325 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue);
H A DvkNullDriver.cpp876 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) function

Completed in 70 milliseconds