Searched refs:update_lod (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.c180 BOOL update_lod; local in function:NineBaseTexture9_UploadSelf
190 update_lod = This->managed.lod_resident != This->managed.lod;
191 if (!update_lod && !This->managed.dirty)
197 if (update_lod) {
321 if (update_lod) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbasetexture9.c178 BOOL update_lod; local in function:NineBaseTexture9_UploadSelf
185 update_lod = This->managed.lod_resident != This->managed.lod;
186 if (!update_lod && !This->managed.dirty)
192 if (update_lod) {
316 if (update_lod) {

Completed in 3 milliseconds