Home
last modified time | relevance | path

Searched refs:poly_stipple (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_stipple.c68 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()
Dst_context.h162 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_stipple.c34 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()
Dsp_state_clip.c91 softpipe->poly_stipple = *stipple; /* struct copy */ in softpipe_set_polygon_stipple()
Dsp_context.h83 struct pipe_poly_stipple poly_stipple; member
Dsp_state_derived.c392 softpipe->poly_stipple.stipple); in update_polygon_stipple_pattern()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c92 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
Dlp_context.h78 struct pipe_poly_stipple poly_stipple; member
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_hw.h232 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
/external/minigbm/
Dvirgl_hw.h232 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.h134 struct swr_poly_stipple poly_stipple;
Dswr_state.cpp603 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()
Dswr_shader.cpp164 ctx->poly_stipple.prim_is_poly; in swr_generate_fs_key()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c222 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
Di915_context.h247 struct pipe_poly_stipple poly_stipple; member
/external/virglrenderer/src/
Dvirgl_hw.h271 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
Dvrend_renderer.c7871 caps->v1.bset.poly_stipple = 1; in vrend_renderer_fill_caps_v1()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h427 unsigned poly_stipple:1; member
Dsi_shader.c5854 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()
Dsi_state_shaders.c1373 key->part.ps.prolog.poly_stipple = rs->poly_stipple_enable && is_poly; in si_shader_selector_key()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h288 struct pipe_poly_stipple poly_stipple; member
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c689 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/
Dtr_context.c804 trace_dump_arg(poly_stipple, state); in trace_context_set_polygon_stipple()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c236 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()