Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp331 constexpr uint32_t kGraphicsQueueIndex = 0; in initialize() local
332 static_assert(kGraphicsQueueIndex < kGraphicsQueueCount, "must be in range"); in initialize()
333 vkGetDeviceQueue(mDevice, mGraphicsQueueFamilyIndex, kGraphicsQueueIndex, &mGraphicsQueue); in initialize()