Lines Matching refs:pack
225 vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack)
228 inst->qpu.alu.add.output_pack = pack;
231 inst->qpu.alu.mul.output_pack = pack;
288 switch (inst->dst.pack) {
302 switch (inst->dst.pack) {
328 unreachable("Bad pack field");
1941 int pack = reg.pack;
1947 !c->defs[reg.index]->dst.pack &&
1948 !c->defs[reg.index]->src[0].pack) {
1952 reg.pack = pack;