Searched defs:last_mt (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1616 struct intel_mipmap_tree *last_mt; local
1618 last_mt = rb->mt;
1620 last_mt = rb->singlesample_mt;
1623 if (last_mt) {
1629 drm_intel_bo_flink(last_mt->bo, &old_name);
1703 struct intel_mipmap_tree *last_mt; local
1705 last_mt = rb->mt;
1707 last_mt = rb->singlesample_mt;
1709 if (last_mt && last_mt
[all...]

Completed in 67 milliseconds