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

  /external/vulkan-validation-layers/libs/glm/detail/
func_matrix.hpp 127 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/matrixCompMult.xml">GLSL matrixCompMult man page</a>
130 GLM_FUNC_DECL matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y);
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 171 detail::fmat4x4SIMD matrixCompMult(
  /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...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 754 BA1(matrixCompMult);
    [all...]

Completed in 595 milliseconds