Home
last modified time | relevance | path

Searched refs:mat3x2_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_types.h173 static const glsl_type *const mat3x2_type; member
Dbuiltin_types.h210 const glsl_type *const glsl_type::mat3x2_type = & builtin_120_types[2];
Dglsl_types.cpp438 case IDX(3,2): return mat3x2_type; in get_instance()