D | nv50_ir_from_tgsi.cpp | 1745 DataType dstTy; member in __anon08b2b8790211::Converter 2132 mkOp1(OP_SAT, dstTy, val, val); in storeDst() 3186 dstTy = tgsi.inferDstType(); in handleInstruction() 3225 geni = mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction() 3227 if (op == OP_MUL && dstTy == TYPE_F32) in handleInstruction() 3239 geni = mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction() 3240 if (dstTy == TYPE_F32) in handleInstruction() 3259 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction() 3437 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], srcTy, src0, src1); in handleInstruction() 3446 mkOp1(op, dstTy, val0, val0) in handleInstruction() [all …]
|