Searched refs:update_textures (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_texture.c | 260 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 D | basetexture9.h | 34 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 D | basetexture9.c | 126 list_add(&This->list, &This->base.base.device->update_textures);
|
| H A D | device9.h | 86 struct list_head update_textures; member in struct:NineDevice9
|
| H A D | device9.c | 148 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 D | basetexture9.h | 34 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 D | basetexture9.c | 127 list_add(&This->list, &This->base.base.device->update_textures);
|
| H A D | device9.h | 87 struct list_head update_textures; member in struct:NineDevice9
|
| H A D | device9.c | 201 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 D | st_atom_texture.c | 101 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