HomeSort by: relevance | last modified time | path
    Searched refs:poly_stipple (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/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 231 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anon2672
  /xsrc/external/mit/MesaLib.old/dist/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 197 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anon4992
  /xsrc/external/mit/MesaLib/dist/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);
  /xsrc/external/mit/MesaLib.old/dist/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);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_clip.c 92 llvmpipe->poly_stipple = *stipple; /* struct copy */
lp_context.h 84 struct pipe_poly_stipple poly_stipple; member in struct:llvmpipe_context
  /xsrc/external/mit/MesaLib.old/dist/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
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_context.h 158 struct swr_poly_stipple poly_stipple; member in struct:swr_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_state_dynamic.c 222 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
i915_context.h 247 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_context.h 134 struct swr_poly_stipple poly_stipple; member in struct:swr_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_context.h 273 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
i915_state_dynamic.c 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_hw.h 286 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member in struct:virgl_caps_bool_set1
  /xsrc/external/mit/MesaLib/dist/src/virtio/virtio-gpu/
virgl_hw.h 507 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member in struct:virgl_caps_bool_set1
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader.h 433 unsigned poly_stipple:1; member in struct:si_ps_prolog_bits

Completed in 29 milliseconds

1 2