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

  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 363 typedef lowp_mat2x3 mat2x3; typedef in namespace:glm
373 typedef mediump_mat2x3 mat2x3; typedef in namespace:glm
390 typedef highp_mat2x3 mat2x3; typedef in namespace:glm
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 148 TType *mat2x3 = new TType(EbtFloat, 2, 3); local
163 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x3, "matrixCompMult", mat2x3, mat2x3);
173 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat2x3, "outerProduct", float3, float2);
183 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat2x3, "transpose", mat3x2);
184 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat3x2, "transpose", mat2x3);
  /external/mesa3d/src/compiler/
builtin_type_macros.h 58 DECL_TYPE(mat2x3, GL_FLOAT_MAT2x3, GLSL_TYPE_FLOAT, 3, 2)
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 153 T(mat2x3, 120, 300)

Completed in 286 milliseconds