HomeSort by relevance Sort by last modified time
    Searched refs:poly_stipple (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_stipple.c 68 const GLuint sz = sizeof(st->state.poly_stipple);
71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) {
75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz);
st_context.h 133 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anon30614
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
sp_state_clip.c 91 softpipe->poly_stipple = *stipple; /* struct copy */
sp_context.h 83 struct pipe_poly_stipple poly_stipple; member in struct:softpipe_context
sp_state_derived.c 392 softpipe->poly_stipple.stipple);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_clip.c 92 llvmpipe->poly_stipple = *stipple; /* struct copy */
lp_context.h 78 struct pipe_poly_stipple poly_stipple; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 124 struct pipe_poly_stipple poly_stipple; member in struct:swr_context
swr_state.cpp 569 ctx->poly_stipple = *stipple; /* struct copy */
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
i915_context.h 247 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_hw.h 232 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member in struct:virgl_caps_bool_set1
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 365 struct ilo_state_poly_stipple poly_stipple; member in struct:ilo_state_vector
ilo_render_gen6.c 753 if ((DIRTY(RASTERIZER) || DIRTY(POLY_STIPPLE)) &&
758 gen6_3DSTATE_POLY_STIPPLE_PATTERN(r->builder, &vec->poly_stipple);
759 gen6_3DSTATE_POLY_STIPPLE_OFFSET(r->builder, &vec->poly_stipple);
ilo_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 356 unsigned poly_stipple:1; member in struct:si_ps_prolog_bits
si_shader.c     [all...]
si_state_shaders.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 285 struct pipe_poly_stipple poly_stipple; member in struct:svga_state
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 689 const struct pipe_poly_stipple *poly_stipple)
696 poly_stipple);
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_draw.c 288 DUMP(poly_stipple, &dstate->polygon_stipple);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 840 trace_dump_arg(poly_stipple, state);
    [all...]

Completed in 443 milliseconds