Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3790 const int regLocation = attribute.location + reg; in linkAttributes() local
3791 sh::ShaderVariable *linkedAttribute = usedAttribMap[regLocation]; in linkAttributes()
3803 << linkedAttribute->name << "' at location " << regLocation; in linkAttributes()
3809 usedAttribMap[regLocation] = &attribute; in linkAttributes()
3812 usedLocations |= 1 << regLocation; in linkAttributes()