Home | History | Annotate | Download | only in functional

Lines Matching defs:matrixCompMult

300 		case OP_COMP_MUL:		return "matrixCompMult";
621 // matrixCompMult
624 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b)
950 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(in0, in1));
1807 { "matrixcompmult", "Matrix component-wise multiplication tests", OP_COMP_MUL, false, true },