Home | History | Annotate | Download | only in compiler

Lines Matching refs:num_fields

106 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
113 length(num_fields)
134 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields,
143 length(num_fields)
977 unsigned num_fields,
980 const glsl_type key(fields, num_fields, name);
993 const glsl_type *t = new glsl_type(fields, num_fields, name);
1000 assert(((glsl_type *) entry->data)->length == num_fields);
1011 unsigned num_fields,
1016 const glsl_type key(fields, num_fields, packing, row_major, block_name);
1029 const glsl_type *t = new glsl_type(fields, num_fields,
1037 assert(((glsl_type *) entry->data)->length == num_fields);