Searched refs:num_driver_storage (Results 1 – 5 of 5) sorted by relevance
117 unsigned num_driver_storage; member
858 this->uniforms[id].num_driver_storage = 0; in visit_field()
160 * (uni->num_driver_storage + 1)); in _mesa_uniform_attach_driver_storage()162 uni->driver_storage[uni->num_driver_storage].element_stride = element_stride; in _mesa_uniform_attach_driver_storage()163 uni->driver_storage[uni->num_driver_storage].vector_stride = vector_stride; in _mesa_uniform_attach_driver_storage()164 uni->driver_storage[uni->num_driver_storage].format = format; in _mesa_uniform_attach_driver_storage()165 uni->driver_storage[uni->num_driver_storage].data = data; in _mesa_uniform_attach_driver_storage()167 uni->num_driver_storage++; in _mesa_uniform_attach_driver_storage()182 uni->num_driver_storage = 0; in _mesa_uniform_detach_all_driver_storage()
769 for (i = 0; i < uni->num_driver_storage; i++) { in _mesa_propagate_uniforms_to_driver_storage()
125 prog->data->UniformStorage[index_to_set].num_driver_storage = 0; in establish_uniform_storage()148 prog->data->UniformStorage[i].num_driver_storage = 0; in establish_uniform_storage()