Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 25 of 146) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_draw.c28 struct draw_stage stage; member
33 nvc0_render_stage(struct draw_stage *stage) in nvc0_render_stage()
39 nvc0_render_point(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_point()
45 nvc0_render_line(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_line()
51 nvc0_render_tri(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_tri()
57 nvc0_render_flush(struct draw_stage *stage, unsigned flags) in nvc0_render_flush()
62 nvc0_render_reset_stipple_counter(struct draw_stage *stage) in nvc0_render_reset_stipple_counter()
68 nvc0_render_destroy(struct draw_stage *stage) in nvc0_render_destroy()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_draw.c28 struct draw_stage stage; member
33 nv50_render_stage(struct draw_stage *stage) in nv50_render_stage()
39 nv50_render_point(struct draw_stage *stage, struct prim_header *prim) in nv50_render_point()
45 nv50_render_line(struct draw_stage *stage, struct prim_header *prim) in nv50_render_line()
51 nv50_render_tri(struct draw_stage *stage, struct prim_header *prim) in nv50_render_tri()
57 nv50_render_flush(struct draw_stage *stage, unsigned flags) in nv50_render_flush()
62 nv50_render_reset_stipple_counter(struct draw_stage *stage) in nv50_render_reset_stipple_counter()
68 nv50_render_destroy(struct draw_stage *stage) in nv50_render_destroy()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_draw.c28 struct draw_stage stage; member
33 nv50_render_stage(struct draw_stage *stage) in nv50_render_stage()
39 nv50_render_point(struct draw_stage *stage, struct prim_header *prim) in nv50_render_point()
45 nv50_render_line(struct draw_stage *stage, struct prim_header *prim) in nv50_render_line()
51 nv50_render_tri(struct draw_stage *stage, struct prim_header *prim) in nv50_render_tri()
57 nv50_render_flush(struct draw_stage *stage, unsigned flags) in nv50_render_flush()
62 nv50_render_reset_stipple_counter(struct draw_stage *stage) in nv50_render_reset_stipple_counter()
68 nv50_render_destroy(struct draw_stage *stage) in nv50_render_destroy()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_draw.c28 struct draw_stage stage; member
33 nvc0_render_stage(struct draw_stage *stage) in nvc0_render_stage()
39 nvc0_render_point(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_point()
45 nvc0_render_line(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_line()
51 nvc0_render_tri(struct draw_stage *stage, struct prim_header *prim) in nvc0_render_tri()
57 nvc0_render_flush(struct draw_stage *stage, unsigned flags) in nvc0_render_flush()
62 nvc0_render_reset_stipple_counter(struct draw_stage *stage) in nvc0_render_reset_stipple_counter()
68 nvc0_render_destroy(struct draw_stage *stage) in nvc0_render_destroy()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c42 struct draw_stage stage; member
60 flat_stage(struct draw_stage *stage) in flat_stage()
67 static INLINE void copy_colors( struct draw_stage *stage, in copy_colors()
87 static INLINE void copy_colors2( struct draw_stage *stage, in copy_colors2()
112 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
130 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
154 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
167 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
183 static void flatshade_init_state( struct draw_stage *stage ) in flatshade_init_state()
214 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
[all …]
Ddraw_pipe_unfilled.c43 struct draw_stage stage; member
53 static INLINE struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage()
60 static void point( struct draw_stage *stage, in point()
68 static void line( struct draw_stage *stage, in line()
79 static void points( struct draw_stage *stage, in points()
92 static void lines( struct draw_stage *stage, in lines()
133 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
159 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
174 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
183 static void unfilled_reset_stipple_counter( struct draw_stage *stage ) in unfilled_reset_stipple_counter()
[all …]
Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_point()
46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_line()
52 draw_pipe_passthrough_tri(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_tri()
69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) in draw_alloc_temp_verts()
98 void draw_free_temp_verts( struct draw_stage *stage ) in draw_free_temp_verts()
114 struct draw_stage *stage = draw->pipeline.first; in draw_reset_vertex_ids() local
Ddraw_pipe_validate.c158 static struct draw_stage *validate_pipeline( struct draw_stage *stage ) in validate_pipeline()
289 static void validate_tri( struct draw_stage *stage, in validate_tri()
296 static void validate_line( struct draw_stage *stage, in validate_line()
303 static void validate_point( struct draw_stage *stage, in validate_point()
310 static void validate_reset_stipple_counter( struct draw_stage *stage ) in validate_reset_stipple_counter()
316 static void validate_flush( struct draw_stage *stage, in validate_flush()
326 static void validate_destroy( struct draw_stage *stage ) in validate_destroy()
337 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); in draw_validate_stage() local
Ddraw_pipe_cull.c42 struct draw_stage stage; member
48 static INLINE struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage()
54 static void cull_tri( struct draw_stage *stage, in cull_tri()
90 static void cull_first_tri( struct draw_stage *stage, in cull_first_tri()
103 static void cull_flush( struct draw_stage *stage, unsigned flags ) in cull_flush()
110 static void cull_reset_stipple_counter( struct draw_stage *stage ) in cull_reset_stipple_counter()
116 static void cull_destroy( struct draw_stage *stage ) in cull_destroy()
Ddraw_pipe_offset.c42 struct draw_stage stage; member
51 static INLINE struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage()
64 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri()
110 static void offset_tri( struct draw_stage *stage, in offset_tri()
126 static void offset_first_tri( struct draw_stage *stage, in offset_first_tri()
142 static void offset_flush( struct draw_stage *stage, in offset_flush()
150 static void offset_reset_stipple_counter( struct draw_stage *stage ) in offset_reset_stipple_counter()
156 static void offset_destroy( struct draw_stage *stage ) in offset_destroy()
Ddraw_pipe_twoside.c39 struct draw_stage stage; member
46 static INLINE struct twoside_stage *twoside_stage( struct draw_stage *stage ) in twoside_stage()
76 static void twoside_tri( struct draw_stage *stage, in twoside_tri()
102 static void twoside_first_tri( struct draw_stage *stage, in twoside_first_tri()
142 static void twoside_flush( struct draw_stage *stage, unsigned flags ) in twoside_flush()
149 static void twoside_reset_stipple_counter( struct draw_stage *stage ) in twoside_reset_stipple_counter()
155 static void twoside_destroy( struct draw_stage *stage ) in twoside_destroy()
Ddraw_pipe_wide_line.c41 struct draw_stage stage; member
48 static INLINE struct wideline_stage *wideline_stage( struct draw_stage *stage ) in wideline_stage()
58 static void wideline_line( struct draw_stage *stage, in wideline_line()
152 static void wideline_first_line( struct draw_stage *stage, in wideline_first_line()
172 static void wideline_flush( struct draw_stage *stage, unsigned flags ) in wideline_flush()
189 static void wideline_reset_stipple_counter( struct draw_stage *stage ) in wideline_reset_stipple_counter()
195 static void wideline_destroy( struct draw_stage *stage ) in wideline_destroy()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c42 struct draw_stage stage; member
60 flat_stage(struct draw_stage *stage) in flat_stage()
67 static INLINE void copy_colors( struct draw_stage *stage, in copy_colors()
87 static INLINE void copy_colors2( struct draw_stage *stage, in copy_colors2()
112 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
130 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
154 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
167 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
183 static void flatshade_init_state( struct draw_stage *stage ) in flatshade_init_state()
214 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
[all …]
Ddraw_pipe_unfilled.c43 struct draw_stage stage; member
53 static INLINE struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage()
60 static void point( struct draw_stage *stage, in point()
68 static void line( struct draw_stage *stage, in line()
79 static void points( struct draw_stage *stage, in points()
92 static void lines( struct draw_stage *stage, in lines()
133 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
159 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
174 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
183 static void unfilled_reset_stipple_counter( struct draw_stage *stage ) in unfilled_reset_stipple_counter()
[all …]
Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_point()
46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_line()
52 draw_pipe_passthrough_tri(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_tri()
69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) in draw_alloc_temp_verts()
98 void draw_free_temp_verts( struct draw_stage *stage ) in draw_free_temp_verts()
114 struct draw_stage *stage = draw->pipeline.first; in draw_reset_vertex_ids() local
Ddraw_pipe_validate.c158 static struct draw_stage *validate_pipeline( struct draw_stage *stage ) in validate_pipeline()
289 static void validate_tri( struct draw_stage *stage, in validate_tri()
296 static void validate_line( struct draw_stage *stage, in validate_line()
303 static void validate_point( struct draw_stage *stage, in validate_point()
310 static void validate_reset_stipple_counter( struct draw_stage *stage ) in validate_reset_stipple_counter()
316 static void validate_flush( struct draw_stage *stage, in validate_flush()
326 static void validate_destroy( struct draw_stage *stage ) in validate_destroy()
337 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); in draw_validate_stage() local
Ddraw_pipe_cull.c42 struct draw_stage stage; member
48 static INLINE struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage()
54 static void cull_tri( struct draw_stage *stage, in cull_tri()
90 static void cull_first_tri( struct draw_stage *stage, in cull_first_tri()
103 static void cull_flush( struct draw_stage *stage, unsigned flags ) in cull_flush()
110 static void cull_reset_stipple_counter( struct draw_stage *stage ) in cull_reset_stipple_counter()
116 static void cull_destroy( struct draw_stage *stage ) in cull_destroy()
Ddraw_pipe_offset.c42 struct draw_stage stage; member
51 static INLINE struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage()
64 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri()
110 static void offset_tri( struct draw_stage *stage, in offset_tri()
126 static void offset_first_tri( struct draw_stage *stage, in offset_first_tri()
142 static void offset_flush( struct draw_stage *stage, in offset_flush()
150 static void offset_reset_stipple_counter( struct draw_stage *stage ) in offset_reset_stipple_counter()
156 static void offset_destroy( struct draw_stage *stage ) in offset_destroy()
Ddraw_pipe_twoside.c39 struct draw_stage stage; member
46 static INLINE struct twoside_stage *twoside_stage( struct draw_stage *stage ) in twoside_stage()
76 static void twoside_tri( struct draw_stage *stage, in twoside_tri()
102 static void twoside_first_tri( struct draw_stage *stage, in twoside_first_tri()
142 static void twoside_flush( struct draw_stage *stage, unsigned flags ) in twoside_flush()
149 static void twoside_reset_stipple_counter( struct draw_stage *stage ) in twoside_reset_stipple_counter()
155 static void twoside_destroy( struct draw_stage *stage ) in twoside_destroy()
Ddraw_pipe_wide_line.c41 struct draw_stage stage; member
48 static INLINE struct wideline_stage *wideline_stage( struct draw_stage *stage ) in wideline_stage()
58 static void wideline_line( struct draw_stage *stage, in wideline_line()
152 static void wideline_first_line( struct draw_stage *stage, in wideline_first_line()
172 static void wideline_flush( struct draw_stage *stage, unsigned flags ) in wideline_flush()
189 static void wideline_reset_stipple_counter( struct draw_stage *stage ) in wideline_reset_stipple_counter()
195 static void wideline_destroy( struct draw_stage *stage ) in wideline_destroy()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_feedback.c65 struct draw_stage stage; /**< Base class */ member
76 feedback_stage( struct draw_stage *stage ) in feedback_stage()
119 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri()
132 feedback_line( struct draw_stage *stage, struct prim_header *prim ) in feedback_line()
149 feedback_point( struct draw_stage *stage, struct prim_header *prim ) in feedback_point()
159 feedback_flush( struct draw_stage *stage, unsigned flags ) in feedback_flush()
166 feedback_reset_stipple_counter( struct draw_stage *stage ) in feedback_reset_stipple_counter()
174 feedback_destroy( struct draw_stage *stage ) in feedback_destroy()
207 select_tri( struct draw_stage *stage, struct prim_header *prim ) in select_tri()
216 select_line( struct draw_stage *stage, struct prim_header *prim ) in select_line()
[all …]
Dst_cb_rasterpos.c60 struct draw_stage stage; /**< Base class */ member
71 rastpos_stage( struct draw_stage *stage ) in rastpos_stage()
77 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush()
83 rastpos_reset_stipple_counter( struct draw_stage *stage ) in rastpos_reset_stipple_counter()
89 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri()
96 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line()
103 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy()
133 rastpos_point(struct draw_stage *stage, struct prim_header *prim) in rastpos_point()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_feedback.c65 struct draw_stage stage; /**< Base class */ member
76 feedback_stage( struct draw_stage *stage ) in feedback_stage()
119 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri()
132 feedback_line( struct draw_stage *stage, struct prim_header *prim ) in feedback_line()
149 feedback_point( struct draw_stage *stage, struct prim_header *prim ) in feedback_point()
159 feedback_flush( struct draw_stage *stage, unsigned flags ) in feedback_flush()
166 feedback_reset_stipple_counter( struct draw_stage *stage ) in feedback_reset_stipple_counter()
174 feedback_destroy( struct draw_stage *stage ) in feedback_destroy()
207 select_tri( struct draw_stage *stage, struct prim_header *prim ) in select_tri()
216 select_line( struct draw_stage *stage, struct prim_header *prim ) in select_line()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_prim_emit.c46 struct draw_stage stage; /**< This must be first (base class) */ member
56 static INLINE struct setup_stage *setup_stage( struct draw_stage *stage ) in setup_stage()
128 emit_prim( struct draw_stage *stage, in emit_prim()
173 setup_tri( struct draw_stage *stage, struct prim_header *prim ) in setup_tri()
180 setup_line(struct draw_stage *stage, struct prim_header *prim) in setup_line()
187 setup_point(struct draw_stage *stage, struct prim_header *prim) in setup_point()
193 static void setup_flush( struct draw_stage *stage, unsigned flags ) in setup_flush()
197 static void reset_stipple_counter( struct draw_stage *stage ) in reset_stipple_counter()
201 static void render_destroy( struct draw_stage *stage ) in render_destroy()
/external/mesa3d/src/gallium/drivers/i915/
Di915_prim_emit.c46 struct draw_stage stage; /**< This must be first (base class) */ member
56 static INLINE struct setup_stage *setup_stage( struct draw_stage *stage ) in setup_stage()
128 emit_prim( struct draw_stage *stage, in emit_prim()
173 setup_tri( struct draw_stage *stage, struct prim_header *prim ) in setup_tri()
180 setup_line(struct draw_stage *stage, struct prim_header *prim) in setup_line()
187 setup_point(struct draw_stage *stage, struct prim_header *prim) in setup_point()
193 static void setup_flush( struct draw_stage *stage, unsigned flags ) in setup_flush()
197 static void reset_stipple_counter( struct draw_stage *stage ) in reset_stipple_counter()
201 static void render_destroy( struct draw_stage *stage ) in render_destroy()

123456