D | nv50_ir_from_tgsi.cpp | 1745 DataType dstTy; member in __anoned67de820211::Converter 2132 mkOp1(OP_SAT, dstTy, val, val); in storeDst() 3182 dstTy = tgsi.inferDstType(); in handleInstruction() 3221 geni = mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction() 3223 if (op == OP_MUL && dstTy == TYPE_F32) in handleInstruction() 3235 geni = mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction() 3236 if (dstTy == TYPE_F32) in handleInstruction() 3255 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction() 3433 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], srcTy, src0, src1); in handleInstruction() 3442 mkOp1(op, dstTy, val0, val0) in handleInstruction() [all …]
|