Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp74 auto mat2Type = new TType(EbtFloat, 2, 2); in CreateMat2x2() local
81 TIntermAggregate::CreateConstructor(*mat2Type, &mat2Args); in CreateMat2x2()
88 auto mat2Type = new TType(EbtFloat, 2, 2); in GenerateMat2x2ArrayWithIndex() local
89 TType *typeMat2Array = new TType(*mat2Type); in GenerateMat2x2ArrayWithIndex()