Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
H A Dst_context.h228 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c92 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
H A Dlp_context.h85 struct pipe_poly_stipple poly_stipple; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h586 unsigned poly_stipple : 1; member
1065 shader->key.ps.part.prolog.poly_stipple || in si_shader_uses_discard()
H A Dsi_shader.c1282 fprintf(f, " prolog.poly_stipple = %u\n", key->ps.part.prolog.poly_stipple); in si_dump_shader_key()
2183 if (shader->key.ps.part.prolog.poly_stipple) in si_get_ps_prolog_key()
2295 key->ps_prolog.states.bc_optimize_for_linear || key->ps_prolog.states.poly_stipple || in si_need_ps_prolog()
2348 if (shader->key.ps.part.prolog.poly_stipple) { in si_shader_select_ps_parts()
H A Dsi_shader_llvm_ps.c624 if (key->ps_prolog.states.poly_stipple) { in si_llvm_build_ps_prolog()
H A Dsi_state_shaders.cpp2383 key->ps.part.prolog.poly_stipple = rs->poly_stipple_enable && is_poly;
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h273 struct pipe_poly_stipple poly_stipple; member
H A Di915_state_dynamic.c221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
/third_party/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_hw.h509 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h725 struct pipe_poly_stipple poly_stipple; member
H A Diris_state.c3129 memcpy(&ice->state.poly_stipple, state, sizeof(*state)); in iris_set_polygon_stipple()
6541 poly.PatternRow[i] = ice->state.poly_stipple.stipple[i]; in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h570 struct pipe_poly_stipple poly_stipple; member
H A Dcrocus_state.c3256 memcpy(&ice->state.poly_stipple, state, sizeof(*state)); in crocus_set_polygon_stipple()
7538 poly.PatternRow[i] = ice->state.poly_stipple.stipple[i];
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h335 struct pipe_poly_stipple poly_stipple; member
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c697 const struct pipe_poly_stipple *poly_stipple) in rbug_set_polygon_stipple()
704 poly_stipple); in rbug_set_polygon_stipple()
696 rbug_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) rbug_set_polygon_stipple() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1001 trace_dump_arg(poly_stipple, state); in trace_context_set_polygon_stipple()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c301 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()

Completed in 54 milliseconds