Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp354 static TType &SetTypeDimsImpl(const TType &type, int primary, int secondary) in SetTypeDimsImpl() function
369 return SetTypeDimsImpl(type, newDim, 1); in SetVectorDim()
376 return SetTypeDimsImpl(matrixType, matrixType.getCols(), newDim); in SetMatrixRowDim()