Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_uniform.h81 struct gl_uniform_storage { struct
82 char *name;
83 const struct glsl_type *type;
91 unsigned array_elements;
96 bool initialized;
106 uint8_t sampler;
111 unsigned num_driver_storage;
112 struct gl_uniform_driver_storage *driver_storage;
121 union gl_constant_value *storage;
133 int block_index;
[all …]