Home
last modified time | relevance | path

Searched refs:driver_storage (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_uniform.h118 struct gl_uniform_driver_storage *driver_storage; member
Dlink_uniforms.cpp1120 this->uniforms[id].driver_storage = NULL; in visit_field()
/third_party/mesa3d/src/mesa/main/
Duniforms.c154 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()
Duniform_query.cpp375 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()
/third_party/mesa3d/src/compiler/glsl/tests/
Dset_uniform_initializer_tests.cpp133 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()
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2605 storage->driver_storage[s].data; in _mesa_associate_uniform_storage()