Searched refs:mat2Args (Results 1 – 1 of 1) sorted by relevance
75 TIntermSequence mat2Args; in CreateMat2x2() local76 mat2Args.push_back(CreateFloatNode(matrix[rotation][0])); in CreateMat2x2()77 mat2Args.push_back(CreateFloatNode(matrix[rotation][1])); in CreateMat2x2()78 mat2Args.push_back(CreateFloatNode(matrix[rotation][2])); in CreateMat2x2()79 mat2Args.push_back(CreateFloatNode(matrix[rotation][3])); in CreateMat2x2()81 TIntermAggregate::CreateConstructor(*mat2Type, &mat2Args); in CreateMat2x2()