Searched defs:glsl_struct_field (Results 1 – 1 of 1) sorted by relevance
1378 struct glsl_struct_field { struct1379 const struct glsl_type *type;1380 const char *name;1389 int location;1395 int component;1403 int offset;1409 int xfb_buffer;1415 int xfb_stride;1420 enum pipe_format image_format;1422 union {[all …]