/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 68 const GLuint sz = sizeof(st->state.poly_stipple); in st_update_polygon_stipple() 71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) { in st_update_polygon_stipple() 75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz); in st_update_polygon_stipple()
|
D | st_context.h | 162 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_stipple.c | 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; in stipple_quad() 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; in stipple_quad()
|
D | sp_state_clip.c | 91 softpipe->poly_stipple = *stipple; /* struct copy */ in softpipe_set_polygon_stipple()
|
D | sp_context.h | 83 struct pipe_poly_stipple poly_stipple; member
|
D | sp_state_derived.c | 392 softpipe->poly_stipple.stipple); in update_polygon_stipple_pattern()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 92 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
|
D | lp_context.h | 78 struct pipe_poly_stipple poly_stipple; member
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_hw.h | 232 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
|
/external/minigbm/ |
D | virgl_hw.h | 232 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.h | 134 struct swr_poly_stipple poly_stipple;
|
D | swr_state.cpp | 603 ctx->poly_stipple.pipe = *stipple; /* struct copy */ in swr_set_polygon_stipple() 1030 assert(sizeof(ctx->poly_stipple.pipe.stipple) == sizeof(pDC->polyStipple)); in swr_update_poly_stipple() 1032 ctx->poly_stipple.pipe.stipple, in swr_update_poly_stipple() 1033 sizeof(ctx->poly_stipple.pipe.stipple)); in swr_update_poly_stipple() 1473 if (new_prim_is_poly != ctx->poly_stipple.prim_is_poly) { in swr_update_derived() 1475 ctx->poly_stipple.prim_is_poly = new_prim_is_poly; in swr_update_derived()
|
D | swr_shader.cpp | 164 ctx->poly_stipple.prim_is_poly; in swr_generate_fs_key()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 222 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
|
D | i915_context.h | 247 struct pipe_poly_stipple poly_stipple; member
|
/external/virglrenderer/src/ |
D | virgl_hw.h | 271 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
|
D | vrend_renderer.c | 7871 caps->v1.bset.poly_stipple = 1; in vrend_renderer_fill_caps_v1()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 427 unsigned poly_stipple:1; member
|
D | si_shader.c | 5854 fprintf(f, " part.ps.prolog.poly_stipple = %u\n", key->part.ps.prolog.poly_stipple); in si_dump_shader_key() 6305 key->ps_prolog.states.poly_stipple || in si_need_ps_prolog() 7480 if (key->ps_prolog.states.poly_stipple) { in si_build_ps_prolog_function() 7848 if (shader->key.part.ps.prolog.poly_stipple) { in si_shader_select_ps_parts()
|
D | si_state_shaders.c | 1373 key->part.ps.prolog.poly_stipple = rs->poly_stipple_enable && is_poly; in si_shader_selector_key()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 288 struct pipe_poly_stipple poly_stipple; member
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 689 const struct pipe_poly_stipple *poly_stipple) in rbug_set_polygon_stipple() argument 696 poly_stipple); in rbug_set_polygon_stipple()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 804 trace_dump_arg(poly_stipple, state); in trace_context_set_polygon_stipple()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 236 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()
|