Searched refs:line_stipple (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 119 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()
|
D | radv_cmd_buffer.c | 103 .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()
|
D | radv_private.h | 1300 } line_stipple; member
|
D | radv_pipeline.c | 2109 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/ |
D | draw_pipe_validate.c | 68 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()
|
D | draw_private.h | 171 boolean line_stipple; /**< do line stipple? */ member
|
D | draw_pipe.c | 73 draw->pipeline.line_stipple = TRUE; in draw_pipeline_init()
|
D | draw_context.c | 567 draw->pipeline.line_stipple = enable; in draw_enable_line_stipple()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.cpp | 1012 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/ |
D | iris_state.c | 1806 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/ |
D | crocus_state.c | 660 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));
|