Searched refs:R600_LOOP_CONST_OFFSET (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h678 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro
731 assert(reg >= R600_LOOP_CONST_OFFSET);
734 cb->buf[cb->atom.num_dw++] = (reg - R600_LOOP_CONST_OFFSET) >> 2;
H A Dr600_hw_context.c532 r600_loop_consts[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4);
536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
H A Dr600d.h48 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h678 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro
731 assert(reg >= R600_LOOP_CONST_OFFSET);
734 cb->buf[cb->atom.num_dw++] = (reg - R600_LOOP_CONST_OFFSET) >> 2;
H A Dr600_hw_context.c532 r600_loop_consts[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4);
536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
H A Dr600d.h48 #define R600_LOOP_CONST_OFFSET 0X0003E200 macro

Completed in 264 milliseconds