Lines Matching refs:dirty_box
298 DBG("VOLUME: dirty_box=(%u,%u,%u) (%ux%ux%u)\n",
299 tex->dirty_box.x, tex->dirty_box.y, tex->dirty_box.y,
300 tex->dirty_box.width, tex->dirty_box.height, tex->dirty_box.depth);
302 if (tex->dirty_box.width) {
304 u_box_minify_3d(&box, &tex->dirty_box, l);
307 memset(&tex->dirty_box, 0, sizeof(tex->dirty_box));