HomeSort by relevance Sort by last modified time
    Searched refs:PKT3_SET_LOOP_CONST (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 153 res->cs[cs_end] = PKT3C(PKT3_SET_LOOP_CONST, num, 0);
200 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_LOOP_CONST, num, 0);
r600_pipe.h 673 #define PKT3_SET_LOOP_CONST 0x6C
733 cb->buf[cb->atom.num_dw++] = PKT3(PKT3_SET_LOOP_CONST, num, 0);
745 cb->buf[cb->atom.num_dw++] = PKT3(PKT3_SET_LOOP_CONST, num, 0) | cb->pkt_flags;
evergreen_hw_context.c 733 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
r600_hw_context.c 536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
    [all...]
evergreend.h 98 #define PKT3_SET_LOOP_CONST 0x6C
    [all...]
r600d.h 105 #define PKT3_SET_LOOP_CONST 0x6C
    [all...]

Completed in 45 milliseconds