Searched refs:need_swvfetch (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c43 if (svga->state.sw.need_swvfetch != svga->curr.velems->need_swvfetch) {
44 svga->state.sw.need_swvfetch = svga->curr.velems->need_swvfetch;
53 "update need_swvfetch",
164 svga->state.sw.need_swvfetch = FALSE;
168 need_swtnl = (svga->state.sw.need_swvfetch ||
185 "%s: need_swvfetch %s, need_pipeline %s\n",
187 svga->state.sw.need_swvfetch ? "true" : "false",
H A Dsvga_pipe_vertex.c154 velems->need_swvfetch = TRUE;
222 velems->need_swvfetch = TRUE;
251 velems->need_swvfetch = FALSE;
H A Dsvga_context.h250 boolean need_swvfetch; member in struct:svga_velems_state
417 boolean need_swvfetch; member in struct:svga_sw_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c43 if (svga->state.sw.need_swvfetch != svga->curr.velems->need_swvfetch) {
44 svga->state.sw.need_swvfetch = svga->curr.velems->need_swvfetch;
53 "update need_swvfetch",
164 svga->state.sw.need_swvfetch = FALSE;
168 need_swtnl = (svga->state.sw.need_swvfetch ||
185 "%s: need_swvfetch %s, need_pipeline %s\n",
187 svga->state.sw.need_swvfetch ? "true" : "false",
H A Dsvga_pipe_vertex.c157 velems->need_swvfetch = TRUE;
219 velems->need_swvfetch = TRUE;
248 velems->need_swvfetch = FALSE;
H A Dsvga_context.h256 boolean need_swvfetch; member in struct:svga_velems_state
452 boolean need_swvfetch; member in struct:svga_sw_state

Completed in 7 milliseconds