Searched defs:getDeviceQueue (Results 1 – 5 of 5) sorted by relevance
484 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
6 GetDeviceQueueFunc getDeviceQueue; variable
1170 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
15 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver
1262 void QueueFamily::getDeviceQueue(VkDevice device, in getDeviceQueue() function in rx::vk::QueueFamily