/external/mesa3d/src/mesa/swrast/ |
D | s_span.h | 169 } SWspan; typedef 188 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span); 191 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span ); 200 _swrast_write_rgba_span( struct gl_context *ctx, SWspan *span); 215 SWspan *span);
|
D | s_depth.h | 38 _swrast_depth_test_span( struct gl_context *ctx, SWspan *span); 41 _swrast_depth_clamp_span( struct gl_context *ctx, SWspan *span ); 44 _swrast_depth_bounds_test( struct gl_context *ctx, SWspan *span );
|
D | s_zoom.h | 34 const SWspan *span, const GLvoid *rgba); 38 const SWspan *span, const GLvoid *rgb); 42 const SWspan *span);
|
D | s_span.c | 67 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span) in _swrast_span_default_attribs() 174 interpolate_active_attribs(struct gl_context *ctx, SWspan *span, in interpolate_active_attribs() 222 interpolate_int_colors(struct gl_context *ctx, SWspan *span) in interpolate_int_colors() 322 interpolate_float_colors(SWspan *span) in interpolate_float_colors() 383 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span ) in _swrast_span_interpolate_z() 473 interpolate_texcoords(struct gl_context *ctx, SWspan *span) in interpolate_texcoords() 625 interpolate_wpos(struct gl_context *ctx, SWspan *span) in interpolate_wpos() 659 stipple_polygon_span(struct gl_context *ctx, SWspan *span) in stipple_polygon_span() 704 clip_span( struct gl_context *ctx, SWspan *span ) in clip_span() 834 add_specular(struct gl_context *ctx, SWspan *span) in add_specular() [all …]
|
D | s_fragprog.c | 162 const struct gl_program *program, const SWspan *span, GLuint col) in init_machine() 203 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end) in run_program() 263 _swrast_exec_fragment_program( struct gl_context *ctx, SWspan *span ) in _swrast_exec_fragment_program()
|
D | s_atifragshader.c | 244 const SWspan *span, GLuint column, GLuint idx) in handle_pass_op() 264 struct atifs_setupinst *texinst, const SWspan *span, in handle_sample_op() 303 struct atifs_machine *machine, const SWspan *span, in execute_shader() 548 const SWspan *span, GLuint col) in init_machine() 568 _swrast_exec_fragment_shader(struct gl_context * ctx, SWspan *span) in _swrast_exec_fragment_shader()
|
D | s_zoom.c | 130 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() 134 SWspan zoomed; in zoom_span() 332 const SWspan *span, const GLvoid *rgba) in _swrast_write_zoomed_rgba_span() 340 const SWspan *span, const GLvoid *rgb) in _swrast_write_zoomed_rgb_span() 348 const SWspan *span) in _swrast_write_zoomed_depth_span()
|
D | s_bitmap.c | 56 SWspan span; in _swrast_Bitmap() 155 SWspan span;
|
D | s_atifragshader.h | 34 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
|
D | s_texcombine.h | 35 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
|
D | s_alpha.h | 36 _swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
|
D | s_logic.h | 37 SWspan *span);
|
D | s_fragprog.h | 38 _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);
|
D | s_masking.h | 39 SWspan *span, GLuint buf);
|
D | s_fog.h | 40 _swrast_fog_rgba_span( const struct gl_context *ctx, SWspan *span );
|
D | s_blend.h | 38 _swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span);
|
D | s_stencil.h | 36 _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span);
|
D | s_points.c | 85 SWspan span; in sprite_point() 245 SWspan span; in smooth_point() 365 SWspan span; in large_point() 459 SWspan *span = &(swrast->PointSpan); in pixel_point()
|
D | s_alpha.c | 92 _swrast_alpha_test(const struct gl_context *ctx, SWspan *span) in _swrast_alpha_test()
|
D | s_masking.c | 44 SWspan *span, GLuint buf) in _swrast_mask_rgba_span()
|
D | s_depth.c | 165 _swrast_depth_clamp_span( struct gl_context *ctx, SWspan *span ) in _swrast_depth_clamp_span() 283 _swrast_depth_test_span(struct gl_context *ctx, SWspan *span) in _swrast_depth_test_span() 417 _swrast_depth_bounds_test( struct gl_context *ctx, SWspan *span ) in _swrast_depth_bounds_test()
|
D | s_logic.c | 192 SWspan *span) in _swrast_logicop_rgba_span()
|
D | s_lines.c | 62 draw_wide_line( struct gl_context *ctx, SWspan *span, GLboolean xMajor ) in draw_wide_line()
|
D | s_copypix.c | 96 SWspan span; in copy_rgba_pixels() 243 SWspan span; in copy_depth_pixels()
|
D | s_context.h | 309 SWspan PointSpan;
|