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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_streamout.c 78 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
93 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
132 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
r600_hw_context.c 90 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
257 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
441 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
484 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
523 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
669 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
688 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
radeonsi_pm4.c 101 si_pm4_cmd_begin(state, PKT3_NOP);
sid.h 67 #define PKT3_NOP 0x10
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 89 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
170 block->pm4[block->pm4_ndwords++] = PKT3(PKT3_NOP, 0, 0);
    [all...]
r600_query.c 136 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
190 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
240 cs->buf[cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
r600_state.c     [all...]
evergreen_compute.c 443 r600_write_value(cs, PKT3C(PKT3_NOP, 0, 0));
evergreen_compute_internal.c 218 ctx->cs->buf[ctx->cs->cdw++] = PKT3(PKT3_NOP, 0, 0);
evergreen_state.c     [all...]
r600_state_common.c     [all...]
evergreend.h 63 #define PKT3_NOP 0x10
    [all...]
r600d.h 54 #define PKT3_NOP 0x10
    [all...]

Completed in 170 milliseconds