HomeSort by relevance Sort by last modified time
    Searched refs:batch_bo_changed (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen8.c 145 if (DIRTY(FB) || r->batch_bo_changed) {
205 DIRTY(IB) || r->batch_bo_changed)
214 DIRTY(VB) || DIRTY(VE) || r->batch_bo_changed) {
ilo_render.c 137 render->batch_bo_changed = true;
373 render->batch_bo_changed = true;
426 render->batch_bo_changed = false;
ilo_render_gen6.c 282 r->batch_bo_changed) {
418 DIRTY(IB) || r->batch_bo_changed)
427 DIRTY(IB) || r->batch_bo_changed)
433 DIRTY(VB) || DIRTY(VE) || r->batch_bo_changed) {
714 if (DIRTY(FB) || r->batch_bo_changed) {
ilo_render_gen.h 68 bool batch_bo_changed; member in struct:ilo_render
ilo_render_gen7.c 436 if ((DIRTY(SO) || dirty_sh || r->batch_bo_changed) &&
572 if (DIRTY(FB) || r->batch_bo_changed) {

Completed in 314 milliseconds