Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c52 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
53 static boolean swrast_no_present = FALSE; variable
162 if (swrast_no_present) in drisw_present_texture()
305 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present) in drisw_allocate_textures()
408 swrast_no_present = debug_get_option_swrast_no_present(); in drisw_init_screen()