Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h301 int attributeRegister(TIntermTyped *attribute);
DOutputASM.cpp2907 case EvqAttribute: return attributeRegister(operand); in registerIndex()
2910 case EvqVertexIn: return attributeRegister(operand); in registerIndex()
3309 int OutputASM::attributeRegister(TIntermTyped *attribute) in attributeRegister() function in glsl::OutputASM