Home
last modified time | relevance | path

Searched refs:radeon_set_config_reg (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1290 radeon_set_config_reg(cs, R_008B40_PA_SC_AA_SAMPLE_LOCS_2S, sample_locs_2x[0]); in r600_emit_msaa_state()
1294 radeon_set_config_reg(cs, R_008B44_PA_SC_AA_SAMPLE_LOCS_4S, sample_locs_4x[0]); in r600_emit_msaa_state()
1653 radeon_set_config_reg(cs, R_008C04_SQ_GPR_RESOURCE_MGMT_1, a->sq_gpr_resource_mgmt_1); in r600_emit_config_state()
1654 radeon_set_config_reg(cs, R_008C08_SQ_GPR_RESOURCE_MGMT_2, a->sq_gpr_resource_mgmt_2); in r600_emit_config_state()
1891 radeon_set_config_reg(cs, R_009508_TA_CNTL_AUX, tmp); in r600_emit_seamless_cube_map()
1960 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, S_008040_WAIT_3D_IDLE(1)); in r600_emit_gs_rings()
1966 radeon_set_config_reg(cs, R_008C40_SQ_ESGS_RING_BASE, 0); in r600_emit_gs_rings()
1971 radeon_set_config_reg(cs, R_008C44_SQ_ESGS_RING_SIZE, in r600_emit_gs_rings()
1975 radeon_set_config_reg(cs, R_008C48_SQ_GSVS_RING_BASE, 0); in r600_emit_gs_rings()
1980 radeon_set_config_reg(cs, R_008C4C_SQ_GSVS_RING_SIZE, in r600_emit_gs_rings()
[all …]
Dr600_cs.h139 static inline void radeon_set_config_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value) in radeon_set_config_reg() function
Dr600_hw_context.c130 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, wait_until); in r600_flush_emit()
557 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, in r600_cp_dma_copy_buffer()
Devergreen_compute.c607 radeon_set_config_reg(cs, R_008970_VGT_NUM_INDICES, group_size); in evergreen_emit_dispatch()
614 radeon_set_config_reg(cs, R_0089AC_VGT_COMPUTE_THREAD_GROUP_SIZE, in evergreen_emit_dispatch()
751 radeon_set_config_reg(cs, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, (1 << 8)); in compute_emit_cs()
Dr600_streamout.c167 radeon_set_config_reg(cs, reg_strmout_cntl, 0); in r600_flush_vgt_streamout()
Devergreen_state.c979 radeon_set_config_reg(cs, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, (a->dyn_gpr_enabled << 8)); in evergreen_emit_config_state()
2596 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, S_008040_WAIT_3D_IDLE(1)); in evergreen_emit_gs_rings()
2602 radeon_set_config_reg(cs, R_008C40_SQ_ESGS_RING_BASE, in evergreen_emit_gs_rings()
2608 radeon_set_config_reg(cs, R_008C44_SQ_ESGS_RING_SIZE, in evergreen_emit_gs_rings()
2612 radeon_set_config_reg(cs, R_008C48_SQ_GSVS_RING_BASE, in evergreen_emit_gs_rings()
2618 radeon_set_config_reg(cs, R_008C4C_SQ_GSVS_RING_SIZE, in evergreen_emit_gs_rings()
2621 radeon_set_config_reg(cs, R_008C44_SQ_ESGS_RING_SIZE, 0); in evergreen_emit_gs_rings()
2622 radeon_set_config_reg(cs, R_008C4C_SQ_GSVS_RING_SIZE, 0); in evergreen_emit_gs_rings()
2625 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, S_008040_WAIT_3D_IDLE(1)); in evergreen_emit_gs_rings()
Dr600_state_common.c2133 radeon_set_config_reg(cs, R_008958_VGT_PRIMITIVE_TYPE, in r600_draw_vbo()
2252 radeon_set_config_reg(cs, R_008040_WAIT_UNTIL, S_008040_WAIT_3D_IDLE(1)); in r600_draw_vbo()
/external/mesa3d/src/amd/vulkan/
Dradv_cs.h51 static inline void radeon_set_config_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value) in radeon_set_config_reg() function
Dsi_cmd_buffer.c150 radeon_set_config_reg(cs, R_00802C_GRBM_GFX_INDEX, in si_write_harvested_raster_configs()
165 radeon_set_config_reg(cs, R_00802C_GRBM_GFX_INDEX, in si_write_harvested_raster_configs()
374 radeon_set_config_reg(cs, R_008A14_PA_CL_ENHANCE, S_008A14_NUM_CLIP_SEQ(3) | in si_emit_config()
Dradv_device.c1724 radeon_set_config_reg(cs, R_008988_VGT_TF_RING_SIZE, in radv_get_preamble_cs()
1726 radeon_set_config_reg(cs, R_0089B8_VGT_TF_MEMORY_BASE, in radv_get_preamble_cs()
1728 radeon_set_config_reg(cs, R_0089B0_VGT_HS_OFFCHIP_PARAM, in radv_get_preamble_cs()
Dradv_cmd_buffer.c1106 radeon_set_config_reg(cmd_buffer->cs, R_008958_VGT_PRIMITIVE_TYPE, pipeline->graphics.prim); in radv_emit_graphics_pipeline()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_cs.h122 static inline void radeon_set_config_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value) in radeon_set_config_reg() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c243 radeon_set_config_reg(cs, reg_strmout_cntl, 0); in si_flush_vgt_streamout()
Dsi_compute.c321 radeon_set_config_reg(cs, R_00950C_TA_CS_BC_BASE_ADDR, in si_initialize_compute()
Dsi_state_draw.c610 radeon_set_config_reg(cs, R_008958_VGT_PRIMITIVE_TYPE, prim); in si_emit_draw_registers()