Searched defs:glsl_struct_field (Results 1 – 1 of 1) sorted by relevance
43 typedef struct glsl_struct_field glsl_struct_field; typedef377 struct glsl_struct_field { struct378 const glsl_type *type;379 const char *name;388 int location;394 int component;402 int offset;408 int xfb_buffer;414 int xfb_stride;419 enum pipe_format image_format;[all …]