Searched refs:R600_LOOP_CONST_OFFSET (Results 1 – 3 of 3) sorted by relevance
678 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro731 assert(reg >= R600_LOOP_CONST_OFFSET); in r600_store_loop_const_seq()734 cb->buf[cb->atom.num_dw++] = (reg - R600_LOOP_CONST_OFFSET) >> 2; in r600_store_loop_const_seq()
532 r600_loop_consts[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4); in r600_loop_const_init()536 …n r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET); in r600_loop_const_init()
48 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro