HomeSort by relevance Sort by last modified time
    Searched refs:builtin_120_types (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
builtin_types.h 192 const glsl_type glsl_type::builtin_120_types[] = { member in class:glsl_type
200 const glsl_type *const glsl_type::mat2x3_type = & builtin_120_types[0];
201 const glsl_type *const glsl_type::mat2x4_type = & builtin_120_types[1];
202 const glsl_type *const glsl_type::mat3x2_type = & builtin_120_types[2];
203 const glsl_type *const glsl_type::mat3x4_type = & builtin_120_types[3];
204 const glsl_type *const glsl_type::mat4x2_type = & builtin_120_types[4];
205 const glsl_type *const glsl_type::mat4x3_type = & builtin_120_types[5];
glsl_types.h 432 static const glsl_type builtin_120_types[]; member in struct:glsl_type
glsl_types.cpp 145 add_types_to_symbol_table(symtab, builtin_120_types,
146 Elements(builtin_120_types), false);

Completed in 1536 milliseconds