Searched refs:num_driver_storage (Results 1 – 5 of 5) sorted by relevance
105 * (uni->num_driver_storage + 1)); in _mesa_uniform_attach_driver_storage()107 uni->driver_storage[uni->num_driver_storage].element_stride = element_stride; in _mesa_uniform_attach_driver_storage()108 uni->driver_storage[uni->num_driver_storage].vector_stride = vector_stride; in _mesa_uniform_attach_driver_storage()109 uni->driver_storage[uni->num_driver_storage].format = (uint8_t) format; in _mesa_uniform_attach_driver_storage()110 uni->driver_storage[uni->num_driver_storage].data = data; in _mesa_uniform_attach_driver_storage()112 uni->num_driver_storage++; in _mesa_uniform_attach_driver_storage()127 uni->num_driver_storage = 0; in _mesa_uniform_detach_all_driver_storage()
487 for (i = 0; i < uni->num_driver_storage; i++) { in _mesa_propagate_uniforms_to_driver_storage()
111 unsigned num_driver_storage; member
330 this->uniforms[id].num_driver_storage = 0; in visit_field()
120 prog->UniformStorage[index_to_set].num_driver_storage = 0; in establish_uniform_storage()138 prog->UniformStorage[i].num_driver_storage = 0; in establish_uniform_storage()