Searched refs:pa_su_sc_mode_cntl (Results 1 – 9 of 9) sorted by relevance
78 so->pa_su_sc_mode_cntl = in fd2_rasterizer_state_create()84 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_CULL_FRONT; in fd2_rasterizer_state_create()86 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_CULL_BACK; in fd2_rasterizer_state_create()88 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_PROVOKING_VTX_LAST; in fd2_rasterizer_state_create()90 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_FACE; in fd2_rasterizer_state_create()92 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_LINE_STIPPLE_ENABLE; in fd2_rasterizer_state_create()94 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_MSAA_ENABLE; in fd2_rasterizer_state_create()98 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_POLYMODE(POLY_DUALMODE); in fd2_rasterizer_state_create()100 so->pa_su_sc_mode_cntl |= A2XX_PA_SU_SC_MODE_CNTL_POLYMODE(POLY_DISABLED); in fd2_rasterizer_state_create()103 so->pa_su_sc_mode_cntl |= in fd2_rasterizer_state_create()
41 uint32_t pa_su_sc_mode_cntl; member
281 OUT_RING(ring, rasterizer->pa_su_sc_mode_cntl | in fd2_emit_state()
1325 cmd_buffer->state.emitted_pipeline->graphics.pa_su_sc_mode_cntl != in radv_emit_graphics_pipeline()1326 pipeline->graphics.pa_su_sc_mode_cntl) in radv_emit_graphics_pipeline()1540 unsigned pa_su_sc_mode_cntl = cmd_buffer->state.pipeline->graphics.pa_su_sc_mode_cntl; in radv_emit_culling() local1543 pa_su_sc_mode_cntl &= C_028814_CULL_FRONT & in radv_emit_culling()1550 pa_su_sc_mode_cntl |= S_028814_CULL_FRONT(!!(d->cull_mode & VK_CULL_MODE_FRONT_BIT)) | in radv_emit_culling()1557 radeon_set_context_reg(cmd_buffer->cs, R_028814_PA_SU_SC_MODE_CNTL, pa_su_sc_mode_cntl); in radv_emit_culling()6371 uint32_t pa_su_sc_mode_cntl = cmd_buffer->state.pipeline->graphics.pa_su_sc_mode_cntl; in radv_get_ngg_culling_settings() local6377 : G_028814_FACE(pa_su_sc_mode_cntl) == 0; in radv_get_ngg_culling_settings()6388 : G_028814_CULL_FRONT(pa_su_sc_mode_cntl)) in radv_get_ngg_culling_settings()6392 : G_028814_CULL_BACK(pa_su_sc_mode_cntl)) in radv_get_ngg_culling_settings()
1809 unsigned pa_su_sc_mode_cntl; member
1751 pipeline->graphics.pa_su_sc_mode_cntl = in radv_pipeline_init_raster_state()1765 pipeline->graphics.pa_su_sc_mode_cntl |= in radv_pipeline_init_raster_state()
305 unsigned pa_su_sc_mode_cntl; member
555 rs->pa_su_sc_mode_cntl = S_028814_PROVOKING_VTX_LAST(!state->flatshade_first) | in r600_create_rs_state()567 r600_store_context_reg(&rs->buffer, R_028814_PA_SU_SC_MODE_CNTL, rs->pa_su_sc_mode_cntl); in r600_create_rs_state()
2312 unsigned su_sc_mode_cntl = rctx->rasterizer->pa_su_sc_mode_cntl; in r600_draw_vbo()