Searched refs:outputVaryingLocationToIndex (Results 1 – 2 of 2) sorted by relevance
422 std::map<int, size_t> outputVaryingLocationToIndex = in getMergedVaryings() local424 auto byLocationIter = outputVaryingLocationToIndex.find(varying.location); in getMergedVaryings()425 if (byLocationIter != outputVaryingLocationToIndex.end()) in getMergedVaryings()
4360 ShaderMap<std::map<int, size_t>> outputVaryingLocationToIndex; in getMergedVaryings() local4388 outputVaryingLocationToIndex[stage][varying.location] = merged.size() - 1; in getMergedVaryings()4412 outputVaryingLocationToIndex[previousStage].find(varying.location); in getMergedVaryings()4413 if (byLocationIter != outputVaryingLocationToIndex[previousStage].end()) in getMergedVaryings()