Searched refs:need_flush (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_tex.c | 245 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/nouveau/nvc0/ |
D | nvc0_tex.c | 487 bool need_flush = false; in nvc0_validate_tic() local 500 need_flush |= nvc0_update_tic(nvc0, tic, res); in nvc0_validate_tic() 508 need_flush = true; in nvc0_validate_tic() 546 return need_flush; in nvc0_validate_tic() 554 bool need_flush = false; in nve4_validate_tic() local 566 need_flush |= nvc0_update_tic(nvc0, tic, res); in nve4_validate_tic() 574 need_flush = true; in nve4_validate_tic() 597 return need_flush; in nve4_validate_tic() 602 bool need_flush = false; in nvc0_validate_textures() local 607 need_flush |= nve4_validate_tic(nvc0, i); in nvc0_validate_textures() [all …]
|
D | nvc0_compute.c | 146 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()
|
D | nve4_compute.c | 306 bool need_flush = nve4_validate_tsc(nvc0, 5); in nve4_compute_validate_samplers() local 307 if (need_flush) { in nve4_compute_validate_samplers()
|