Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp13092 …auto support_it = surface_state->gpu_queue_support.find({physical_device, queue_state->queueFamily… in PreCallValidateQueuePresentKHR() local
13094 if (support_it == surface_state->gpu_queue_support.end()) { in PreCallValidateQueuePresentKHR()
13098 } else if (!support_it->second) { in PreCallValidateQueuePresentKHR()