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

  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 367 typedef lowp_mat3x4 mat3x4; typedef in namespace:glm
377 typedef mediump_mat3x4 mat3x4; typedef in namespace:glm
410 typedef highp_mat3x4 mat3x4; typedef in namespace:glm
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 152 TType *mat3x4 = new TType(EbtFloat, 3, 4); local
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4);
177 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat3x4, "outerProduct", float4, float3);
187 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat3x4, "transpose", mat4x3);
188 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat4x3, "transpose", mat3x4);
  /external/mesa3d/src/compiler/
builtin_type_macros.h 61 DECL_TYPE(mat3x4, GL_FLOAT_MAT3x4, GLSL_TYPE_FLOAT, 4, 3)
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 156 T(mat3x4, 120, 300)

Completed in 275 milliseconds