Searched defs:need_pipeline (Results 1 - 10 of 10) sorted by last modified time

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h43 unsigned need_pipeline = 0; local
129 need_pipeline |= out->clipmask;
147 need_pipeline |= !out->edgeflag;
153 return need_pipeline != 0;
H A Ddraw_vbuf.h66 boolean (*need_pipeline)(const struct vbuf_render *render, member in struct:vbuf_render
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c57 boolean need_pipeline; local
75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
87 if (need_pipeline)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h161 unsigned need_pipeline:16; member in struct:svga_rasterizer_state
296 boolean need_pipeline; member in struct:svga_sw_state
H A Dsvga_state_need_swtnl.c119 boolean need_pipeline = FALSE; local
124 if (svga->curr.rast->need_pipeline & (1 << svga->curr.reduced_prim)) {
125 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline (0x%x) & prim (0x%x)\n",
127 svga->curr.rast->need_pipeline,
129 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline tris (%s), lines (%s), points (%s)\n",
134 need_pipeline = TRUE;
141 need_pipeline = TRUE;
162 need_pipeline = TRUE;
166 if (need_pipeline != svga->state.sw.need_pipeline) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h43 unsigned need_pipeline = 0; local
129 need_pipeline |= out->clipmask;
147 need_pipeline |= !out->edgeflag;
153 return need_pipeline != 0;
H A Ddraw_vbuf.h66 boolean (*need_pipeline)(const struct vbuf_render *render, member in struct:vbuf_render
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c57 boolean need_pipeline; local
75 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL ||
87 if (need_pipeline)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h161 unsigned need_pipeline:16; member in struct:svga_rasterizer_state
296 boolean need_pipeline; member in struct:svga_sw_state
H A Dsvga_state_need_swtnl.c119 boolean need_pipeline = FALSE; local
124 if (svga->curr.rast->need_pipeline & (1 << svga->curr.reduced_prim)) {
125 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline (0x%x) & prim (0x%x)\n",
127 svga->curr.rast->need_pipeline,
129 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline tris (%s), lines (%s), points (%s)\n",
134 need_pipeline = TRUE;
141 need_pipeline = TRUE;
162 need_pipeline = TRUE;
166 if (need_pipeline != svga->state.sw.need_pipeline) {
[all...]

Completed in 1351 milliseconds