Searched refs:radeon_compute_set_context_reg (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 657 radeon_compute_set_context_reg(cs, R_0288E8_SQ_LDS_ALLOC, in evergreen_emit_dispatch() 710 radeon_compute_set_context_reg(cs, R_028C70_CB_COLOR0_INFO + i * 0x3C, in compute_setup_cbs() 713 radeon_compute_set_context_reg(cs, R_028E50_CB_COLOR8_INFO + (i - 8) * 0x1C, in compute_setup_cbs() 717 radeon_compute_set_context_reg(cs, R_028238_CB_TARGET_MASK, in compute_setup_cbs() 826 radeon_compute_set_context_reg(cs, R_028238_CB_TARGET_MASK, in compute_emit_cs()
|
D | r600_pipe.h | 1003 static inline void radeon_compute_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned … in radeon_compute_set_context_reg() function 1012 radeon_compute_set_context_reg(cs, reg, value); in radeon_set_context_reg_flag()
|
D | evergreen_state.c | 1776 …radeon_compute_set_context_reg(cs, R_028B9C_CB_IMMED0_BASE + (idx * 4), resource->immed_buffer->gp… in evergreen_emit_image_state()
|