Searched refs:poly_stipple (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_stipple.c68 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);
H A Dst_context.h197 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anon7939cd9a0108
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_stipple.c68 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);
H A Dst_context.h231 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anona857cd8d0108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
H A Dsp_state_clip.c91 softpipe->poly_stipple = *stipple; /* struct copy */
H A Dsp_context.h83 struct pipe_poly_stipple poly_stipple; member in struct:softpipe_context
H A Dsp_state_derived.c392 softpipe->poly_stipple.stipple);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
H A Dsp_state_clip.c91 softpipe->poly_stipple = *stipple; /* struct copy */
H A Dsp_context.h83 struct pipe_poly_stipple poly_stipple; member in struct:softpipe_context
H A Dsp_state_derived.c392 softpipe->poly_stipple.stipple);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c92 llvmpipe->poly_stipple = *stipple; /* struct copy */
H A Dlp_context.h78 struct pipe_poly_stipple poly_stipple; member in struct:llvmpipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c92 llvmpipe->poly_stipple = *stipple; /* struct copy */
H A Dlp_context.h84 struct pipe_poly_stipple poly_stipple; member in struct:llvmpipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.h134 struct swr_poly_stipple poly_stipple; member in struct:swr_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_dynamic.c222 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
H A Di915_context.h247 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h158 struct swr_poly_stipple poly_stipple; member in struct:swr_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_hw.h286 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member in struct:virgl_caps_bool_set1
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.h273 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
H A Di915_state_dynamic.c221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h433 unsigned poly_stipple:1; member in struct:si_ps_prolog_bits
/xsrc/external/mit/MesaLib/dist/src/virtio/virtio-gpu/
H A Dvirgl_hw.h507 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member in struct:virgl_caps_bool_set1

Completed in 19 milliseconds

12