Searched refs:location_it (Results 1 – 2 of 2) sorted by relevance
370 for (const auto& location_it : loc_table_->locations()) { in Build() local371 profile_pb->mutable_location()->Add()->MergeFrom(location_it.second); in Build()
967 auto const &location_it = attribute_locations.find(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines() local968 if (location_it != attribute_locations.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()