Home
last modified time | relevance | path

Searched refs:DEBUG_GET_ONCE_BOOL_OPTION (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c51 DEBUG_GET_ONCE_BOOL_OPTION(no_swtnl, "SVGA_NO_SWTNL", FALSE)
52 DEBUG_GET_ONCE_BOOL_OPTION(force_swtnl, "SVGA_FORCE_SWTNL", FALSE);
53 DEBUG_GET_ONCE_BOOL_OPTION(use_min_mipmap, "SVGA_USE_MIN_MIPMAP", FALSE);
54 DEBUG_GET_ONCE_BOOL_OPTION(no_line_width, "SVGA_NO_LINE_WIDTH", FALSE);
55 DEBUG_GET_ONCE_BOOL_OPTION(force_hw_line_stipple, "SVGA_FORCE_HW_LINE_STIPPLE", FALSE);
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c36 DEBUG_GET_ONCE_BOOL_OPTION(nosse, "GALLIUM_NOSSE", false);
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dentrypoint.c49 DEBUG_GET_ONCE_BOOL_OPTION(mesa_enable_omx_eglimage,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug.c52 DEBUG_GET_ONCE_BOOL_OPTION(i915_no_tiling, "I915_NO_TILING", false)
53 DEBUG_GET_ONCE_BOOL_OPTION(i915_lie, "I915_LIE", true)
54 DEBUG_GET_ONCE_BOOL_OPTION(i915_use_blitter, "I915_USE_BLITTER", true)
/third_party/mesa3d/src/util/
Du_debug.h453 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ macro
Du_cpu_detect.c93 DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", false)
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c47 DEBUG_GET_ONCE_BOOL_OPTION(draw_fse, "DRAW_FSE", FALSE)
48 DEBUG_GET_ONCE_BOOL_OPTION(draw_no_fse, "DRAW_NO_FSE", FALSE)
Ddraw_vs.c53 DEBUG_GET_ONCE_BOOL_OPTION(gallium_dump_vs, "GALLIUM_DUMP_VS", FALSE)
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c52 DEBUG_GET_ONCE_BOOL_OPTION(xlib_no_shm, "XLIB_NO_SHM", false)
/third_party/mesa3d/src/gallium/frontends/va/
Dconfig.c40 DEBUG_GET_ONCE_BOOL_OPTION(mpeg4, "VAAPI_MPEG4_ENABLED", false)
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c40 DEBUG_GET_ONCE_BOOL_OPTION(rbug, "GALLIUM_RBUG", false)
/third_party/mesa3d/src/util/perf/
Du_trace.c220 DEBUG_GET_ONCE_BOOL_OPTION(trace, "GPU_TRACE", false)
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c37 DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", FALSE)
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c51 DEBUG_GET_ONCE_BOOL_OPTION(all_bos, "RADEON_ALL_BOS", false)
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c44 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c37 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", false)
/third_party/mesa3d/src/amd/common/
Dac_debug.c45 DEBUG_GET_ONCE_BOOL_OPTION(color, "AMD_COLOR", true);
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c780 DEBUG_GET_ONCE_BOOL_OPTION(thread, "RADEON_THREAD", true)
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c200 DEBUG_GET_ONCE_BOOL_OPTION(hyperz, "RADEON_HYPERZ", FALSE)
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c95 DEBUG_GET_ONCE_BOOL_OPTION(mesa_mvp_dp4, "MESA_MVP_DP4", FALSE)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c955 DEBUG_GET_ONCE_BOOL_OPTION(nvfx_dump_vp, "NVFX_DUMP_VP", false)
Dnvfx_fragprog.c1061 DEBUG_GET_ONCE_BOOL_OPTION(nvfx_dump_fp, "NVFX_DUMP_FP", false)