Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_screen.c298 bool no_flush; in ddebug_screen_create() local
339 no_flush = strstr(option, "noflush") != NULL; in ddebug_screen_create()
345 no_flush = true; in ddebug_screen_create()
400 dscreen->no_flush = no_flush; in ddebug_screen_create()
Ddd_pipe.h50 bool no_flush; member
Ddd_draw.c1078 !dscreen->no_flush && in dd_before_draw()
1094 if (!dscreen->no_flush && in dd_after_draw()
1111 if (!dscreen->no_flush) in dd_after_draw()