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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c214 boolean needCopyResource; local in function:svga_texture_view_surface
256 needCopyResource = tex->backed_age < tex->age;
261 needCopyResource = TRUE;
279 if (needCopyResource) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c198 boolean needCopyResource; local in function:svga_texture_view_surface
240 needCopyResource = tex->backed_age < tex->age;
245 needCopyResource = TRUE;
263 if (needCopyResource) {

Completed in 4 milliseconds