Home
last modified time | relevance | path

Searched refs:line_stipple (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c119 state->dynamic.line_stipple.factor = cmd_buffer->state.dynamic.line_stipple.factor; in radv_meta_save()
120 state->dynamic.line_stipple.pattern = cmd_buffer->state.dynamic.line_stipple.pattern; in radv_meta_save()
249 cmd_buffer->state.dynamic.line_stipple.factor = state->dynamic.line_stipple.factor; in radv_meta_restore()
250 cmd_buffer->state.dynamic.line_stipple.pattern = state->dynamic.line_stipple.pattern; in radv_meta_restore()
Dradv_cmd_buffer.c103 .line_stipple =
237 if (memcmp(&dest->line_stipple, &src->line_stipple, sizeof(src->line_stipple))) { in radv_bind_dynamic_state()
238 dest->line_stipple = src->line_stipple; in radv_bind_dynamic_state()
1769 S_028A0C_LINE_PATTERN(d->line_stipple.pattern) | in radv_emit_line_stipple()
1770 S_028A0C_REPEAT_COUNT(d->line_stipple.factor - 1) | in radv_emit_line_stipple()
5817 state->dynamic.line_stipple.factor = lineStippleFactor; in radv_CmdSetLineStippleEXT()
5818 state->dynamic.line_stipple.pattern = lineStipplePattern; in radv_CmdSetLineStippleEXT()
Dradv_private.h1300 } line_stipple; member
Dradv_pipeline.c2109 dynamic->line_stipple.factor = info->rs.line_stipple_factor; in radv_pipeline_init_dynamic_state()
2110 dynamic->line_stipple.pattern = info->rs.line_stipple_pattern; in radv_pipeline_init_dynamic_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c68 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple) in draw_need_pipeline()
203 if (rast->line_stipple_enable && draw->pipeline.line_stipple) { in validate_pipeline()
Ddraw_private.h171 boolean line_stipple; /**< do line stipple? */ member
Ddraw_pipe.c73 draw->pipeline.line_stipple = TRUE; in draw_pipeline_init()
Ddraw_context.c567 draw->pipeline.line_stipple = enable; in draw_enable_line_stipple()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp1012 for (int line_stipple = 0; line_stipple < 2; line_stipple++) in si_init_ia_multi_vgt_param_table() local
1024 key.u.line_stipple_enabled = line_stipple; in si_init_ia_multi_vgt_param_table()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1806 uint32_t line_stipple[GENX(3DSTATE_LINE_STIPPLE_length)]; member
1987 iris_pack_command(GENX(3DSTATE_LINE_STIPPLE), cso->line_stipple, line) { in iris_create_rasterizer_state()
2012 if (cso_changed_memcmp(line_stipple)) in iris_bind_rasterizer_state()
6548 iris_batch_emit(batch, cso->line_stipple, sizeof(cso->line_stipple)); in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c660 uint32_t line_stipple[GENX(3DSTATE_LINE_STIPPLE_length)]; member
2141 crocus_pack_command(GENX(3DSTATE_LINE_STIPPLE), cso->line_stipple, line) { in crocus_create_rasterizer_state()
2166 if (cso_changed_memcmp(line_stipple)) in crocus_bind_rasterizer_state()
7545 crocus_batch_emit(batch, cso->line_stipple, sizeof(cso->line_stipple));