Searched refs:debug_get_bool_option (Results 1 - 25 of 89) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/
H A Dinline_debug_helper.h35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/
H A Dinline_debug_helper.h35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.c79 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 Di915_drm_winsys.c79 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 Dswr_screen.h77 static bool print_info = debug_get_bool_option("SWR_PRINT_INFO", false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c217 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 Dsvga_screen.c867 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 Dsvga_swtnl_draw.c200 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c206 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 Dsvga_screen.c911 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 Dsvga_swtnl_draw.c196 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE))
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_debug.c139 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 Du_debug.h393 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 Du_debug.c138 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 Du_debug.h397 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 Dr300_chipset.c179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_chipset.c179 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 Dmixer.c74 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 Dmixer.c73 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 Dlp_bld_init.c424 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 Dlp_screen.c413 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 Dnouveau_screen.c189 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 Dnv30_context.c244 if (debug_get_bool_option("NV30_SWTNL", false))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c244 if (debug_get_bool_option("NV30_SWTNL", false))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c596 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);

Completed in 21 milliseconds

1234