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 D | func_matrix.hpp | 101 /// @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 D | simd_mat4.hpp | 150 detail::fmat4x4SIMD matrixCompMult(
|
/third_party/skia/src/sksl/ |
H A D | SkSLIntrinsicList.h | 63 SKSL_INTRINSIC(matrixCompMult) \
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderMatrixTests.cpp | 185 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 D | vktShaderRenderMatrixTests.cpp | 295 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 D | es3fShaderMatrixTests.cpp | 301 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 D | vktShaderRenderMatrixTests.cpp | 295 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 D | SymbolTable_ESSL_autogen.cpp | 2119 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 D | SymbolTable_autogen.cpp | 3295 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 D | builtin_functions.cpp | 1172 BA1(matrixCompMult); 2181 add_function("matrixCompMult", in create_builtins()
|
Completed in 65 milliseconds