Searched refs:R600_CTL_CONST_OFFSET (Results 1 – 2 of 2) sorted by relevance
677 #define R600_CTL_CONST_OFFSET 0x3CFF0 macro711 assert(reg >= R600_CONTEXT_REG_OFFSET && reg < R600_CTL_CONST_OFFSET); in r600_store_context_reg_seq()723 assert(reg >= R600_CTL_CONST_OFFSET); in r600_store_ctl_const_seq()726 cb->buf[cb->atom.num_dw++] = (reg - R600_CTL_CONST_OFFSET) >> 2; in r600_store_ctl_const_seq()815 assert(reg >= R600_CONTEXT_REG_OFFSET && reg < R600_CTL_CONST_OFFSET); in r600_write_context_reg_seq()830 assert(reg >= R600_CTL_CONST_OFFSET); in r600_write_ctl_const_seq()833 cs->buf[cs->cdw++] = (reg - R600_CTL_CONST_OFFSET) >> 2; in r600_write_ctl_const_seq()
613 Elements(r600_ctl_const_list), PKT3_SET_CTL_CONST, R600_CTL_CONST_OFFSET); in r600_context_init()