Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp75 TIntermSequence mat2Args; in CreateMat2x2() local
76 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()