Searched refs:lod_resident (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | basetexture9.h | 54 DWORD lod_resident; member in struct:NineBaseTexture9::__anon385a11e50108 118 This, This->managed.dirty, This->dirty_mip, This->managed.lod, This->managed.lod_resident); 120 (This->managed.dirty || This->managed.lod != This->managed.lod_resident))
|
| H A D | basetexture9.c | 70 This->managed.lod_resident = -1; 190 update_lod = This->managed.lod_resident != This->managed.lod; 200 DBG("updating LOD from %u to %u ...\n", This->managed.lod_resident, This->managed.lod); 206 hr = NineBaseTexture9_CreatePipeResource(This, This->managed.lod_resident != -1); 211 if (This->managed.lod_resident == -1) {/* no levels were resident */ 213 This->managed.lod_resident = This->base.info.last_level + 1; 250 min_level_dirty = MAX2(This->managed.lod, This->managed.lod_resident); 328 for (l = This->managed.lod; l < This->managed.lod_resident; ++l) { 341 for (l = This->managed.lod; l < This->managed.lod_resident; ++l) { 353 for (l = This->managed.lod; l < This->managed.lod_resident; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | basetexture9.h | 57 DWORD lod_resident; member in struct:NineBaseTexture9::__anon8f154f2c0108 121 This, This->managed.dirty, This->dirty_mip, This->managed.lod, This->managed.lod_resident); 123 (This->managed.dirty || This->managed.lod != This->managed.lod_resident))
|
| H A D | basetexture9.c | 73 This->managed.lod_resident = -1; 185 update_lod = This->managed.lod_resident != This->managed.lod; 195 DBG("updating LOD from %u to %u ...\n", This->managed.lod_resident, This->managed.lod); 201 hr = NineBaseTexture9_CreatePipeResource(This, This->managed.lod_resident != -1); 206 if (This->managed.lod_resident == -1) {/* no levels were resident */ 208 This->managed.lod_resident = This->level_count; 245 min_level_dirty = MAX2(This->managed.lod, This->managed.lod_resident); 323 for (l = This->managed.lod; l < This->managed.lod_resident; ++l) { 336 for (l = This->managed.lod; l < This->managed.lod_resident; ++l) { 348 for (l = This->managed.lod; l < This->managed.lod_resident; [all...] |
Completed in 4 milliseconds