Searched refs:poly_stipple (Results 1 – 19 of 19) sorted by relevance
/third_party/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 | 228 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
|
/third_party/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 | 85 struct pipe_poly_stipple poly_stipple; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
|
D | i915_context.h | 273 struct pipe_poly_stipple poly_stipple; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 586 unsigned poly_stipple : 1; member 1065 shader->key.ps.part.prolog.poly_stipple || in si_shader_uses_discard()
|
D | si_shader.c | 1282 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()
|
D | si_shader_llvm_ps.c | 624 if (key->ps_prolog.states.poly_stipple) { in si_llvm_build_ps_prolog()
|
D | si_state_shaders.cpp | 2383 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/ |
D | virgl_hw.h | 509 unsigned poly_stipple:1; /* not in GL 3.1 core profile */ member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.h | 570 struct pipe_poly_stipple poly_stipple; member
|
D | crocus_state.c | 3256 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/ |
D | iris_context.h | 725 struct pipe_poly_stipple poly_stipple; member
|
D | iris_state.c | 3129 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/ |
D | rbug_context.c | 697 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/ |
D | svga_context.h | 335 struct pipe_poly_stipple poly_stipple; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1001 trace_dump_arg(poly_stipple, state); in trace_context_set_polygon_stipple()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 301 DUMP(poly_stipple, &dstate->polygon_stipple); in dd_dump_shader()
|