Searched defs:builtin_120_types (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dbuiltin_types.h200 const glsl_type glsl_type::builtin_120_types[] = { member in class:glsl_type
208 const glsl_type *const glsl_type::mat2x3_type = & builtin_120_types[0];
209 const glsl_type *const glsl_type::mat2x4_type = & builtin_120_types[1];
210 const glsl_type *const glsl_type::mat3x2_type = & builtin_120_types[2];
211 const glsl_type *const glsl_type::mat3x4_type = & builtin_120_types[3];
212 const glsl_type *const glsl_type::mat4x2_type = & builtin_120_types[4];
213 const glsl_type *const glsl_type::mat4x3_type = & builtin_120_types[5];
H A Dglsl_types.h517 static const glsl_type builtin_120_types[]; member in struct:glsl_type

Completed in 95 milliseconds