Searched refs:v3d_qpu_mul_op_num_src (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
H A Dqpu_instr.h406 int v3d_qpu_mul_op_num_src(enum v3d_qpu_mul_op op);
H A Dqpu_instr.c489 v3d_qpu_mul_op_num_src(enum v3d_qpu_mul_op op) function in typeref:typename:int
806 int mul_nsrc = v3d_qpu_mul_op_num_src(inst->alu.mul.op);
H A Dqpu_disasm.c142 int num_src = v3d_qpu_mul_op_num_src(instr->alu.mul.op);
H A Dqpu_pack.c1160 int nsrc = v3d_qpu_mul_op_num_src(instr->alu.mul.op);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c311 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 0)
313 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 1)
546 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 0 &&
550 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 1 &&
817 v3d_qpu_mul_op_num_src(mul_instr->alu.mul.op) > 1) {
841 v3d_qpu_mul_op_num_src(mul_instr->alu.mul.op) > 1) {
1924 num_src = v3d_qpu_mul_op_num_src(inst->alu.mul.op);
H A Dvir.c40 return v3d_qpu_mul_op_num_src(inst->qpu.alu.mul.op);
/xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
H A Dqpu_instr.c499 v3d_qpu_mul_op_num_src(enum v3d_qpu_mul_op op) function in typeref:typename:int
895 int mul_nsrc = v3d_qpu_mul_op_num_src(inst->alu.mul.op);
H A Dqpu_disasm.c142 int num_src = v3d_qpu_mul_op_num_src(instr->alu.mul.op);
H A Dqpu_instr.h409 int v3d_qpu_mul_op_num_src(enum v3d_qpu_mul_op op);
H A Dqpu_pack.c1208 int nsrc = v3d_qpu_mul_op_num_src(instr->alu.mul.op);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c274 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 0)
276 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 1)
488 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 0 &&
492 if (v3d_qpu_mul_op_num_src(inst->alu.mul.op) > 1 &&
H A Dvir.c37 return v3d_qpu_mul_op_num_src(inst->qpu.alu.mul.op);

Completed in 21 milliseconds