Searched refs:attributeRegister (Results 1 – 2 of 2) sorted by relevance
301 int attributeRegister(TIntermTyped *attribute);
2907 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