/external/chromium_org/third_party/mesa/src/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()
|
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/mesa/state_tracker/ |
D | st_atom_stipple.c | 77 invert_stipple(newStipple.stipple, ctx->PolygonStipple, in update_stipple()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 77 invert_stipple(newStipple.stipple, ctx->PolygonStipple, in update_stipple()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-6.2 | 22 ToDo: PBO for polygon stipple, convolution filter, etc.
|
/external/mesa3d/docs/ |
D | RELNOTES-6.2 | 22 ToDo: PBO for polygon stipple, convolution filter, etc.
|