Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dglsl_types.h1378 struct glsl_struct_field { struct
1379 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 …]