Home
last modified time | relevance | path

Searched refs:queueInfo2 (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1269 VkDeviceQueueInfo2 queueInfo2 = {}; in getDeviceQueue() local
1270 queueInfo2.sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2; in getDeviceQueue()
1271 queueInfo2.flags = VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT; in getDeviceQueue()
1272 queueInfo2.queueFamilyIndex = mIndex; in getDeviceQueue()
1273 queueInfo2.queueIndex = queueIndex; in getDeviceQueue()
1275 vkGetDeviceQueue2(device, &queueInfo2, queue); in getDeviceQueue()