Searched refs:update_textures (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_texture.c260 update_textures(struct st_context *st, function in typeref:typename:void
284 update_textures(st, PIPE_SHADER_VERTEX,
295 update_textures(st, PIPE_SHADER_FRAGMENT,
306 update_textures(st, PIPE_SHADER_GEOMETRY,
318 update_textures(st, PIPE_SHADER_TESS_CTRL,
330 update_textures(st, PIPE_SHADER_TESS_EVAL,
342 update_textures(st, PIPE_SHADER_COMPUTE,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.h34 struct list_head list; /* for update_textures */
143 list_add(&tex->list, &device->update_textures);
167 list_add(&(t)->list, &(t)->base.base.device->update_textures); \
H A Dbasetexture9.c126 list_add(&This->list, &This->base.base.device->update_textures);
H A Ddevice9.h86 struct list_head update_textures; member in struct:NineDevice9
H A Ddevice9.c148 list_inithead(&This->update_textures);
2753 LIST_FOR_EACH_ENTRY_SAFE(tex, ptr, &device->update_textures, list) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbasetexture9.h34 struct list_head list; /* for update_textures */
146 list_add(&tex->list, &device->update_textures);
170 list_add(&(t)->list, &(t)->base.base.device->update_textures); \
H A Dbasetexture9.c127 list_add(&This->list, &This->base.base.device->update_textures);
H A Ddevice9.h87 struct list_head update_textures; member in struct:NineDevice9
H A Ddevice9.c201 list_inithead(&This->update_textures);
2930 LIST_FOR_EACH_ENTRY_SAFE(tex, ptr, &device->update_textures, list) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_texture.c101 update_textures(struct st_context *st, function in typeref:typename:void
218 /* Same as update_textures, but don't store the views in st_context. */
226 update_textures(st, shader_stage, prog, local_views);
250 update_textures(st,

Completed in 23 milliseconds