Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramPipeline.cpp422 std::map<int, size_t> outputVaryingLocationToIndex = in getMergedVaryings() local
424 auto byLocationIter = outputVaryingLocationToIndex.find(varying.location); in getMergedVaryings()
425 if (byLocationIter != outputVaryingLocationToIndex.end()) in getMergedVaryings()
DProgram.cpp4360 ShaderMap<std::map<int, size_t>> outputVaryingLocationToIndex; in getMergedVaryings() local
4388 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()