HomeSort by relevance Sort by last modified time
    Searched refs:checkQueueFlags (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 72 bool checkQueueFlags (VkQueueFlags availableFlags, const VkQueueFlags neededFlags)
166 const bool writeQueue = checkQueueFlags(it->second.flags, flagsWrite);
167 const bool readQueue = checkQueueFlags(it->second.flags, flagsRead);
vktSynchronizationInternallySynchronizedObjectsTests.cpp 172 bool checkQueueFlags (const VkQueueFlags& availableFlag, const VkQueueFlags& neededFlag)
206 if (checkQueueFlags(queueFamilyProperties[queuePropertiesNdx].queueFlags, queueFlag))
    [all...]

Completed in 167 milliseconds