Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp61 auto mat2Type = new TType(EbtFloat, 2, 2); in CreateMat2x2() local
68 TIntermAggregate::CreateConstructor(*mat2Type, &mat2Args); in CreateMat2x2()
75 auto mat2Type = new TType(EbtFloat, 2, 2); in GenerateMat2x2ArrayWithIndex() local
76 TType *typeMat2Array = new TType(*mat2Type); in GenerateMat2x2ArrayWithIndex()