Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp146 TType *typeVec2Array = new TType(*vec2Type); in CreateVec2ArrayWithIndex() local
147 typeVec2Array->makeArray(static_cast<unsigned int>(vk::SurfaceRotation::EnumCount)); in CreateVec2ArrayWithIndex()
158 TIntermTyped *vec2Array = TIntermAggregate::CreateConstructor(*typeVec2Array, &sequences); in CreateVec2ArrayWithIndex()