Searched refs:attributeRegister (Results 1 – 2 of 2) sorted by relevance
290 int attributeRegister(TIntermTyped *attribute);
2589 case EvqAttribute: return attributeRegister(operand); in registerIndex()2592 case EvqVertexIn: return attributeRegister(operand); in registerIndex()2889 int OutputASM::attributeRegister(TIntermTyped *attribute) in attributeRegister() function in glsl::OutputASM