Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c153 if (brw->prim_restart.in_progress) { in brw_handle_primitive_restart()
167 brw->prim_restart.in_progress = true; in brw_handle_primitive_restart()
182 brw->prim_restart.in_progress = false; in brw_handle_primitive_restart()
Dbrw_context.c366 brw->prim_restart.in_progress = false; in brwCreateContext()
Dbrw_context.h1072 bool in_progress; member