D | nv50_ir_from_tgsi.cpp | 1637 DataType dstTy; member in __anonf6de0d2e0111::Converter 1990 mkOp1(OP_SAT, dstTy, val, val); in storeDst() 2995 dstTy = tgsi.inferDstType(); in handleInstruction() 3034 geni = mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction() 3046 mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction() 3063 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction() 3285 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], srcTy, src0, src1); in handleInstruction() 3294 mkOp1(op, dstTy, val0, val0) in handleInstruction() 3370 mkCvt(OP_CVT, dstTy, dst0[c], srcTy, fetchSrc(0, c))->rnd = ROUND_Z; in handleInstruction() 3375 mkCvt(OP_CVT, dstTy, dst0[c], srcTy, fetchSrc(0, c)); in handleInstruction() [all …]
|