Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h172 static const glsl_type *const mat2x4_type; member
Dbuiltin_types.h209 const glsl_type *const glsl_type::mat2x4_type = & builtin_120_types[1];
Dglsl_types.cpp437 case IDX(2,4): return mat2x4_type; in get_instance()