Home
last modified time | relevance | path

Searched refs:R600_LOOP_CONST_OFFSET (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h678 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro
731 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()
Dr600_hw_context.c532 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()
Dr600d.h48 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro