Home
last modified time | relevance | path

Searched refs:need_pipeline (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c63 boolean need_pipeline = FALSE; in update_need_pipeline() local
70 (svga->curr.rast->need_pipeline & (1 << svga->curr.reduced_prim))) { in update_need_pipeline()
71 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline (0x%x) & prim (0x%x)\n", in update_need_pipeline()
73 svga->curr.rast->need_pipeline, in update_need_pipeline()
75 SVGA_DBG(DEBUG_SWTNL, "%s: rast need_pipeline tris (%s), lines (%s), points (%s)\n", in update_need_pipeline()
80 need_pipeline = TRUE; in update_need_pipeline()
101 need_pipeline = TRUE; in update_need_pipeline()
123 need_pipeline = TRUE; in update_need_pipeline()
128 if (need_pipeline != svga->state.sw.need_pipeline) { in update_need_pipeline()
[all...]
H A Dsvga_pipe_rasterizer.c259 rast->need_pipeline |= SVGA_PIPELINE_FLAG_LINES; in svga_create_rasterizer_state()
272 rast->need_pipeline |= SVGA_PIPELINE_FLAG_LINES; in svga_create_rasterizer_state()
278 rast->need_pipeline |= SVGA_PIPELINE_FLAG_POINTS; in svga_create_rasterizer_state()
289 rast->need_pipeline |= SVGA_PIPELINE_FLAG_LINES; in svga_create_rasterizer_state()
323 rast->need_pipeline |= SVGA_PIPELINE_FLAG_TRIS; in svga_create_rasterizer_state()
347 rast->need_pipeline |= SVGA_PIPELINE_FLAG_TRIS; in svga_create_rasterizer_state()
355 (rast->need_pipeline & SVGA_PIPELINE_FLAG_LINES)) { in svga_create_rasterizer_state()
357 rast->need_pipeline |= SVGA_PIPELINE_FLAG_TRIS; in svga_create_rasterizer_state()
364 (rast->need_pipeline & SVGA_PIPELINE_FLAG_POINTS)) { in svga_create_rasterizer_state()
366 rast->need_pipeline | in svga_create_rasterizer_state()
[all...]
H A Dsvga_state_rss.c233 if (svga->state.sw.need_pipeline) in emit_rss_vgpu9()
267 if (!svga->state.sw.need_pipeline && in emit_rss_vgpu9()
H A Dsvga_context.h211 unsigned need_pipeline:16; member
530 boolean need_pipeline; member
H A Dsvga_swtnl_backend.c262 if (svga->state.sw.need_pipeline) { in svga_vbuf_submit_state()
H A Dsvga_swtnl_state.c74 if (svga->curr.rast->need_pipeline & SVGA_PIPELINE_FLAG_LINES) in set_draw_viewport()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c61 boolean need_pipeline; in llvmpipe_create_rasterizer_state() local
79 need_pipeline = (rast->fill_front != PIPE_POLYGON_MODE_FILL || in llvmpipe_create_rasterizer_state()
91 if (need_pipeline) in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h43 unsigned need_pipeline = 0; in do_cliptest() local
163 need_pipeline |= out->clipmask; in do_cliptest()
196 need_pipeline |= !out->edgeflag; in do_cliptest()
201 return need_pipeline != 0; in do_cliptest()
H A Ddraw_vbuf.h68 boolean (*need_pipeline)(const struct vbuf_render *render, member
H A Ddraw_pipe_validate.c58 if (draw->render && draw->render->need_pipeline) { in draw_need_pipeline()
59 return draw->render->need_pipeline(draw->render, rasterizer, prim); in draw_need_pipeline()

Completed in 8 milliseconds