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/
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.h228 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c92 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
Dlp_context.h85 struct pipe_poly_stipple poly_stipple; member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
Di915_context.h273 struct pipe_poly_stipple poly_stipple; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h586 unsigned poly_stipple : 1; member
1065 shader->key.ps.part.prolog.poly_stipple || in si_shader_uses_discard()
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()
Dsi_shader_llvm_ps.c624 if (key->ps_prolog.states.poly_stipple) { in si_llvm_build_ps_prolog()
Dsi_state_shaders.cpp2383 key->ps.part.prolog.poly_stipple = rs->poly_stipple_enable && is_poly; in si_ps_key_update_primtype_shader_rasterizer_framebuffer()
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h509 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h570 struct pipe_poly_stipple poly_stipple; member
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/iris/
Diris_context.h725 struct pipe_poly_stipple poly_stipple; member
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/auxiliary/driver_rbug/
Drbug_context.c697 const struct pipe_poly_stipple *poly_stipple) in rbug_set_polygon_stipple() argument
704 poly_stipple); in rbug_set_polygon_stipple()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h335 struct pipe_poly_stipple poly_stipple; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1001 trace_dump_arg(poly_stipple, state); in trace_context_set_polygon_stipple()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c301 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()