Home
last modified time | relevance | path

Searched refs:S_028A48_LINE_STIPPLE_ENABLE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h2253 #define S_028A48_LINE_STIPPLE_ENABLE(x) (((unsigned)(x) & 0x1) << 2) macro
Devergreen_state.c541 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable)); in evergreen_create_rs_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c912 S_028A48_LINE_STIPPLE_ENABLE(state->line_stipple_enable) | in si_create_rs_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1175 ms->pa_sc_mode_cntl_0 |= S_028A48_LINE_STIPPLE_ENABLE(rast_line->stippledLineEnable); in radv_pipeline_init_multisample_state()