Home
last modified time | relevance | path

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

123456789

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
196 static void flatshade_init_state( struct draw_stage *stage ) in flatshade_init_state()
269 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
[all …]
Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
56 static inline struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage()
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
89 static void point(struct draw_stage *stage, in point()
100 static void line(struct draw_stage *stage, in line()
114 static void points(struct draw_stage *stage, in points()
132 static void lines(struct draw_stage *stage, in lines()
186 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
212 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
227 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
[all …]
Ddraw_pipe_validate.c145 static struct draw_stage *validate_pipeline( struct draw_stage *stage ) in validate_pipeline()
280 static void validate_tri( struct draw_stage *stage, in validate_tri()
287 static void validate_line( struct draw_stage *stage, in validate_line()
294 static void validate_point( struct draw_stage *stage, in validate_point()
301 static void validate_reset_stipple_counter( struct draw_stage *stage ) in validate_reset_stipple_counter()
307 static void validate_flush( struct draw_stage *stage, in validate_flush()
317 static void validate_destroy( struct draw_stage *stage ) in validate_destroy()
328 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); in draw_validate_stage() local
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_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_cull.c43 struct draw_stage stage; member
49 static inline struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage()
66 static void cull_point( struct draw_stage *stage, in cull_point()
96 static void cull_line( struct draw_stage *stage, in cull_line()
127 static void cull_tri( struct draw_stage *stage, in cull_tri()
188 static void cull_first_point( struct draw_stage *stage, in cull_first_point()
203 static void cull_first_line( struct draw_stage *stage, in cull_first_line()
218 static void cull_first_tri( struct draw_stage *stage, in cull_first_tri()
231 static void cull_flush( struct draw_stage *stage, unsigned flags ) in cull_flush()
240 static void cull_reset_stipple_counter( struct draw_stage *stage ) in cull_reset_stipple_counter()
[all …]
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()
Ddraw_pipe_offset.c43 struct draw_stage stage; member
52 static inline struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage()
65 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri()
131 static void offset_tri( struct draw_stage *stage, in offset_tri()
147 static void offset_first_tri( struct draw_stage *stage, in offset_first_tri()
207 static void offset_flush( struct draw_stage *stage, in offset_flush()
215 static void offset_reset_stipple_counter( struct draw_stage *stage ) in offset_reset_stipple_counter()
221 static void offset_destroy( struct draw_stage *stage ) in offset_destroy()
Ddraw_pipe_stipple.c49 struct draw_stage stage; member
57 stipple_stage(struct draw_stage *stage) in stipple_stage()
90 emit_segment(struct draw_stage *stage, struct prim_header *header, in emit_segment()
120 stipple_line(struct draw_stage *stage, struct prim_header *header) in stipple_line()
175 reset_stipple_counter(struct draw_stage *stage) in reset_stipple_counter()
183 stipple_reset_point(struct draw_stage *stage, struct prim_header *header) in stipple_reset_point()
191 stipple_reset_tri(struct draw_stage *stage, struct prim_header *header) in stipple_reset_tri()
200 stipple_first_line(struct draw_stage *stage, in stipple_first_line()
215 stipple_flush(struct draw_stage *stage, unsigned flags) in stipple_flush()
225 stipple_destroy( struct draw_stage *stage ) in stipple_destroy()
Ddraw_pipe_vbuf.c53 struct draw_stage stage; /**< This must be first (base class) */ member
90 vbuf_stage( struct draw_stage *stage ) in vbuf_stage()
155 vbuf_tri( struct draw_stage *stage, in vbuf_tri()
170 vbuf_line( struct draw_stage *stage, in vbuf_line()
185 vbuf_point( struct draw_stage *stage, in vbuf_point()
285 vbuf_first_tri( struct draw_stage *stage, in vbuf_first_tri()
298 vbuf_first_line( struct draw_stage *stage, in vbuf_first_line()
311 vbuf_first_point( struct draw_stage *stage, in vbuf_first_point()
397 vbuf_flush( struct draw_stage *stage, unsigned flags ) in vbuf_flush()
406 vbuf_reset_stipple_counter( struct draw_stage *stage ) in vbuf_reset_stipple_counter()
[all …]
Ddraw_pipe_wide_point.c67 struct draw_stage stage; /**< base class */ member
87 widepoint_stage( struct draw_stage *stage ) in widepoint_stage()
124 static void widepoint_point( struct draw_stage *stage, in widepoint_point()
197 widepoint_first_point(struct draw_stage *stage, in widepoint_first_point()
283 static void widepoint_flush( struct draw_stage *stage, unsigned flags ) in widepoint_flush()
302 static void widepoint_reset_stipple_counter( struct draw_stage *stage ) in widepoint_reset_stipple_counter()
308 static void widepoint_destroy( struct draw_stage *stage ) in widepoint_destroy()
Ddraw_pipe_clip.c60 struct draw_stage stage; /**< base class */ member
81 static inline struct clip_stage *clip_stage(struct draw_stage *stage) in clip_stage()
122 static void copy_flat(struct draw_stage *stage, in copy_flat()
245 static void emit_poly(struct draw_stage *stage, in emit_poly()
391 do_clip_tri(struct draw_stage *stage, in do_clip_tri()
602 do_clip_line(struct draw_stage *stage, in do_clip_line()
682 clip_point(struct draw_stage *stage, struct prim_header *header) in clip_point()
696 clip_point_guard_xy(struct draw_stage *stage, struct prim_header *header) in clip_point_guard_xy()
723 clip_first_point(struct draw_stage *stage, struct prim_header *header) in clip_first_point()
731 clip_line(struct draw_stage *stage, struct prim_header *header) in clip_line()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_feedback.c63 struct draw_stage stage; /**< Base class */ member
74 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.c58 struct draw_stage stage; /**< Base class */ member
69 rastpos_stage( struct draw_stage *stage ) in rastpos_stage()
75 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush()
81 rastpos_reset_stipple_counter( struct draw_stage *stage ) in rastpos_reset_stipple_counter()
87 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri()
94 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line()
101 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy()
131 rastpos_point(struct draw_stage *stage, struct prim_header *prim) in rastpos_point()
/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()
/external/toolchain-utils/bestflags/
Dmock_task.py22 def __init__(self, stage, identifier, cost=0): argument
51 def GetIdentifier(self, stage): argument
55 def SetResult(self, stage, cost): argument
60 def Work(self, stage): argument
64 def GetResult(self, stage): argument
68 def Done(self, stage): argument
Dpipeline_worker.py21 def Helper(stage, done_dict, helper_queue, completed_queue, result_queue): argument
86 def GetResultFromCompletedQueue(stage, completed_queue, done_dict, waiting_list, argument
121 def Worker(stage, task, helper_queue, result_queue): argument
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c45 #define NORMAL_STAGE_DATA(stage) ((struct normal_stage_data *)stage->privatePtr) argument
49 run_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in run_normal_stage()
91 validate_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in validate_normal_stage()
148 alloc_normal_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in alloc_normal_data()
167 free_normal_data(struct tnl_pipeline_stage *stage) in free_normal_data()
Dt_vb_texmat.c51 #define TEXMAT_STAGE_DATA(stage) ((struct texmat_stage_data *)stage->privatePtr) argument
56 struct tnl_pipeline_stage *stage ) in run_texmat_stage()
85 struct tnl_pipeline_stage *stage ) in alloc_texmat_data()
103 static void free_texmat_data( struct tnl_pipeline_stage *stage ) in free_texmat_data()
Dt_vb_points.c41 #define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr) argument
51 run_point_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in run_point_stage()
81 alloc_point_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in alloc_point_data()
96 free_point_data(struct tnl_pipeline_stage *stage) in free_point_data()
Dt_vb_vertex.c52 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr) argument
138 struct tnl_pipeline_stage *stage ) in run_vertex_stage()
233 struct tnl_pipeline_stage *stage ) in init_vertex_stage()
259 static void dtr( struct tnl_pipeline_stage *stage ) in dtr()
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp38 for(int stage = 0; stage < 8; stage++) in Direct3DStateBlock8() local
131 for(int stage = 0; stage < 8; stage++) in Apply() local
150 for(int stage = 0; stage < 8; stage++) in Apply() local
214 for(int stage = 0; stage < 8; stage++) in Capture() local
238 for(int stage = 0; stage < 8; stage++) in Capture() local
364 void Direct3DStateBlock8::setTexture(unsigned long stage, Direct3DBaseTexture8 *texture) in setTexture()
372 …void Direct3DStateBlock8::setTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type,… in setTextureStageState()
413 for(int stage = 0; stage < 8; stage++) in clear() local
426 for(int stage = 0; stage < 8; stage++) in clear() local
462 for(int stage = 0; stage < 8; stage++) in clear() local
[all …]
/external/mesa3d/src/mesa/main/
Dshaderobj.h143 _mesa_shader_stage_to_subroutine_prefix(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_prefix()
204 _mesa_shader_stage_to_subroutine(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine()
224 _mesa_shader_stage_to_subroutine_uniform(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_uniform()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp177 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex()
186 …void PixelProcessor::setStageOperation(unsigned int stage, TextureStage::StageOperation stageOpera… in setStageOperation()
195 …void PixelProcessor::setFirstArgument(unsigned int stage, TextureStage::SourceArgument firstArgume… in setFirstArgument()
204 …void PixelProcessor::setSecondArgument(unsigned int stage, TextureStage::SourceArgument secondArgu… in setSecondArgument()
213 …void PixelProcessor::setThirdArgument(unsigned int stage, TextureStage::SourceArgument thirdArgume… in setThirdArgument()
222 …void PixelProcessor::setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stage… in setStageOperationAlpha()
231 …void PixelProcessor::setFirstArgumentAlpha(unsigned int stage, TextureStage::SourceArgument firstA… in setFirstArgumentAlpha()
240 …void PixelProcessor::setSecondArgumentAlpha(unsigned int stage, TextureStage::SourceArgument secon… in setSecondArgumentAlpha()
249 …void PixelProcessor::setThirdArgumentAlpha(unsigned int stage, TextureStage::SourceArgument thirdA… in setThirdArgumentAlpha()
258 …void PixelProcessor::setFirstModifier(unsigned int stage, TextureStage::ArgumentModifier firstModi… in setFirstModifier()
[all …]
/external/skia/src/core/
DSkRasterPipeline.h110 #define M(stage) stage, argument
115 void append(StockStage stage, const void* ctx) { this->append(stage, const_cast<void*>(ctx)); } in append()
148 StockStage stage; member

123456789