Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h135 TType &SetMatrixRowDim(const TType &matrixType, int newDim);
DAstHelpers.cpp390 TType &sh::SetMatrixRowDim(const TType &matrixType, int newDim) in SetMatrixRowDim() function in sh
DModifyStruct.cpp783 TType &satType = SetMatrixRowDim(type, saturation); in SaturateMatrixRows()