Searched defs:swrast_no_present (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c48 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
49 static boolean swrast_no_present = FALSE; variable
109 if (swrast_no_present)
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
308 swrast_no_present = debug_get_option_swrast_no_present();

Completed in 51 milliseconds