Searched defs:gl_uniform_storage (Results 1 – 1 of 1) sorted by relevance
91 struct gl_uniform_storage { struct92 char *name;97 const struct glsl_type *type;105 unsigned array_elements;107 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES];112 unsigned active_shader_mask;117 unsigned num_driver_storage;118 struct gl_uniform_driver_storage *driver_storage;127 union gl_constant_value *storage;139 int block_index;[all …]