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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c245 bool need_flush = false; local
289 need_flush = true;
330 return need_flush;
335 bool need_flush; local
337 need_flush = nv50_validate_tic(nv50, 0);
338 need_flush |= nv50_validate_tic(nv50, 1);
339 need_flush |= nv50_validate_tic(nv50, 2);
341 if (need_flush) {
352 bool need_flush = false; local
370 need_flush
388 bool need_flush; local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c146 bool need_flush = nvc0_validate_tsc(nvc0, 5); local
147 if (need_flush) {
161 bool need_flush = nvc0_validate_tic(nvc0, 5); local
162 if (need_flush) {
H A Dnve4_compute.c302 bool need_flush = nve4_validate_tsc(nvc0, 5); local
303 if (need_flush) {
H A Dnvc0_tex.c478 bool need_flush = false; local
499 need_flush = true;
537 return need_flush;
545 bool need_flush = false; local
565 need_flush = true;
588 return need_flush;
593 bool need_flush = false; local
598 need_flush |= nve4_validate_tic(nvc0, i);
600 need_flush |= nvc0_validate_tic(nvc0, i);
603 if (need_flush) {
622 bool need_flush = false; local
667 bool need_flush = false; local
702 bool need_flush = false; local
[all...]
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_draw.c297 bool need_flush = false; local
317 need_flush = (vec->dirty & ILO_DIRTY_FB);
320 need_flush |= (vec->dirty & ILO_DIRTY_SO);
327 if (need_flush)
332 need_flush = false;
339 if (need_flush)
374 bool need_flush; local
376 need_flush = ilo_builder_batch_used(&ilo->cp->builder);
385 need_flush = false;
413 if (need_flush)
[all...]

Completed in 138 milliseconds