Searched defs:gl_uniform_storage (Results 1 – 1 of 1) sorted by relevance
777 struct gl_uniform_storage { struct778 struct gl_resource_name name;784 const struct glsl_type *type;792 unsigned array_elements;794 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES];799 unsigned active_shader_mask;804 unsigned num_driver_storage;805 struct gl_uniform_driver_storage *driver_storage;814 union gl_constant_value *storage;826 int block_index;[all …]