Home
last modified time | relevance | path

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

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