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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.c 133 res->cs[cs_end] = PKT3C(PKT3_SET_CONFIG_REG, num, 0);
137 res->cs[cs_end] = PKT3C(PKT3_SET_CONTEXT_REG, num, 0);
141 res->cs[cs_end] = PKT3C(PKT3_SET_RESOURCE, num, 0);
145 res->cs[cs_end] = PKT3C(PKT3_SET_SAMPLER, num, 0);
149 res->cs[cs_end] = PKT3C(PKT3_SET_CTL_CONST, num, 0);
153 res->cs[cs_end] = PKT3C(PKT3_SET_LOOP_CONST, num, 0);
157 res->cs[cs_end] = PKT3C(PKT3_SET_BOOL_CONST, num, 0);
180 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_CONFIG_REG, num, 0);
184 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_CONTEXT_REG, num, 0);
188 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_RESOURCE, num, 0)
    [all...]
evergreen_compute.c 309 r600_write_value(cs, PKT3C(PKT3_DISPATCH_DIRECT, 3, 0));
443 r600_write_value(cs, PKT3C(PKT3_NOP, 0, 0));
r600_pipe.h 690 #define PKT3C(op, count, predicate) (PKT_TYPE_S(3) | PKT3_IT_OPCODE_S(op) | PKT_COUNT_S(count) | PKT3_PREDICATE(predicate) | RADEON_CP_PACKET3_COMPUTE_MODE)
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 133 res->cs[cs_end] = PKT3C(PKT3_SET_CONFIG_REG, num, 0);
137 res->cs[cs_end] = PKT3C(PKT3_SET_CONTEXT_REG, num, 0);
141 res->cs[cs_end] = PKT3C(PKT3_SET_RESOURCE, num, 0);
145 res->cs[cs_end] = PKT3C(PKT3_SET_SAMPLER, num, 0);
149 res->cs[cs_end] = PKT3C(PKT3_SET_CTL_CONST, num, 0);
153 res->cs[cs_end] = PKT3C(PKT3_SET_LOOP_CONST, num, 0);
157 res->cs[cs_end] = PKT3C(PKT3_SET_BOOL_CONST, num, 0);
180 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_CONFIG_REG, num, 0);
184 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_CONTEXT_REG, num, 0);
188 ctx->cs->buf[ctx->cs->cdw++] = PKT3C(PKT3_SET_RESOURCE, num, 0)
    [all...]
evergreen_compute.c 309 r600_write_value(cs, PKT3C(PKT3_DISPATCH_DIRECT, 3, 0));
443 r600_write_value(cs, PKT3C(PKT3_NOP, 0, 0));
r600_pipe.h 690 #define PKT3C(op, count, predicate) (PKT_TYPE_S(3) | PKT3_IT_OPCODE_S(op) | PKT_COUNT_S(count) | PKT3_PREDICATE(predicate) | RADEON_CP_PACKET3_COMPUTE_MODE)

Completed in 72 milliseconds