Searched refs:R600_CTL_CONST_OFFSET (Results 1 – 1 of 1) sorted by relevance
873 #define R600_CTL_CONST_OFFSET 0x3CFF0 macro914 assert(reg >= R600_CONTEXT_REG_OFFSET && reg < R600_CTL_CONST_OFFSET); in r600_store_context_reg_seq()926 assert(reg >= R600_CTL_CONST_OFFSET); in r600_store_ctl_const_seq()929 cb->buf[cb->num_dw++] = (reg - R600_CTL_CONST_OFFSET) >> 2; in r600_store_ctl_const_seq()994 assert(reg >= R600_CTL_CONST_OFFSET); in radeon_set_ctl_const_seq()997 radeon_emit(cs, (reg - R600_CTL_CONST_OFFSET) >> 2); in radeon_set_ctl_const_seq()