Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp915 constexpr VkQueueFlags kGraphicsAndCompute = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT; in initialize() local
919 if ((queueInfo.queueFlags & kGraphicsAndCompute) == kGraphicsAndCompute) in initialize()
1377 constexpr VkQueueFlags kGraphicsAndCompute = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT; in selectPresentQueueForSurface() local
1381 if ((queueInfo.queueFlags & kGraphicsAndCompute) == kGraphicsAndCompute) in selectPresentQueueForSurface()