Searched refs:availableFlag (Results 1 – 1 of 1) sorted by relevance
175 bool checkQueueFlags (const VkQueueFlags& availableFlag, const VkQueueFlags& neededFlag) in checkQueueFlags() argument179 if ( (availableFlag & VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT || in checkQueueFlags()180 (availableFlag & VK_QUEUE_COMPUTE_BIT) == VK_QUEUE_COMPUTE_BIT || in checkQueueFlags()181 (availableFlag & VK_QUEUE_TRANSFER_BIT) == VK_QUEUE_TRANSFER_BIT in checkQueueFlags()185 else if ((availableFlag & neededFlag) == neededFlag) in checkQueueFlags()