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.h1360 struct glsl_struct_field { struct
1361 const struct glsl_type *type;
1362 const char *name;
1371 int location;
1379 int offset;
1385 int xfb_buffer;
1391 int xfb_stride;
1395 enum pipe_format image_format;
1397 union {
1459 glsl_struct_field(const struct glsl_type *_type, in glsl_struct_field() function
[all …]