/external/mesa3d/src/gallium/docs/source/cso/ |
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/nv30/ |
nv30_state.c | 366 const struct pipe_poly_stipple *stipple) 370 nv30->stipple = *stipple;
|
nv30_context.h | 101 struct pipe_poly_stipple stipple; member in struct:nv30_context
|
nv30_state_validate.c | 223 PUSH_DATAp(push, nv30->stipple.stipple, 32);
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump_state.c | 175 trace_dump_member_begin("stipple"); 177 state->stipple, 178 Elements(state->stipple));
|
/external/mesa3d/docs/ |
relnotes-7.0.1.html | 51 <li>Fixed polygon stipple bug in i915 driver
|
relnotes-8.0.1.html | 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 70 * points and stipple.
|
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 198 /* stipple bit is on */ 211 /* stipple bit is off */
|
swrast.h | 165 /* Reset the stipple counter
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 211 GLuint st1 = i830->state.Stipple[I830_STPREG_ST1]; 228 if (st1 != i830->state.Stipple[I830_STPREG_ST1]) { 232 i830->state.Stipple[I830_STPREG_ST1] = st1; 400 sz += sizeof(state->Stipple); 533 emit(intel, state->Stipple, sizeof(state->Stipple));
|
i915_vtbl.c | 72 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1]; 90 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) { 94 i915->state.Stipple[I915_STPREG_ST1] = st1; 267 sz += sizeof(state->Stipple); 437 emit(intel, state->Stipple, sizeof(state->Stipple));
|
i830_context.h | 121 GLuint Stipple[I830_STP_SETUP_SIZE];
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state_validate.c | 133 PUSH_DATA(push, util_bswap32(nv50->stipple.stipple[i]));
|
nv50_context.h | 145 struct pipe_poly_stipple stipple; member in struct:nv50_context
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.c | 318 /* Do polygon stipple w/ texture map + frag prog? */ 328 /* create the polgon stipple sampler */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_context.h | 307 * - eliding noop statechange loops? (except line stipple count) 336 struct radeon_stipple_state stipple; member in struct:r100_state
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_context.h | 149 struct pipe_poly_stipple stipple; member in struct:nvc0_context
|
nvc0_state_validate.c | 193 PUSH_DATA(push, util_bswap32(nvc0->stipple.stipple[i]));
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_misc.c | 45 const struct pipe_poly_stipple *stipple )
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 607 * Polygon stipple packet 626 /* Polygon stipple is provided in OpenGL order, i.e. bottom 656 * Polygon stipple offset packet 730 * Line stipple packet
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 548 const GLboolean stipple = ctx->Line.StippleFlag; \ 549 (void) elt; (void) stipple; 550 #define RESET_STIPPLE if ( stipple ) r200ResetLineStipple( ctx ); 811 /* Turn off other stuff: Stipple?, texture?, blending?, etc.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_state.c | 355 util_dump_member_begin(stream, "stipple"); 356 util_dump_member_array(stream, uint, state, stipple);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_rasterizer.c | 229 /* GL stipple factor is in [1,256], remap to [0, 255] here */
|
/external/mesa3d/src/gallium/docs/ |
d3d11ddi.txt | 77 + Gallium supports polygon stipple 196 + Gallium, like OpenGL, supports polygon stipple 202 + Gallium, like OpenGL, supports line stipple
|