Searched refs:need_flush (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_tex.c | 247 bool need_flush = false; in nv50_validate_tic() local 295 need_flush = true; in nv50_validate_tic() 352 return need_flush; in nv50_validate_tic() 358 bool need_flush = false; in nv50_validate_textures() local 361 need_flush |= nv50_validate_tic(nv50, s); in nv50_validate_textures() 363 if (need_flush) { in nv50_validate_textures() 378 bool need_flush = false; in nv50_validate_tsc() local 400 need_flush = true; in nv50_validate_tsc() 432 return need_flush; in nv50_validate_tsc() 438 bool need_flush = false; in nv50_validate_samplers() local [all …]
|
D | nv50_compute.c | 171 bool need_flush = nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE); in nv50_compute_validate_samplers() local 172 if (need_flush) { in nv50_compute_validate_samplers() 184 bool need_flush = nv50_validate_tic(nv50, NV50_SHADER_STAGE_COMPUTE); in nv50_compute_validate_textures() local 185 if (need_flush) { in nv50_compute_validate_textures()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 485 bool need_flush = false; in nvc0_validate_tic() local 498 need_flush |= nvc0_update_tic(nvc0, tic, res); in nvc0_validate_tic() 506 need_flush = true; in nvc0_validate_tic() 544 return need_flush; in nvc0_validate_tic() 552 bool need_flush = false; in nve4_validate_tic() local 564 need_flush |= nvc0_update_tic(nvc0, tic, res); in nve4_validate_tic() 572 need_flush = true; in nve4_validate_tic() 595 return need_flush; in nve4_validate_tic() 600 bool need_flush = false; in nvc0_validate_textures() local 605 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 | 331 bool need_flush = nve4_validate_tsc(nvc0, 5); in nve4_compute_validate_samplers() local 332 if (need_flush) { in nve4_compute_validate_samplers()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 414 bool need_flush = false; in si_decompress_sampler_depth_textures() local 435 need_flush = true; in si_decompress_sampler_depth_textures() 440 return need_flush; in si_decompress_sampler_depth_textures() 782 bool need_flush = false; in si_decompress_textures() local 800 need_flush |= si_decompress_sampler_depth_textures(sctx, &sctx->samplers[i]); in si_decompress_textures() 810 if (sctx->gfx_level == GFX10_3 && need_flush) { in si_decompress_textures()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 309 bool need_flush = devinfo->ver >= 11 ? in tex_cache_flush_hack() local 312 if (!need_flush) in tex_cache_flush_hack()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 332 bool need_flush = view_format != surf_format; in tex_cache_flush_hack() local 333 if (!need_flush) in tex_cache_flush_hack()
|