Home | Sort by relevance Sort by last modified time |
/external/mesa3d/src/glsl/ | |
builtin_types.h | 77 const glsl_type *const glsl_type::mat2_type = & builtin_core_types[12]; member in class:glsl_type |
glsl_types.h | 170 static const glsl_type *const mat2_type; member in struct:glsl_type |
glsl_types.cpp | 435 case IDX(2,2): return mat2_type; |