Lines Matching refs:rsrc2
742 radeon_emit(cmd_buffer->cs, shader->rsrc2); in radv_emit_hw_vs()
770 radeon_emit(cmd_buffer->cs, shader->rsrc2); in radv_emit_hw_es()
778 uint32_t rsrc2 = shader->rsrc2; in radv_emit_hw_ls() local
784 rsrc2 |= S_00B52C_LDS_SIZE(cmd_buffer->state.pipeline->graphics.tess.lds_size); in radv_emit_hw_ls()
787 radeon_set_sh_reg(cmd_buffer->cs, R_00B52C_SPI_SHADER_PGM_RSRC2_LS, rsrc2); in radv_emit_hw_ls()
791 radeon_emit(cmd_buffer->cs, rsrc2); in radv_emit_hw_ls()
807 radeon_emit(cmd_buffer->cs, shader->rsrc2 | in radv_emit_hw_hs()
814 radeon_emit(cmd_buffer->cs, shader->rsrc2); in radv_emit_hw_hs()
955 radeon_emit(cmd_buffer->cs, gs->rsrc2 | in radv_emit_geometry_shader()
965 radeon_emit(cmd_buffer->cs, gs->rsrc2); in radv_emit_geometry_shader()
1003 radeon_emit(cmd_buffer->cs, ps->rsrc2); in radv_emit_fragment_shader()
2651 radeon_emit(cmd_buffer->cs, compute_shader->rsrc2); in radv_emit_compute_pipeline()