Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c44 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()
Ddri_screen.h80 boolean swrast_no_present; member