Home
last modified time | relevance | path

Searched refs:last_mt (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1549 struct intel_mipmap_tree *last_mt; in intel_process_dri2_buffer() local
1551 last_mt = rb->mt; in intel_process_dri2_buffer()
1553 last_mt = rb->singlesample_mt; in intel_process_dri2_buffer()
1556 if (last_mt) { in intel_process_dri2_buffer()
1562 brw_bo_flink(last_mt->bo, &old_name); in intel_process_dri2_buffer()
1665 struct intel_mipmap_tree *last_mt; in intel_update_image_buffer() local
1667 last_mt = rb->mt; in intel_update_image_buffer()
1669 last_mt = rb->singlesample_mt; in intel_update_image_buffer()
1671 if (last_mt && last_mt->bo == buffer->bo) in intel_update_image_buffer()