Home
last modified time | relevance | path

Searched refs:pipe_rasterizer_state (Results 1 – 25 of 78) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c36 struct pipe_rasterizer_state lp_state;
37 struct pipe_rasterizer_state draw_state;
45 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags()
55 const struct pipe_rasterizer_state *rast) in llvmpipe_create_rasterizer_state()
Dlp_context.h63 const struct pipe_rasterizer_state *rasterizer;
/external/mesa3d/src/mesa/state_tracker/
Dst_cache.h38 struct pipe_rasterizer_state;
58 const struct pipe_rasterizer_state *raster);
Dst_context.h100 struct pipe_rasterizer_state rasterizer;
155 struct pipe_rasterizer_state rasterizer;
170 struct pipe_rasterizer_state raster;
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vbuf.h43 struct pipe_rasterizer_state;
67 const struct pipe_rasterizer_state *rasterizer,
Ddraw_context.h95 const struct pipe_rasterizer_state *raster,
276 const struct pipe_rasterizer_state *rasterizer,
Ddraw_pipe_validate.c66 const struct pipe_rasterizer_state *rasterizer, in draw_need_pipeline()
165 const struct pipe_rasterizer_state *rast = draw->rasterizer; in validate_pipeline()
Ddraw_pipe_wide_point.c98 const struct pipe_rasterizer_state *rast = draw->rasterizer; in set_texcoords()
199 const struct pipe_rasterizer_state *rast = draw->rasterizer; in widepoint_first_point()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c67 const struct pipe_rasterizer_state *state) in noop_create_rs_state()
69 struct pipe_rasterizer_state *nstate = CALLOC_STRUCT(pipe_rasterizer_state); in noop_create_rs_state()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h45 struct pipe_rasterizer_state rasterizer;
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_rasterizer.c38 const struct pipe_rasterizer_state *rast) in softpipe_create_rasterizer_state()
Dsp_context.h65 struct pipe_rasterizer_state *rasterizer;
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.h42 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state);
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h52 struct pipe_rasterizer_state;
153 const struct pipe_rasterizer_state *);
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_stateobj.h26 struct pipe_rasterizer_state pipe;
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_stateobj.h24 struct pipe_rasterizer_state pipe;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h121 struct pipe_rasterizer_state state;
Dcso_context.h67 const struct pipe_rasterizer_state *rasterizer );
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump.h99 const struct pipe_rasterizer_state *state);
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.h26 struct pipe_rasterizer_state pipe;
/external/mesa3d/src/gallium/tests/graw/
Dtri.c123 struct pipe_rasterizer_state rasterizer; in init()
Dquad-tex.c186 struct pipe_rasterizer_state rasterizer; in init()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst78 depth clipping (through pipe_rasterizer_state)
86 supported. That is, is the pipe_rasterizer_state::clamp_fragment_color
97 by the pipe_rasterizer_state::clamp_vertex_color flag. If unsupported,
100 controlled through pipe_rasterizer_state. If the driver cannot do vertex
106 the flatshade_first setting in ``pipe_rasterizer_state``.
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h153 struct pipe_rasterizer_state rs;
155 struct pipe_rasterizer_state rs_draw;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c65 const struct pipe_rasterizer_state *templ) in svga_create_rasterizer_state()

1234