Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_gen8.c145 if (DIRTY(FB) || r->batch_bo_changed) { in gen8_draw_wm()
205 DIRTY(IB) || r->batch_bo_changed) in gen8_draw_vf()
214 DIRTY(VB) || DIRTY(VE) || r->batch_bo_changed) { in gen8_draw_vf()
Dilo_render.c137 render->batch_bo_changed = true; in ilo_render_invalidate_builder()
373 render->batch_bo_changed = true; in draw_session_prepare()
426 render->batch_bo_changed = false; in draw_session_end()
Dilo_render_gen6.c282 r->batch_bo_changed) { in gen6_draw_common_base_address()
418 DIRTY(IB) || r->batch_bo_changed) in gen6_draw_vf()
427 DIRTY(IB) || r->batch_bo_changed) in gen6_draw_vf()
433 DIRTY(VB) || DIRTY(VE) || r->batch_bo_changed) { in gen6_draw_vf()
714 if (DIRTY(FB) || r->batch_bo_changed) { in gen6_draw_wm_depth()
Dilo_render_gen7.c436 if ((DIRTY(SO) || dirty_sh || r->batch_bo_changed) && in gen7_draw_sol()
572 if (DIRTY(FB) || r->batch_bo_changed) { in gen7_draw_wm()
Dilo_render_gen.h68 bool batch_bo_changed; member