Searched refs:swrast_no_present (Results 1 – 2 of 2) sorted by relevance
44 DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);207 if (screen->swrast_no_present) in drisw_present_texture()371 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !screen->swrast_no_present) in drisw_allocate_textures()515 screen->swrast_no_present = debug_get_option_swrast_no_present(); in drisw_init_screen()
80 boolean swrast_no_present; member