Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/msl/
DAstHelpers.h131 TType &SetMatrixRowDim(const TType &matrixType, int newDim);
DAstHelpers.cpp363 TType &sh::SetMatrixRowDim(const TType &matrixType, int newDim) in SetMatrixRowDim() function in sh
DModifyStruct.cpp780 TType &satType = SetMatrixRowDim(type, saturation); in SaturateMatrixRows()