Searched refs:no_rast (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c56 if (softpipe->no_rast)
H A Dsp_context.h189 unsigned no_rast : 1; member in struct:softpipe_context
H A Dsp_context.c300 softpipe->no_rast = TRUE;
H A Dsp_setup.c817 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
1083 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
1216 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.c84 if (intel->no_rast)
H A Di915_context.c210 if (intel->no_rast)
H A Dintel_context.c772 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
774 intel->no_rast = 1;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h126 boolean no_rast; member in struct:llvmpipe_context
H A Dlp_rast.c706 if (!task->rast->no_rast) {
888 goto no_rast;
904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE);
919 no_rast:
H A Dlp_rast_priv.h114 boolean no_rast; /**< For debugging/profiling */ member in struct:lp_rasterizer
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dt_options.h56 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
H A Doptions.h65 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c1117 static boolean firsttime = 1, no_rast = 0; local
1120 no_rast = getenv("SP_NO_RAST") != NULL;
1162 if (no_rast &&
1382 static boolean firsttime = 1, no_rast = 0; local
1385 no_rast = getenv("SP_NO_RAST") != NULL;
1389 if (no_rast)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h277 bool no_rast; member in struct:intel_context
H A Dintel_context.c772 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
774 intel->no_rast = 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_context.c772 if (driQueryOptionb(&intel->optionCache, "no_rast")) {
774 intel->no_rast = 1;

Completed in 554 milliseconds