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

  /external/vulkan-validation-layers/libs/glm/detail/
func_matrix.hpp 125 /// @tparam matType Floating-point matrix types.
129 template <typename T, precision P, template <typename, precision> class matType>
130 GLM_FUNC_DECL matType<T, P> matrixCompMult(matType<T, P> const & x, matType<T, P> const & y);
136 /// @tparam matType Floating-point matrix types.
141 /// @todo Clarify the declaration to specify that matType doesn't have to be provided when used.
147 /// @tparam matType Floating-point matrix types.
152 template <typename T, precision P, template <typename, precision> class matType>
153 GLM_FUNC_DECL typename matType<T, P>::transpose_type transpose(matType<T, P> const & x)
    [all...]
type_mat.hpp 53 template <template <class, precision> class matType, typename T, precision P>
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_query.hpp 73 template<typename T, precision P, template <typename, precision> class matType>
74 GLM_FUNC_DECL bool isIdentity(matType<T, P> const & m, T const & epsilon);
93 template<typename T, precision P, template <typename, precision> class matType>
94 GLM_FUNC_DECL bool isOrthogonal(matType<T, P> const & m, T const & epsilon);
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 622 #define MAKE_MAT_MAT_CASES(OP, MATTYPE) \
623 OP(INPUTTYPE_CONST, MATTYPE, INPUTTYPE_CONST, MATTYPE); \
624 OP(INPUTTYPE_DYNAMIC, MATTYPE, INPUTTYPE_CONST, MATTYPE)
634 #define MAKE_UNARY_CASES(OP, MATTYPE) \
635 OP(INPUTTYPE_CONST, MATTYPE); \
636 OP(INPUTTYPE_DYNAMIC, MATTYPE)
644 #define MAKE_ASSIGNMENT_CASES(OP, MATTYPE) \
645 OP(INPUTTYPE_CONST, MATTYPE, INPUTTYPE_CONST, MATTYPE);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]

Completed in 73 milliseconds