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.h929 struct glsl_struct_field { struct
930 const struct glsl_type *type;
931 const char *name;
940 int location;
948 int offset;
954 int xfb_buffer;
960 int xfb_stride;
966 unsigned interpolation:2;
972 unsigned centroid:1;
978 unsigned sample:1;
[all …]