| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_debug_helper.h | 35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_debug_helper.h | 35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 79 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE); 81 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", FALSE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 79 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", false); 81 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.h | 77 static bool print_info = debug_get_bool_option("SWR_PRINT_INFO", false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_context.c | 217 softpipe->dump_fs = debug_get_bool_option( "SOFTPIPE_DUMP_FS", FALSE ); 218 softpipe->dump_gs = debug_get_bool_option( "SOFTPIPE_DUMP_GS", FALSE ); 219 softpipe->dump_cs = debug_get_bool_option( "SOFTPIPE_DUMP_CS", FALSE ); 319 if (debug_get_bool_option( "SOFTPIPE_NO_RAST", FALSE ))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 867 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", FALSE)) { 922 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); 924 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); 926 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); 928 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); 930 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); 932 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", FALSE); 1031 if (sws->have_sm4_1 && debug_get_bool_option("SVGA_MSAA", TRUE)) { 1038 if (sws->have_sm5 && debug_get_bool_option("SVGA_MSAA", TRUE)) { 1120 if (debug_get_bool_option("SVGA_NO_LOGGIN [all...] |
| H A D | svga_swtnl_draw.c | 200 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_screen.c | 206 screen->prefer_nir = debug_get_bool_option("NV50_PROG_USE_NIR", false); 210 screen->force_enable_cl = debug_get_bool_option("NOUVEAU_ENABLE_CL", false); 234 bool enable_svm = debug_get_bool_option("NOUVEAU_SVM", false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 911 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", FALSE)) { 966 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); 968 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); 970 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); 972 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); 974 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); 976 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", FALSE); 1074 if (sws->have_sm4_1 && debug_get_bool_option("SVGA_MSAA", TRUE)) { 1149 if (debug_get_bool_option("SVGA_NO_LOGGING", FALSE) == TRUE) {
|
| H A D | svga_swtnl_draw.c | 196 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE))
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_debug.c | 139 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", FALSE); 163 debug_get_bool_option(const char *name, boolean dfault) function in typeref:typename:boolean
|
| H A D | u_debug.h | 393 debug_get_bool_option(const char *name, boolean dfault); 424 value = debug_get_bool_option(name, dfault); \
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug.c | 138 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", false); 162 debug_get_bool_option(const char *name, bool dfault) function in typeref:typename:bool
|
| H A D | u_debug.h | 397 debug_get_bool_option(const char *name, bool dfault); 461 value = debug_get_bool_option(name, dfault); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_chipset.c | 179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_chipset.c | 179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | mixer.c | 74 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) { 694 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 817 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 844 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 859 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | mixer.c | 73 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) { 695 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 818 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 845 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) 860 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_init.c | 424 use_mcjit = debug_get_bool_option("GALLIVM_MCJIT", FALSE); 441 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 413 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) 418 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_screen.c | 189 screen->prefer_nir = debug_get_bool_option("NV50_PROG_USE_NIR", false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 244 if (debug_get_bool_option("NV30_SWTNL", false))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 244 if (debug_get_bool_option("NV30_SWTNL", false))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_perfcounter.c | 596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); 597 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false);
|