Home | History | Annotate | Download | only in functional

Lines Matching defs:matrixCompMult

185 		case OP_COMP_MUL:		return "matrixCompMult";
390 // matrixCompMult
393 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b)
490 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(getInputValue<In0Type, In0DataType>(evalCtx, 0), getInputValue<In1Type, In1DataType>(evalCtx, 1)));
1101 { "matrixcompmult", "Matrix component-wise multiplication tests", OP_COMP_MUL, false },