HomeSort by relevance Sort by last modified time
    Searched defs:matrixCompMult (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 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)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 295 case OP_COMP_MUL: return "matrixCompMult";
616 // matrixCompMult
619 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b)
945 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(in0, in1));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 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));
    [all...]

Completed in 153 milliseconds