D | nv50_ir_from_tgsi.cpp | 1765 DataType dstTy; member in __anon569d764f0111::Converter 2178 mkOp1(OP_SAT, dstTy, val, val); in storeDst() 3206 dstTy = tgsi.inferDstType(); in handleInstruction() 3245 geni = mkOp2(op, dstTy, dst0[c], src0, src1); in handleInstruction() 3247 if (op == OP_MUL && dstTy == TYPE_F32) in handleInstruction() 3259 geni = mkOp3(op, dstTy, dst0[c], src0, src1, src2); in handleInstruction() 3260 if (dstTy == TYPE_F32) in handleInstruction() 3279 mkOp1(op, dstTy, dst0[c], fetchSrc(0, c)); in handleInstruction() 3457 mkCmp(op, tgsi.getSetCond(), dstTy, dst0[c], srcTy, src0, src1); in handleInstruction() 3466 mkOp1(op, dstTy, val0, val0) in handleInstruction() [all …]
|