| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_tex.c | 245 bool need_flush = false; local in function:nv50_validate_tic 289 need_flush = true; 330 return need_flush; 335 bool need_flush; local in function:nv50_validate_textures 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 in function:nv50_validate_tsc 370 need_flush 398 bool need_flush; local in function:nv50_validate_samplers [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_tex.c | 247 bool need_flush = false; local in function:nv50_validate_tic 295 need_flush = true; 352 return need_flush; 358 bool need_flush = false; local in function:nv50_validate_textures 361 need_flush |= nv50_validate_tic(nv50, s); 363 if (need_flush) { 378 bool need_flush = false; local in function:nv50_validate_tsc 400 need_flush = true; 432 return need_flush; 438 bool need_flush local in function:nv50_validate_samplers [all...] |
| H A D | nv50_compute.c | 171 bool need_flush = nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE); local in function:nv50_compute_validate_samplers 172 if (need_flush) { 184 bool need_flush = nv50_validate_tic(nv50, NV50_SHADER_STAGE_COMPUTE); local in function:nv50_compute_validate_textures 185 if (need_flush) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 487 bool need_flush = false; local in function:nvc0_validate_tic 500 need_flush |= nvc0_update_tic(nvc0, tic, res); 508 need_flush = true; 546 return need_flush; 554 bool need_flush = false; local in function:nve4_validate_tic 566 need_flush |= nvc0_update_tic(nvc0, tic, res); 574 need_flush = true; 597 return need_flush; 602 bool need_flush = false; local in function:nvc0_validate_textures 607 need_flush | 631 bool need_flush = false; local in function:nvc0_validate_tsc 689 bool need_flush = false; local in function:nve4_validate_tsc 724 bool need_flush = false; local in function:nvc0_validate_samplers [all...] |
| H A D | nvc0_compute.c | 146 bool need_flush = nvc0_validate_tsc(nvc0, 5); local in function:nvc0_compute_validate_samplers 147 if (need_flush) { 161 bool need_flush = nvc0_validate_tic(nvc0, 5); local in function:nvc0_compute_validate_textures 162 if (need_flush) {
|
| H A D | nve4_compute.c | 307 bool need_flush = nve4_validate_tsc(nvc0, 5); local in function:nve4_compute_validate_samplers 308 if (need_flush) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 485 bool need_flush = false; local in function:nvc0_validate_tic 498 need_flush |= nvc0_update_tic(nvc0, tic, res); 506 need_flush = true; 544 return need_flush; 552 bool need_flush = false; local in function:nve4_validate_tic 564 need_flush |= nvc0_update_tic(nvc0, tic, res); 572 need_flush = true; 595 return need_flush; 600 bool need_flush = false; local in function:nvc0_validate_textures 605 need_flush | 629 bool need_flush = false; local in function:nvc0_validate_tsc 687 bool need_flush = false; local in function:nve4_validate_tsc 722 bool need_flush = false; local in function:nvc0_validate_samplers [all...] |
| H A D | nvc0_compute.c | 146 bool need_flush = nvc0_validate_tsc(nvc0, 5); local in function:nvc0_compute_validate_samplers 147 if (need_flush) { 161 bool need_flush = nvc0_validate_tic(nvc0, 5); local in function:nvc0_compute_validate_textures 162 if (need_flush) {
|
| H A D | nve4_compute.c | 331 bool need_flush = nve4_validate_tsc(nvc0, 5); local in function:nve4_compute_validate_samplers 332 if (need_flush) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_resource.c | 693 bool need_flush = false; local in function:etna_resource_used 713 need_flush = true; 718 if (need_flush) { 729 need_flush = true; 733 if (need_flush)
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 540 i830->need_flush = TRUE; 565 if (i830->need_flush) { 567 i830->need_flush = FALSE;
|
| H A D | i830.h | 433 Bool need_flush; member in struct:_I830Rec
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 403 bool need_flush = false; local in function:si_decompress_sampler_depth_textures 424 need_flush = true; 429 return need_flush; 768 bool need_flush = false; local in function:si_decompress_textures 786 need_flush |= si_decompress_sampler_depth_textures(sctx, &sctx->samplers[i]); 796 if (sctx->chip_class == GFX10_3 && need_flush) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_blit.c | 302 bool need_flush = devinfo->ver >= 11 ? local in function:tex_cache_flush_hack 305 if (!need_flush)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_blit.c | 332 bool need_flush = view_format != surf_format; local in function:tex_cache_flush_hack 333 if (!need_flush)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen6_render.c | 929 bool need_flush; local in function:gen6_emit_state 934 need_flush = wm_binding_table & 1; 936 need_flush = true; 953 need_flush = false; 957 if (need_flush) {
|
| H A D | gen7_render.c | 1147 bool need_flush; local in function:gen7_emit_state 1152 need_flush = wm_binding_table & 1 || 1155 need_flush = true; 1178 need_flush = false; 1181 if (need_flush) {
|
| H A D | gen8_render.c | 1248 bool need_flush; local in function:gen8_emit_state 1253 need_flush = wm_binding_table & 1 || 1256 need_flush = true; 1276 need_flush = false; 1279 if (need_flush) {
|
| H A D | gen9_render.c | 1326 bool need_flush; local in function:gen9_emit_state 1331 need_flush = wm_binding_table & 1 || 1334 need_flush = true; 1354 need_flush = false; 1357 if (need_flush) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen6_render.c | 895 bool need_flush; local in function:gen6_emit_state 900 need_flush = wm_binding_table & 1; 902 need_flush = true; 919 need_flush = false; 923 if (need_flush) {
|
| H A D | gen7_render.c | 1110 bool need_flush; local in function:gen7_emit_state 1115 need_flush = wm_binding_table & 1 || 1118 need_flush = true; 1141 need_flush = false; 1144 if (need_flush) {
|
| H A D | gen8_render.c | 1181 bool need_flush; local in function:gen8_emit_state 1186 need_flush = wm_binding_table & 1 || 1189 need_flush = true; 1209 need_flush = false; 1212 if (need_flush) {
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxcmds.c | 632 Bool need_flush = !prevglxc->isDirect; local in function:xorgGlxMakeCurrent 635 need_flush = GL_FALSE; 637 if (need_flush) {
|