Home
last modified time | relevance | path

Searched defs:matrixCompMult (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_matrix.inl359 GLM_FUNC_QUALIFIER matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y) function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_matrix.inl359 GLM_FUNC_QUALIFIER matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y) function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_mat4.inl530 GLM_FUNC_QUALIFIER detail::fmat4x4SIMD matrixCompMult function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_mat4.inl530 GLM_FUNC_QUALIFIER detail::fmat4x4SIMD matrixCompMult function
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp495 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp901 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp895 tcu::Matrix<T, Rows, Cols> matrixCompMult(const tcu::Matrix<T, Rows, Cols> &a, const tcu::Matrix<T,… in matrixCompMult() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp287 constexpr const ImmutableString matrixCompMult("matrixCompMult"); variable