Searched defs:gl_uniform_storage (Results 1 – 1 of 1) sorted by relevance
99 struct gl_uniform_storage { struct100 struct gl_resource_name name;106 const struct glsl_type *type;114 unsigned array_elements;116 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES];121 unsigned active_shader_mask;126 unsigned num_driver_storage;127 struct gl_uniform_driver_storage *driver_storage;136 union gl_constant_value *storage;148 int block_index;[all …]