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

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c 197 boolean need_swtnl; local
204 need_swtnl = (svga->state.sw.need_swvfetch ||
208 need_swtnl = TRUE;
217 need_swtnl = TRUE;
219 if (need_swtnl != svga->state.sw.need_swtnl) {
226 svga->state.sw.need_swtnl = need_swtnl;
svga_state_vdecl.c 140 if (svga->state.sw.need_swtnl)
svga_state_vs.c 178 if (!svga->state.sw.need_swtnl) {
svga_swtnl_draw.c 51 assert(svga->state.sw.need_swtnl);
54 /* Make sure that the need_swtnl flag does not go away */
128 /* Now safe to remove the need_swtnl flag in any update_state call */
svga_pipe_draw.c 350 needed_swtnl = svga->state.sw.need_swtnl;
360 if (svga->state.sw.need_swtnl) {
svga_context.h 297 boolean need_swtnl; member in struct:svga_sw_state
svga_state_fs.c 178 if (!svga->state.sw.need_swtnl) {

Completed in 54 milliseconds