Searched defs:glsl_struct_field (Results 1 – 1 of 1) sorted by relevance
43 typedef struct glsl_struct_field glsl_struct_field; typedef364 struct glsl_struct_field { struct365 const glsl_type *type;366 const char *name;375 int location;381 int component;389 int offset;395 int xfb_buffer;401 int xfb_stride;406 enum pipe_format image_format;[all …]