Searched defs:stipple (Results 1 - 25 of 37) sorted by path

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c29 * Polygon stipple stage: implement polygon stipple with texture map and
32 * stipple-failing fragments.
91 const struct pipe_poly_stipple *stipple; member in struct:pstip_stage::__anon13704
282 * Take gl_FragCoord, divide by 32 (stipple size), sample the
335 * Generate the frag shader we'll use for doing polygon stipple.
387 * Load texture image with current stipple pattern.
395 const uint *stipple = pstip->state.stipple->stipple; local
748 pstip_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
[all...]
H A Ddraw_pipe_stipple.c31 /* Implement line stipple by cutting lines up into smaller lines.
32 * There are hundreds of ways to implement line stipple, this is one
122 struct stipple_stage *stipple = stipple_stage(stage); local
143 stipple->counter = 0;
149 int result = stipple_test( (int) stipple->counter+i,
150 (ushort) stipple->pattern, stipple->factor );
170 stipple->counter += length;
177 struct stipple_stage *stipple = stipple_stage(stage); local
178 stipple
185 struct stipple_stage *stipple = stipple_stage(stage); local
193 struct stipple_stage *stipple = stipple_stage(stage); local
203 struct stipple_stage *stipple = stipple_stage(stage); local
237 struct stipple_stage *stipple = CALLOC_STRUCT(stipple_stage); local
[all...]
H A Ddraw_private.h114 struct draw_stage *stipple; member in struct:draw_context::__anon13705
125 boolean line_stipple; /**< do line stipple? */
230 /** Rasterizer CSOs without culling/stipple/etc */
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c75 const struct pipe_poly_stipple *stipple)
81 llvmpipe->poly_stipple = *stipple; /* struct copy */
74 llvmpipe_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_context.h101 struct pipe_poly_stipple stipple; member in struct:nv30_context
H A Dnv30_state.c366 const struct pipe_poly_stipple *stipple)
370 nv30->stipple = *stipple;
365 nv30_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.h145 struct pipe_poly_stipple stipple; member in struct:nv50_context
H A Dnv50_state.c856 const struct pipe_poly_stipple *stipple)
860 nv50->stipple = *stipple;
855 nv50_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_context.h149 struct pipe_poly_stipple stipple; member in struct:nvc0_context
H A Dnvc0_state.c751 const struct pipe_poly_stipple *stipple)
755 nvc0->stipple = *stipple;
750 nvc0_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_clip.c75 const struct pipe_poly_stipple *stipple)
81 softpipe->poly_stipple = *stipple; /* struct copy */
74 softpipe_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h160 unsigned stipple[32]; member in struct:pipe_poly_stipple
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c187 GLuint stipple[32]; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
267 (GLubyte *)stipple,
274 (GLubyte *)stipple,
323 * - Chop bitmap up into 32x32 squares and render w/polygon stipple.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c187 GLuint stipple[32]; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
267 (GLubyte *)stipple,
274 (GLubyte *)stipple,
323 * - Chop bitmap up into 32x32 squares and render w/polygon stipple.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c187 GLuint stipple[32]; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
267 (GLubyte *)stipple,
274 (GLubyte *)stipple,
323 * - Chop bitmap up into 32x32 squares and render w/polygon stipple.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h307 * - eliding noop statechange loops? (except line stipple count)
336 struct radeon_stipple_state stipple; member in struct:r100_state
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c400 GLuint *stipple; local
401 stipple = (GLuint *) MALLOC( 32*sizeof(GLuint) );
402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) );
403 save_attrib_data(&head, GL_POLYGON_STIPPLE_BIT, stipple);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c653 * Apply the current polygon stipple pattern to a span of pixels.
668 const GLuint stipple = ctx->PolygonStipple[row]; local
669 if (((1 << col) & stipple) == 0) {
677 const GLuint stipple = ctx->PolygonStipple[span->y % 32]; local
680 if ((m & stipple) == 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c29 * Polygon stipple stage: implement polygon stipple with texture map and
32 * stipple-failing fragments.
91 const struct pipe_poly_stipple *stipple; member in struct:pstip_stage::__anon27115
282 * Take gl_FragCoord, divide by 32 (stipple size), sample the
335 * Generate the frag shader we'll use for doing polygon stipple.
387 * Load texture image with current stipple pattern.
395 const uint *stipple = pstip->state.stipple->stipple; local
748 pstip_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
[all...]
H A Ddraw_pipe_stipple.c31 /* Implement line stipple by cutting lines up into smaller lines.
32 * There are hundreds of ways to implement line stipple, this is one
122 struct stipple_stage *stipple = stipple_stage(stage); local
143 stipple->counter = 0;
149 int result = stipple_test( (int) stipple->counter+i,
150 (ushort) stipple->pattern, stipple->factor );
170 stipple->counter += length;
177 struct stipple_stage *stipple = stipple_stage(stage); local
178 stipple
185 struct stipple_stage *stipple = stipple_stage(stage); local
193 struct stipple_stage *stipple = stipple_stage(stage); local
203 struct stipple_stage *stipple = stipple_stage(stage); local
237 struct stipple_stage *stipple = CALLOC_STRUCT(stipple_stage); local
[all...]
H A Ddraw_private.h114 struct draw_stage *stipple; member in struct:draw_context::__anon27116
125 boolean line_stipple; /**< do line stipple? */
230 /** Rasterizer CSOs without culling/stipple/etc */
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c75 const struct pipe_poly_stipple *stipple)
81 llvmpipe->poly_stipple = *stipple; /* struct copy */
74 llvmpipe_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h101 struct pipe_poly_stipple stipple; member in struct:nv30_context
H A Dnv30_state.c366 const struct pipe_poly_stipple *stipple)
370 nv30->stipple = *stipple;
365 nv30_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) argument

Completed in 415 milliseconds

12