Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp788 constexpr VkQueueFlags kGraphicsAndCompute = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT; in initialize() local
792 if ((queueInfo.queueFlags & kGraphicsAndCompute) == kGraphicsAndCompute) in initialize()
1358 constexpr VkQueueFlags kGraphicsAndCompute = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT; in selectPresentQueueForSurface() local
1362 if ((queueInfo.queueFlags & kGraphicsAndCompute) == kGraphicsAndCompute) in selectPresentQueueForSurface()