HomeSort by relevance Sort by last modified time
    Searched refs:need_swvfetch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_need_swtnl.c 79 boolean need_swvfetch = FALSE; local
90 need_swvfetch = TRUE;
95 if (need_swvfetch != svga->state.sw.need_swvfetch) {
96 svga->state.sw.need_swvfetch = need_swvfetch;
105 "update need_swvfetch",
200 svga->state.sw.need_swvfetch = FALSE;
204 need_swtnl = (svga->state.sw.need_swvfetch ||
221 "%s: need_swvfetch %s, need_pipeline %s\n"
    [all...]
svga_context.h 295 boolean need_swvfetch; member in struct:svga_sw_state
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 79 boolean need_swvfetch = FALSE; local
90 need_swvfetch = TRUE;
95 if (need_swvfetch != svga->state.sw.need_swvfetch) {
96 svga->state.sw.need_swvfetch = need_swvfetch;
105 "update need_swvfetch",
200 svga->state.sw.need_swvfetch = FALSE;
204 need_swtnl = (svga->state.sw.need_swvfetch ||
221 "%s: need_swvfetch %s, need_pipeline %s\n"
    [all...]
svga_context.h 295 boolean need_swvfetch; member in struct:svga_sw_state

Completed in 50 milliseconds