Home
last modified time | relevance | path

Searched refs:debug_get_bool_option (Results 1 – 25 of 106) sorted by relevance

12345

/external/mesa3d/src/util/tests/
Du_debug_test.cpp69 TEST(u_debug, debug_get_bool_option) in TEST() argument
74 EXPECT_TRUE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_0", true)); in TEST()
75 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_0", false)); in TEST()
81 EXPECT_TRUE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_1", true)); in TEST()
82 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_1", false)); in TEST()
88 EXPECT_TRUE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_2", true)); in TEST()
89 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_2", false)); in TEST()
95 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_3", true)); in TEST()
96 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_3", false)); in TEST()
102 EXPECT_FALSE(debug_get_bool_option("MESA_UNIT_TEST_BOOL_VARIABLE_4", true)); in TEST()
[all …]
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_types.h65 const bool D3D12_VIDEO_ENC_CBR_FORCE_VBV_EQUAL_BITRATE = debug_get_bool_option("D3D12_VIDEO_ENC_CBR…
80 const bool D3D12_VIDEO_FORCE_TILE_MODE = debug_get_bool_option("D3D12_VIDEO_FORCE_TILE_MODE", false…
86 const bool D3D12_VIDEO_AV1_INSERT_SHOW_EXISTING_FRAME_HEADER = debug_get_bool_option("D3D12_VIDEO_A…
/external/mesa3d/src/glx/apple/
Dapple_visual.c86 bool use_core_profile = debug_get_bool_option("LIBGL_PROFILE_CORE", false); in apple_visual_create_pfobj()
94 else if (debug_get_bool_option("LIBGL_ALWAYS_SOFTWARE", false)) { in apple_visual_create_pfobj()
100 else if (debug_get_bool_option("LIBGL_ALLOW_SOFTWARE", false)) { in apple_visual_create_pfobj()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c854 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", false)) { in init_logging()
918 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", false); in svga_screen_create()
920 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", false); in svga_screen_create()
922 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", false); in svga_screen_create()
924 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", false); in svga_screen_create()
926 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", false); in svga_screen_create()
928 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", false); in svga_screen_create()
976 debug_get_bool_option("SVGA_GL43", sws->have_gl43); in svga_screen_create()
979 debug_get_bool_option("SVGA_SAMPLER_STATE_MAPPING", false); in svga_screen_create()
1052 if (sws->have_sm4_1 && debug_get_bool_option("SVGA_MSAA", true)) { in svga_screen_create()
[all …]
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.c83 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", false); in i915_drm_winsys_create()
85 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", false); in i915_drm_winsys_create()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Dinline_debug_helper.h35 if (debug_get_bool_option("GALLIUM_TESTS", false)) in debug_screen_wrap()
Dinline_sw_helper.h72 UNUSED bool only_sw = debug_get_bool_option("LIBGL_ALWAYS_SOFTWARE", false); in sw_screen_create_vk()
Dsw_helper.h75 UNUSED bool only_sw = debug_get_bool_option("LIBGL_ALWAYS_SOFTWARE", false); in sw_screen_create_vk()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c100 compiler->precise_trig = debug_get_bool_option("INTEL_PRECISE_TRIG", false); in brw_compiler_create()
110 debug_get_bool_option("INTEL_LOWER_DPAS", false); in brw_compiler_create()
203 debug_get_bool_option("INTEL_MESH_COMPACTION", true); in brw_compiler_create()
/external/mesa3d/src/glx/
Dglxext.c996 Bool glx_direct = !debug_get_bool_option("LIBGL_ALWAYS_INDIRECT", false); in __glXInitialize()
997 Bool glx_accel = !debug_get_bool_option("LIBGL_ALWAYS_SOFTWARE", false); in __glXInitialize()
998 Bool dri3 = !debug_get_bool_option("LIBGL_DRI3_DISABLE", false); in __glXInitialize()
999 Bool kopper = !debug_get_bool_option("LIBGL_KOPPER_DISABLE", false); in __glXInitialize()
1027 if (!debug_get_bool_option("LIBGL_KOPPER_DISABLE", false)) in __glXInitialize()
1032 if (!debug_get_bool_option("LIBGL_DRI2_DISABLE", false)) in __glXInitialize()
1046 …if (!dpyPriv->has_explicit_modifiers && glx_accel && !debug_get_bool_option("LIBGL_KOPPER_DRI2", f… in __glXInitialize()
/external/mesa3d/src/util/
Ddisk_cache.c154 cache->stats.enabled = debug_get_bool_option("MESA_SHADER_CACHE_SHOW_STATS", in disk_cache_type_create()
272 if (debug_get_bool_option("MESA_DISK_CACHE_SINGLE_FILE", false)) in disk_cache_create()
274 else if (debug_get_bool_option("MESA_DISK_CACHE_MULTI_FILE", false)) in disk_cache_create()
297 debug_get_bool_option("MESA_DISK_CACHE_COMBINE_RW_WITH_RO_FOZ", false)) { in disk_cache_create()
Du_debug_symbol.c181 if (debug_get_bool_option("GALLIUM_SYMBOL_FORCE_REINIT", false)) in debug_symbol_name_dbghelp()
/external/virglrenderer/src/mesa/util/
Du_debug.h381 debug_get_bool_option(const char *name, bool dfault);
445 value = debug_get_bool_option(name, dfault); \
Du_debug.c126 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", false); in debug_get_option_should_print()
150 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option() function
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c172 if (debug_get_bool_option("MESA_NO_ERROR", false) || in dri_create_context()
226 bool user_enable_glthread = debug_get_bool_option("mesa_glthread", false); in dri_create_context()
/external/mesa3d/src/vulkan/util/
Dvk_util.c78 if (debug_get_bool_option("MESA_VK_IGNORE_CONFORMANCE_WARNING", false)) in vk_warn_non_conformant_implementation()
/external/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c73 if (!debug_get_bool_option("G3DVL_NO_CSC", false)) { in vlVdpVideoMixerCreate()
695 if (!debug_get_bool_option("G3DVL_NO_CSC", false)) in vlVdpVideoMixerSetFeatureEnables()
818 if (!debug_get_bool_option("G3DVL_NO_CSC", false)) in vlVdpVideoMixerSetAttributeValues()
845 if (!debug_get_bool_option("G3DVL_NO_CSC", false)) in vlVdpVideoMixerSetAttributeValues()
860 if (!debug_get_bool_option("G3DVL_NO_CSC", false)) in vlVdpVideoMixerSetAttributeValues()
/external/mesa3d/src/gallium/targets/wgl/
Dwgl.c117 UNUSED bool sw_only = debug_get_bool_option("LIBGL_ALWAYS_SOFTWARE", false); in wgl_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c312 screen->disable_fences = debug_get_bool_option("NOUVEAU_DISABLE_FENCES", false); in nouveau_screen_init()
332 bool enable_svm = debug_get_bool_option("NOUVEAU_SVM", false); in nouveau_screen_init()
/external/mesa3d/src/intel/vulkan/
Danv_physical_device.c284 .EXT_graphics_pipeline_library = !debug_get_bool_option("ANV_NO_GPL", false), in get_device_extensions()
2525 if (debug_get_bool_option("ANV_QUEUE_THREAD_DISABLE", false)) in anv_physical_device_try_create()
2560 debug_get_bool_option("ANV_ALWAYS_BINDLESS", false); in anv_physical_device_try_create()
2563 !debug_get_bool_option("ANV_DISABLE_SECONDARY_CMD_BUFFER_CALLS", false); in anv_physical_device_try_create()
2565 device->video_decode_enabled = debug_get_bool_option("ANV_VIDEO_DECODE", false); in anv_physical_device_try_create()
2566 device->video_encode_enabled = debug_get_bool_option("ANV_VIDEO_ENCODE", false); in anv_physical_device_try_create()
2588 if (debug_get_bool_option("ANV_SPARSE", true)) { in anv_physical_device_try_create()
2590 if (debug_get_bool_option("ANV_SPARSE_USE_TRTT", false)) in anv_physical_device_try_create()
3118 (devinfo->verx10 < 125 || debug_get_bool_option("INTEL_LOWER_DPAS", false))) { in anv_GetPhysicalDeviceCooperativeMatrixPropertiesKHR()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c143 if (debug_get_bool_option("WGL_DISABLE_ERROR_DIALOGS", false)) in stw_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c611 if (debug_get_bool_option("R600_DEBUG_COMPUTE", false)) in r600_screen_create()
613 if (debug_get_bool_option("R600_DUMP_SHADERS", false)) in r600_screen_create()
615 if (!debug_get_bool_option("R600_HYPERZ", true)) in r600_screen_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_screen.c174 !!accel && debug_get_bool_option("MESA_HW_ACCEL_SELECT", accel > 0) && in u_init_pipe_screen_caps()
/external/mesa3d/src/amd/common/virtio/
Damdgpu_virtio_device.c181 dev->allow_multiple_amdgpu_ctx = debug_get_bool_option("MULTIPLE_AMDGPU_CTX", false); in amdvgpu_device_initialize()
/external/mesa3d/src/intel/compiler/elk/
Delk_compiler.c48 compiler->precise_trig = debug_get_bool_option("INTEL_PRECISE_TRIG", false); in elk_compiler_create()

12345