Home
last modified time | relevance | path

Searched refs:matrixCompMult (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_matrix.hpp101 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/matrixCompMult.xml">GLSL matrixCompMult man page</a>
104 GLM_FUNC_DECL matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y);
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_mat4.hpp150 detail::fmat4x4SIMD matrixCompMult(
/third_party/skia/src/sksl/
H A DSkSLIntrinsicList.h63 SKSL_INTRINSIC(matrixCompMult) \
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp185 case OP_COMP_MUL: return "matrixCompMult"; in getOperationName()
390 // matrixCompMult
393 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b) in matrixCompMult() function
490 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(getInputValue<In0Type, In0DataType>(evalCtx, 0), getInputValue<In1Type, In1DataType>(evalCtx, 1))); in evaluate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp295 case OP_COMP_MUL: return "matrixCompMult"; in getOperationName()
616 // matrixCompMult
619 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b) in matrixCompMult() function
931 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(in0, in1)); in evaluate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp301 case OP_COMP_MUL: return "matrixCompMult"; in getOperationName()
622 // matrixCompMult
625 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b) in matrixCompMult() function
937 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(in0, in1)); in evaluate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp295 case OP_COMP_MUL: return "matrixCompMult"; in getOperationName()
616 // matrixCompMult
619 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T, Rows, Cols>& b) in matrixCompMult() function
931 evalCtx.color.xyz() = reduceToVec3(matrixCompMult(in0, in1)); in evaluate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_ESSL_autogen.cpp2119 constexpr const ImmutableString matrixCompMult("matrixCompMult");
6826 BuiltInName::matrixCompMult,
6835 BuiltInName::matrixCompMult,
6844 BuiltInName::matrixCompMult,
6853 BuiltInName::matrixCompMult,
6862 BuiltInName::matrixCompMult,
6871 BuiltInName::matrixCompMult,
6880 BuiltInName::matrixCompMult,
6889 BuiltInName::matrixCompMult,
[all...]
H A DSymbolTable_autogen.cpp3295 constexpr const ImmutableString matrixCompMult("matrixCompMult");
9669 BuiltInName::matrixCompMult,
9678 BuiltInName::matrixCompMult,
9687 BuiltInName::matrixCompMult,
9696 BuiltInName::matrixCompMult,
9705 BuiltInName::matrixCompMult,
9714 BuiltInName::matrixCompMult,
9723 BuiltInName::matrixCompMult,
9732 BuiltInName::matrixCompMult,
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1172 BA1(matrixCompMult);
2181 add_function("matrixCompMult", in create_builtins()

Completed in 65 milliseconds