HomeSort by relevance Sort by last modified time
    Searched full:stipple (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /external/mesa3d/src/gallium/docs/source/
pipeline.txt 85 | * Polygon Stipple |
86 | * Line Stipple |
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 100 rast->need_pipeline_tris_str = "poly stipple";
121 rast->need_pipeline_lines_str = "line stipple";
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 175 trace_dump_member_begin("stipple");
177 state->stipple,
178 Elements(state->stipple));
  /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
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 175 trace_dump_member_begin("stipple");
177 state->stipple,
178 Elements(state->stipple));
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.0.1.html 51 <li>Fixed polygon stipple bug in i915 driver
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 70 * points and stipple.
  /external/mesa3d/docs/
relnotes-7.0.1.html 51 <li>Fixed polygon stipple bug in i915 driver
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 70 * points and stipple.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 198 /* stipple bit is on */
211 /* stipple bit is off */
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 198 /* stipple bit is on */
211 /* stipple bit is off */
  /external/chromium_org/third_party/mesa/src/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));
  /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));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state_validate.c 133 PUSH_DATA(push, util_bswap32(nv50->stipple.stipple[i]));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 318 /* Do polygon stipple w/ texture map + frag prog? */
328 /* create the polgon stipple sampler */
  /external/chromium_org/third_party/mesa/src/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/nv50/
nv50_state_validate.c 133 PUSH_DATA(push, util_bswap32(nv50->stipple.stipple[i]));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 318 /* Do polygon stipple w/ texture map + frag prog? */
328 /* create the polgon stipple sampler */

Completed in 2065 milliseconds

1 23 4 5 6 7 8