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

  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 369 typedef lowp_mat4x3 mat4x3; typedef in namespace:glm
379 typedef mediump_mat4x3 mat4x3; typedef in namespace:glm
420 typedef highp_mat4x3 mat4x3; typedef in namespace:glm
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 154 TType *mat4x3 = new TType(EbtFloat, 4, 3); local
168 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3);
178 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat4x3, "outerProduct", float3, float4);
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 63 DECL_TYPE(mat4x3, GL_FLOAT_MAT4x3, GLSL_TYPE_FLOAT, 3, 4)
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 158 T(mat4x3, 120, 300)

Completed in 404 milliseconds