Lines Matching defs:value
53 radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
56 radeon_emit(cs, value);
70 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
73 radeon_emit(cs, value);
77 radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, unsigned reg, unsigned idx, unsigned value)
83 radeon_emit(cs, value);
87 radeon_set_context_reg_rmw(struct radeon_cmdbuf *cs, unsigned reg, unsigned value, unsigned mask)
94 radeon_emit(cs, value);
108 radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
111 radeon_emit(cs, value);
116 unsigned reg, unsigned idx, unsigned value)
128 radeon_emit(cs, value);
132 gfx10_set_sh_reg_idx3(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
139 radeon_emit(cs, value);
163 radeon_set_uconfig_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
166 radeon_emit(cs, value);
171 unsigned reg, unsigned idx, unsigned value)
184 radeon_emit(cs, value);
188 radeon_set_perfctr_reg(struct radv_cmd_buffer *cmd_buffer, unsigned reg, unsigned value)
204 radeon_emit(cs, value);
208 radeon_set_privileged_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value)
215 radeon_emit(cs, value);