/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_stipple.c | 122 struct stipple_stage *stipple = stipple_stage(stage); in stipple_line() local 143 stipple->counter = 0; in stipple_line() 149 int result = stipple_test( (int) stipple->counter+i, in stipple_line() 150 (ushort) stipple->pattern, stipple->factor ); in stipple_line() 170 stipple->counter += length; in stipple_line() 177 struct stipple_stage *stipple = stipple_stage(stage); in reset_stipple_counter() local 178 stipple->counter = 0; in reset_stipple_counter() 185 struct stipple_stage *stipple = stipple_stage(stage); in stipple_reset_point() local 186 stipple->counter = 0; in stipple_reset_point() 193 struct stipple_stage *stipple = stipple_stage(stage); in stipple_reset_tri() local [all …]
|
D | draw_pipe_pstipple.c | 91 const struct pipe_poly_stipple *stipple; member 395 const uint *stipple = pstip->state.stipple->stipple; in pstip_update_texture() local 411 if (stipple[i] & (bit31 >> j)) { in pstip_update_texture() 749 const struct pipe_poly_stipple *stipple) in pstip_set_polygon_stipple() argument 754 pstip->state.stipple = stipple; in pstip_set_polygon_stipple() 757 pstip->driver_set_polygon_stipple(pstip->pipe, stipple); in pstip_set_polygon_stipple()
|
D | draw_pipe.c | 44 draw->pipeline.stipple = draw_stipple_stage( draw ); in draw_pipeline_init() 56 !draw->pipeline.stipple || in draw_pipeline_init() 83 if (draw->pipeline.stipple) in draw_pipeline_destroy() 84 draw->pipeline.stipple->destroy( draw->pipeline.stipple ); in draw_pipeline_destroy()
|
D | draw_pipe_validate.c | 218 draw->pipeline.stipple->next = next; in validate_pipeline() 219 next = draw->pipeline.stipple; in validate_pipeline()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_bitmap.c | 187 GLuint stipple[32]; in do_blit_bitmap() local 253 assert(sz <= sizeof(stipple)); in do_blit_bitmap() 254 memset(stipple, 0, sz); in do_blit_bitmap() 267 (GLubyte *)stipple, in do_blit_bitmap() 274 (GLubyte *)stipple, in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 187 GLuint stipple[32]; in do_blit_bitmap() local 253 assert(sz <= sizeof(stipple)); in do_blit_bitmap() 254 memset(stipple, 0, sz); in do_blit_bitmap() 267 (GLubyte *)stipple, in do_blit_bitmap() 274 (GLubyte *)stipple, in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 187 GLuint stipple[32]; in do_blit_bitmap() local 253 assert(sz <= sizeof(stipple)); in do_blit_bitmap() 254 memset(stipple, 0, sz); in do_blit_bitmap() 267 (GLubyte *)stipple, in do_blit_bitmap() 274 (GLubyte *)stipple, in do_blit_bitmap()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_render.c | 127 const GLboolean stipple = ctx->Line.StippleFlag; \ 129 (void) elt; (void) mask; (void) sz; (void) stipple; 133 #define RESET_STIPPLE if (stipple) tnl->Driver.Render.ResetLineStipple( ctx ) 215 const GLboolean stipple = ctx->Line.StippleFlag; \ 217 (void) elt; (void) stipple 219 #define RESET_STIPPLE if (stipple) tnl->Driver.Render.ResetLineStipple( ctx )
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_clip.c | 75 const struct pipe_poly_stipple *stipple) in softpipe_set_polygon_stipple() argument 81 softpipe->poly_stipple = *stipple; /* struct copy */ in softpipe_set_polygon_stipple()
|
D | sp_quad_stipple.c | 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; in stipple_quad() 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; in stipple_quad()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 75 const struct pipe_poly_stipple *stipple) in llvmpipe_set_polygon_stipple() argument 81 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 77 invert_stipple(newStipple.stipple, ctx->PolygonStipple, in update_stipple()
|
/external/mesa3d/docs/ |
D | RELNOTES-6.2 | 22 ToDo: PBO for polygon stipple, convolution filter, etc.
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 366 const struct pipe_poly_stipple *stipple) in nv30_set_polygon_stipple() argument 370 nv30->stipple = *stipple; in nv30_set_polygon_stipple()
|
D | nv30_context.h | 101 struct pipe_poly_stipple stipple; member
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 7 Attributes include polygon culling state, line width, line stipple, 147 16-bit bitfield of on/off flags, used to pattern the line stipple. 149 When drawing a stippled line, each bit in the stipple pattern is
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 45 const struct pipe_poly_stipple *stipple ) in svga_set_polygon_stipple() argument
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_context.h | 149 struct pipe_poly_stipple stipple; member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 160 unsigned stipple[32]; member
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_context.h | 145 struct pipe_poly_stipple stipple; member
|
D | nv50_state_validate.c | 133 PUSH_DATA(push, util_bswap32(nv50->stipple.stipple[i])); in nv50_validate_stipple()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 671 const GLboolean stipple = ctx->Line.StippleFlag; \ 672 (void) elt; (void) stipple; 673 #define RESET_STIPPLE if ( stipple ) radeonResetLineStipple( ctx );
|
D | radeon_context.h | 336 struct radeon_stipple_state stipple; member
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 177 state->stipple, in trace_dump_poly_stipple() 178 Elements(state->stipple)); in trace_dump_poly_stipple()
|