Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h157 static const glsl_type *const mat2x3_type; member
Dbuiltin_types.h200 const glsl_type *const glsl_type::mat2x3_type = & builtin_120_types[0];
Dglsl_types.cpp319 case IDX(2,3): return mat2x3_type; in get_instance()