Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp1922 const uint32_t flagsForGraphicsQueue = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT; in InitializeApplication() local
1924 ((queueFamilies[i].queueFlags & flagsForGraphicsQueue) == flagsForGraphicsQueue)) in InitializeApplication()