Searched refs:mat2 (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmatrix.c | 53 FcMatrixEqual (const FcMatrix *mat1, const FcMatrix *mat2) argument 55 if(mat1 == mat2) return FcTrue; 56 if(mat1 == 0 || mat2 == 0) return FcFalse; 57 return mat1->xx == mat2->xx && 58 mat1->xy == mat2->xy && 59 mat1->yx == mat2->yx && 60 mat1->yy == mat2->yy;
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_shader_debug.spec | 178 void printMESA(const mat2 value)
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_shader_debug.spec | 178 void printMESA(const mat2 value)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | builtin_type_macros.h | 55 DECL_TYPE(mat2, GL_FLOAT_MAT2, GLSL_TYPE_FLOAT, 2, 2)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | builtin_type_macros.h | 55 DECL_TYPE(mat2, GL_FLOAT_MAT2, GLSL_TYPE_FLOAT, 2, 2)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.1.3.rst | 44 spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag fails
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_types.cpp | 151 T(mat2, 110, 100)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_types.cpp | 151 T(mat2, 110, 100)
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 810 FcMatrixEqual (const FcMatrix *mat1, const FcMatrix *mat2);
|
Completed in 7 milliseconds