Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp1306 VkDeviceQueueInfo2 queueInfo2 = {}; in getDeviceQueue() local
1307 queueInfo2.sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2; in getDeviceQueue()
1308 queueInfo2.flags = VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT; in getDeviceQueue()
1309 queueInfo2.queueFamilyIndex = mIndex; in getDeviceQueue()
1310 queueInfo2.queueIndex = queueIndex; in getDeviceQueue()
1312 vkGetDeviceQueue2(device, &queueInfo2, queue); in getDeviceQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1933 VkDeviceQueueInfo2 queueInfo2 = in getDeviceQueue2WithOptions() local
1942 return getDeviceQueue2(deviceDriver, device, &queueInfo2); in getDeviceQueue2WithOptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1944 VkDeviceQueueInfo2 queueInfo2 = in getDeviceQueue2WithOptions() local
1953 return getDeviceQueue2(deviceDriver, device, &queueInfo2); in getDeviceQueue2WithOptions()

Completed in 11 milliseconds