D | nv50_ir_from_tgsi.cpp | 1112 DataType dstTy; member in __anon7013adf50111::Converter 1379 mkOp1(OP_SAT, dstTy, val, val); in storeDst() 1382 mkOp2(OP_MAX, dstTy, val, val, mkImm(-1.0f)); in storeDst() 1383 mkOp2(OP_MIN, dstTy, val, val, mkImm(+1.0f)); in storeDst() 1739 dstTy = tgsi.inferDstType(); in handleInstruction() 1778 mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction() 1788 mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction() 1803 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction() 2014 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], src0, src1); in handleInstruction() 2056 mkCvt(OP_CVT, dstTy, dst0[c], srcTy, fetchSrc(0, c))->rnd = ROUND_Z; in handleInstruction() [all …]
|