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

  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 364 typedef lowp_mat2x4 mat2x4; typedef in namespace:glm
374 typedef mediump_mat2x4 mat2x4; typedef in namespace:glm
395 typedef highp_mat2x4 mat2x4; typedef in namespace:glm
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 149 TType *mat2x4 = new TType(EbtFloat, 2, 4); local
165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4);
175 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpOuterProduct, mat2x4, "outerProduct", float4, float2);
185 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat2x4, "transpose", mat4x2);
186 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpTranspose, mat4x2, "transpose", mat2x4);
  /external/mesa3d/src/compiler/
builtin_type_macros.h 59 DECL_TYPE(mat2x4, GL_FLOAT_MAT2x4, GLSL_TYPE_FLOAT, 4, 2)
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 154 T(mat2x4, 120, 300)

Completed in 259 milliseconds