Searched refs:radeon_set_config_reg_seq (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cs.h42 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) function in typeref:typename:void
53 radeon_set_config_reg_seq(cs, reg, 1);
H A Dradv_device.c2321 radeon_set_config_reg_seq(cs, R_0088C8_VGT_ESGS_RING_SIZE, 2);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cs.h43 radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) function in typeref:typename:void
55 radeon_set_config_reg_seq(cs, reg, 1);
H A Dradv_device.c3599 radeon_set_config_reg_seq(cs, R_0088C8_VGT_ESGS_RING_SIZE, 2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_cs.h131 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) function in typeref:typename:void
141 radeon_set_config_reg_seq(cs, reg, 1);
H A Devergreen_compute.c613 radeon_set_config_reg_seq(cs, R_00899C_VGT_COMPUTE_START_X, 3);
773 radeon_set_config_reg_seq(cs, R_008C04_SQ_GPR_RESOURCE_MGMT_1, 3);
H A Dr600_state.c1304 radeon_set_config_reg_seq(cs, R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0, 2);
1862 radeon_set_config_reg_seq(cs, offset, 4);
H A Devergreen_state.c980 radeon_set_config_reg_seq(cs, R_008C04_SQ_GPR_RESOURCE_MGMT_1, 3);
2473 radeon_set_config_reg_seq(cs, border_index_reg, 5);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h35 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) function in typeref:typename:void
45 radeon_set_config_reg_seq(cs, reg, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_cs.h131 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) function in typeref:typename:void
141 radeon_set_config_reg_seq(cs, reg, 1);
H A Devergreen_compute.c635 radeon_set_config_reg_seq(cs, R_00899C_VGT_COMPUTE_START_X, 3);
801 radeon_set_config_reg_seq(cs, R_008C04_SQ_GPR_RESOURCE_MGMT_1, 3);
H A Dr600_state.c1307 radeon_set_config_reg_seq(cs, R_008B48_PA_SC_AA_SAMPLE_LOCS_8S_WD0, 2);
1865 radeon_set_config_reg_seq(cs, offset, 4);
H A Devergreen_state.c986 radeon_set_config_reg_seq(cs, R_008C04_SQ_GPR_RESOURCE_MGMT_1, 3);
2479 radeon_set_config_reg_seq(cs, border_index_reg, 5);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h76 #define radeon_set_config_reg_seq(reg, num) do { \ macro
84 radeon_set_config_reg_seq(reg, 1); \

Completed in 66 milliseconds