Searched refs:driver_storage (Results 1 – 6 of 6) sorted by relevance
118 struct gl_uniform_driver_storage *driver_storage; member
1120 this->uniforms[id].driver_storage = NULL; in visit_field()
154 uni->driver_storage = in _mesa_uniform_attach_driver_storage()155 realloc(uni->driver_storage, in _mesa_uniform_attach_driver_storage()159 uni->driver_storage[uni->num_driver_storage].element_stride = element_stride; in _mesa_uniform_attach_driver_storage()160 uni->driver_storage[uni->num_driver_storage].vector_stride = vector_stride; in _mesa_uniform_attach_driver_storage()161 uni->driver_storage[uni->num_driver_storage].format = format; in _mesa_uniform_attach_driver_storage()162 uni->driver_storage[uni->num_driver_storage].data = data; in _mesa_uniform_attach_driver_storage()177 free(uni->driver_storage); in _mesa_uniform_detach_all_driver_storage()178 uni->driver_storage = NULL; in _mesa_uniform_detach_all_driver_storage()
375 src = (gl_constant_value *) uni->driver_storage[0].data + in _mesa_get_uniform()846 struct gl_uniform_driver_storage *const store = &uni->driver_storage[i]; in _mesa_propagate_uniforms_to_driver_storage()1329 uni->driver_storage[s].data + (size_mul * offset * dword_components); in _mesa_uniform()1775 uni->driver_storage[s].data + in _mesa_uniform_matrix()1913 uni->driver_storage[s].data + (size_mul * offset * components); in _mesa_uniform_handle()
133 prog->data->UniformStorage[index_to_set].driver_storage = NULL; in establish_uniform_storage()156 prog->data->UniformStorage[i].driver_storage = NULL; in establish_uniform_storage()
2605 storage->driver_storage[s].data; in _mesa_associate_uniform_storage()