Home
last modified time | relevance | path

Searched refs:no_rast (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c59 if (softpipe->no_rast) in softpipe_clear()
Dsp_context.h211 unsigned no_rast : 1; member
Dsp_context.c320 softpipe->no_rast = TRUE; in softpipe_create_context()
Dsp_setup.c822 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_tri()
1107 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_line()
1254 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_point()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c682 if (!task->rast->no_rast && !scene->discard) { in rasterize_scene()
891 goto no_rast; in lp_rast_create()
912 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create()
935 no_rast: in lp_rast_create()
Dlp_context.h139 boolean no_rast; member
Dlp_rast_priv.h118 boolean no_rast; /**< For debugging/profiling */ member
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c97 if (intel->no_rast) in i830CreateContext()
Dintel_context.h212 bool no_rast; member
Di915_context.c200 if (intel->no_rast) in i915CreateContext()
Dintel_context.c541 intel->no_rast = 1; in intelInitContext()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1186 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local
1189 no_rast = getenv("SP_NO_RAST") != NULL; in glXMakeContextCurrent()
1231 if (no_rast && in glXMakeContextCurrent()
1451 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local
1454 no_rast = getenv("SP_NO_RAST") != NULL; in glXSwapBuffers()
1458 if (no_rast) in glXSwapBuffers()
/external/mesa3d/src/util/xmlpool/
Dt_options.h59 DRI_CONF_OPT_BEGIN_B(no_rast, def) \
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h68 DRI_CONF_OPT_BEGIN_B(no_rast, def) \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h826 bool no_rast; member