Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h175 static const glsl_type *const mat3x4_type; member
Dbuiltin_types.h211 const glsl_type *const glsl_type::mat3x4_type = & builtin_120_types[3];
Dglsl_types.cpp440 case IDX(3,4): return mat3x4_type; in get_instance()