Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_need_swtnl.c79 boolean need_swvfetch = FALSE; in update_need_swvfetch() local
90 need_swvfetch = TRUE; in update_need_swvfetch()
95 if (need_swvfetch != svga->state.sw.need_swvfetch) { in update_need_swvfetch()
96 svga->state.sw.need_swvfetch = need_swvfetch; in update_need_swvfetch()
200 svga->state.sw.need_swvfetch = FALSE; in update_need_swtnl()
204 need_swtnl = (svga->state.sw.need_swvfetch || in update_need_swtnl()
223 svga->state.sw.need_swvfetch ? "true" : "false", in update_need_swtnl()
Dsvga_context.h295 boolean need_swvfetch; member