Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp371 static TType &SetTypeDimsImpl(const TType &type, int primary, int secondary) in SetTypeDimsImpl() function
387 return SetTypeDimsImpl(type, newDim, 1); in SetVectorDim()
394 return SetTypeDimsImpl(matrixType, matrixType.getCols(), newDim); in SetMatrixRowDim()