Searched refs:radeon_compute_set_context_reg (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 656 radeon_compute_set_context_reg(cs, R_0288E8_SQ_LDS_ALLOC, in evergreen_emit_dispatch() 709 radeon_compute_set_context_reg(cs, R_028C70_CB_COLOR0_INFO + i * 0x3C, in compute_setup_cbs() 712 radeon_compute_set_context_reg(cs, R_028E50_CB_COLOR8_INFO + (i - 8) * 0x1C, in compute_setup_cbs() 716 radeon_compute_set_context_reg(cs, R_028238_CB_TARGET_MASK, in compute_setup_cbs() 825 radeon_compute_set_context_reg(cs, R_028238_CB_TARGET_MASK, in compute_emit_cs()
|
D | r600_pipe.h | 1000 static inline void radeon_compute_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned … in radeon_compute_set_context_reg() function 1009 radeon_compute_set_context_reg(cs, reg, value); in radeon_set_context_reg_flag()
|
D | evergreen_state.c | 1775 …radeon_compute_set_context_reg(cs, R_028B9C_CB_IMMED0_BASE + (idx * 4), resource->immed_buffer->gp… in evergreen_emit_image_state()
|