Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/
H A Dglsl_types.h43 typedef struct glsl_struct_field glsl_struct_field; typedef
377 struct glsl_struct_field { struct
378 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 …]