Lines Matching refs:field
1332 glsl_struct_field field = glsl_struct_field();
1333 field.type = glsl_int_type();
1334 field.name = "x";
1336 glsl_type::get_interface_instance(&field, 1,
1379 glsl_struct_field field = glsl_struct_field();
1380 field.type = glsl_int_type();
1381 field.name = "x";
1383 glsl_type::get_interface_instance(&field, 1,
1418 glsl_struct_field field = glsl_struct_field();
1419 field.type = glsl_int_type();
1420 field.name = "x";
1422 glsl_type::get_interface_instance(&field, 1,
1462 glsl_struct_field field = glsl_struct_field();
1463 field.type = glsl_int_type();
1464 field.name = "x";
1466 glsl_type::get_interface_instance(&field, 1,
1512 glsl_struct_field field = glsl_struct_field();
1513 field.type = glsl_int_type();
1514 field.name = "x";
1516 glsl_type::get_interface_instance(&field, 1,
2062 struct glsl_struct_field field;
2064 field.type = glsl_float_type();
2065 field.name = ralloc_asprintf(b->shader, "field1");
2066 field.location = -1;
2067 field.offset = 0;
2069 const struct glsl_type *st_type = glsl_struct_type(&field, 1, "struct", false);