Searched refs:no_rast (Results 1 – 16 of 16) sorted by relevance
56 if (softpipe->no_rast) in softpipe_clear()
189 unsigned no_rast : 1; member
300 softpipe->no_rast = TRUE; in softpipe_create_context()
817 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_tri()1083 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_line()1216 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard) in sp_setup_point()
84 if (intel->no_rast) in i830CreateContext()
210 if (intel->no_rast) in i915CreateContext()
774 intel->no_rast = 1; in intelInitContext()
706 if (!task->rast->no_rast) { in rasterize_scene()888 goto no_rast; in lp_rast_create()904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create()919 no_rast: in lp_rast_create()
126 boolean no_rast; member
114 boolean no_rast; /**< For debugging/profiling */ member
1117 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local1120 no_rast = getenv("SP_NO_RAST") != NULL; in glXMakeContextCurrent()1162 if (no_rast && in glXMakeContextCurrent()1382 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local1385 no_rast = getenv("SP_NO_RAST") != NULL; in glXSwapBuffers()1389 if (no_rast) in glXSwapBuffers()
56 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
65 DRI_CONF_OPT_BEGIN(no_rast,bool,def) \
277 bool no_rast; member