Home | History | Annotate | Download | only in functional

Lines Matching refs:getTransposeMatrix

556 static VarValue getTransposeMatrix (const VarValue& original)
1402 valuesToAssign.push_back(glu::isDataTypeMatrix(apiValue.type) && transpose ? getTransposeMatrix(apiValue) : apiValue);