Searched refs:queue_family_known_count (Results 1 – 2 of 2) sorted by relevance
2338 if (requested_queue_family >= pd_state->queue_family_known_count) { in ValidateQueueFamilyIndex()2344 … : "i.e. is not less than " + std::to_string(pd_state->queue_family_known_count); in ValidateQueueFamilyIndex()2378 if (requested_queue_family < pd_state->queue_family_known_count) { in ValidateDeviceQueueCreateInfos()13365 } else if (pd_state->queue_family_known_count != requested_queue_family_property_count) { in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()13373 …caller_name, requested_queue_family_property_count, pd_state->queue_family_known_count, caller_nam… in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()13413 pd_state->queue_family_known_count = std::max(pd_state->queue_family_known_count, count); in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
106 uint32_t queue_family_known_count = 1; // spec implies one QF must always be supported member