Home
last modified time | relevance | path

Searched defs:glsl_struct_field (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h43 typedef struct glsl_struct_field glsl_struct_field; typedef
364 struct glsl_struct_field { struct
365 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 …]