Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h176 static const glsl_type *const mat4x2_type; member
Dbuiltin_types.h212 const glsl_type *const glsl_type::mat4x2_type = & builtin_120_types[4];
Dglsl_types.cpp441 case IDX(4,2): return mat4x2_type; in get_instance()