Searched refs:managed_textures (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.c89 list_add(&This->list2, &This->base.base.device->managed_textures);
H A Ddevice9.h88 struct list_head managed_textures; member in struct:NineDevice9
H A Ddevice9.c150 list_inithead(&This->managed_textures);
653 LIST_FOR_EACH_ENTRY(tex, &This->managed_textures, list2) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbasetexture9.c93 list_add(&This->list2, &This->base.base.device->managed_textures);
H A Ddevice9.h89 struct list_head managed_textures; member in struct:NineDevice9
H A Ddevice9.c203 list_inithead(&This->managed_textures);
738 LIST_FOR_EACH_ENTRY(tex, &This->managed_textures, list2) {
751 LIST_FOR_EACH_ENTRY(tex, &This->managed_textures, list2) {

Completed in 15 milliseconds