Home | History | Annotate | Download | only in codegen

Lines Matching defs:Converter

39 class Converter : public BuildUtil
42 Converter(Program *, struct nv50_ir_prog_info *);
43 ~Converter();
167 Converter::g3dPrim(const unsigned prim, unsigned *patchSize) const
195 Converter::cvtInterpMode(enum sm4_interpolation mode) const
230 Converter::cvtRoundingMode(enum sm4_opcode op) const
243 Converter::cvtCondCode(enum sm4_opcode op) const
266 Converter::inferSrcType(enum sm4_opcode op) const
327 Converter::inferDstType(enum sm4_opcode op) const
352 Converter::cvtOpcode(enum sm4_opcode op) const
495 Converter::getDstOpndCount(enum sm4_opcode opcode) const
541 Converter::cvtTexTarget(enum sm4_target targ,
607 Converter::cvtSemantic(enum sm4_sv sv, uint8_t &idx) const
646 Converter::tgsiSemantic(SVSemantic sv, int index)
667 Converter::recordSV(unsigned sn, unsigned si, unsigned mask, bool input)
682 Converter::parseSignature()
842 Converter::inspectDeclaration(const sm4_dcl& dcl)
1068 Converter::allocateValues()
1082 bool Converter::handleDeclaration(const sm4_dcl& dcl)
1116 Converter::iSym(int i, int c)
1126 Converter::oSym(int i, int c)
1136 Converter::getSrcPtr(int s, int dim, int shl)
1155 Converter::getDstPtr(int d, int dim, int shl)
1173 Converter::getVtxPtr(int s)
1190 Converter::src(int i, int c)
1196 Converter::dst(int i, int c)
1202 Converter::saveDst(int i, int c, Value *value)
1210 Converter::interpolate(const sm4_op& op, int c, int i)
1235 Converter::src(const sm4_op& op, int c, int s)
1369 Converter::dst(const sm4_op &op, int c, int i)
1402 Converter::saveFragDepth(operation op, Value *value)
1413 Converter::saveDst(const sm4_op &op, int c, Value *value, int s)
1474 Converter::emitTex(Value *dst0[4], TexInstruction *tex, const uint8_t swz[4])
1524 Converter::handleQUERY(Value *dst0[4], enum TexQuery query)
1544 Converter::handleLOAD(Value *dst0[4])
1572 Converter::handleSAMPLE(operation opr, Value *dst0[4])
1635 Converter::handleDP(Value *dst0[4], int dim)
1651 Converter::insertConvergenceOps(BasicBlock *conv, BasicBlock *fork)
1662 Converter::finalizeShader()
1689 Converter::checkDstSrcAliasing() const
1708 Converter::handleInstruction(unsigned int pos)
2178 Converter::exportOutputs()
2193 Converter::Converter(Program *p, struct nv50_ir_prog_info *s)
2218 Converter::~Converter()
2230 Converter::haveNextPhase(unsigned int pos) const
2239 Converter::run()
2325 Converter bld(this, info);