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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.c59 if (softpipe->no_rast)
H A Dsp_context.h211 unsigned no_rast : 1; member in struct:softpipe_context
H A Dsp_context.c320 softpipe->no_rast = TRUE;
H A Dsp_setup.c811 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
1096 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
1243 if (setup->softpipe->no_rast || setup->softpipe->rasterizer->rasterizer_discard)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_context.c97 if (intel->no_rast)
H A Di915_context.c200 if (intel->no_rast)
H A Dintel_context.h212 bool no_rast; member in struct:intel_context
H A Dintel_context.c538 intel->no_rast = 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_context.c97 if (intel->no_rast)
H A Di915_context.c201 if (intel->no_rast)
H A Dintel_context.h212 bool no_rast; member in struct:intel_context
H A Dintel_context.c540 intel->no_rast = 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c678 if (!task->rast->no_rast) {
887 goto no_rast;
908 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE);
931 no_rast:
H A Dlp_rast_priv.h116 boolean no_rast; /**< For debugging/profiling */ member in struct:lp_rasterizer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c1087 if (!task->rast->no_rast) {
1300 goto no_rast;
1321 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE);
1344 no_rast:
H A Dlp_rast_priv.h116 boolean no_rast; /**< For debugging/profiling */ member in struct:lp_rasterizer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c1189 static boolean firsttime = 1, no_rast = 0; local in function:glXMakeContextCurrent
1192 no_rast = getenv("SP_NO_RAST") != NULL;
1234 if (no_rast &&
1454 static boolean firsttime = 1, no_rast = 0; local in function:glXSwapBuffers
1457 no_rast = getenv("SP_NO_RAST") != NULL;
1461 if (no_rast)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1178 static boolean firsttime = 1, no_rast = 0; local in function:glXMakeContextCurrent
1181 no_rast = getenv("SP_NO_RAST") != NULL;
1219 if (no_rast && current == ctx)
1416 static boolean firsttime = 1, no_rast = 0; local in function:glXSwapBuffers
1419 no_rast = getenv("SP_NO_RAST") != NULL;
1423 if (no_rast)
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst520 ``no_rast``

Completed in 22 milliseconds