HomeSort by relevance Sort by last modified time
    Searched refs:TexInstruction (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.h 38 void handleTEXLOD(TexInstruction *);
102 bool handleTEX(TexInstruction *);
103 bool handleTXD(TexInstruction *);
104 bool handleTXQ(TexInstruction *);
105 virtual bool handleManualTXD(TexInstruction *);
106 bool handleTXLQ(TexInstruction *);
107 bool handleSUQ(TexInstruction *);
110 void handleSurfaceOpGM107(TexInstruction *);
111 void handleSurfaceOpNVE4(TexInstruction *);
112 void handleSurfaceOpNVC0(TexInstruction *);
    [all...]
nv50_ir_lowering_gm107.h 12 virtual bool handleManualTXD(TexInstruction *);
nv50_ir_inlines.h 274 Value *TexInstruction::getIndirectR() const
279 Value *TexInstruction::getIndirectS() const
312 TexInstruction *Instruction::asTex()
315 return static_cast<TexInstruction *>(this);
319 const TexInstruction *Instruction::asTex() const
322 return static_cast<const TexInstruction *>(this);
nv50_ir.cpp 694 TexInstruction *tex = asTex();
901 TexInstruction::TexInstruction(Function *fn, operation op)
910 TexInstruction::~TexInstruction()
921 TexInstruction *
922 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
924 TexInstruction *tex = (i ? static_cast<TexInstruction *>(i) :
945 const struct TexInstruction::Target::Desc TexInstruction::Target::descTable[]
    [all...]
nv50_ir.h 480 class TexInstruction;
845 inline TexInstruction *asTex();
847 inline const TexInstruction *asTex() const;
916 class TexInstruction : public Instruction
983 TexInstruction(Function *, operation);
984 virtual ~TexInstruction();
986 virtual TexInstruction *clone(ClonePolicy<Function>&,
    [all...]
nv50_ir_lowering_nv50.cpp 635 bool handleTEX(TexInstruction *);
636 bool handleTXB(TexInstruction *); // I really
637 bool handleTXL(TexInstruction *); // hate
638 bool handleTXD(TexInstruction *); // these 3
639 bool handleTXLQ(TexInstruction *);
640 bool handleTXQ(TexInstruction *);
722 NV50LoweringPreSSA::handleTEX(TexInstruction *i)
837 NV50LoweringPreSSA::handleTXB(TexInstruction *i)
903 NV50LoweringPreSSA::handleTXL(TexInstruction *i)
937 NV50LoweringPreSSA::handleTXD(TexInstruction *i
    [all...]
nv50_ir_emit_nvc0.cpp 66 void emitSUAddr(const TexInstruction *);
67 void emitSUDim(const TexInstruction *);
129 void emitTEX(const TexInstruction *);
130 void emitTEXCSAA(const TexInstruction *);
131 void emitTXQ(const TexInstruction *);
140 void emitSULDGB(const TexInstruction *);
141 void emitSUSTGx(const TexInstruction *);
143 void emitSULDB(const TexInstruction *);
144 void emitSUSTx(const TexInstruction *);
145 void emitSULEA(const TexInstruction *);
    [all...]
nv50_ir_lowering_nvc0.cpp 119 NVC0LegalizeSSA::handleTEXLOD(TexInstruction *i)
677 NVC0LoweringPass::handleTEX(TexInstruction *i)
943 NVC0LoweringPass::handleManualTXD(TexInstruction *i)
    [all...]
nv50_ir_emit_gk110.cpp 124 void emitTEX(const TexInstruction *);
125 void emitTEXCSAA(const TexInstruction *);
126 void emitTXQ(const TexInstruction *);
139 void emitSULDGB(const TexInstruction *);
140 void emitSUSTGx(const TexInstruction *);
1194 void CodeEmitterGK110::emitTEXCSAA(const TexInstruction *i)
1210 isNextIndependentTex(const TexInstruction *i)
1220 CodeEmitterGK110::emitTEX(const TexInstruction *i)
1340 CodeEmitterGK110::emitTXQ(const TexInstruction *i)
    [all...]
nv50_ir_from_tgsi.cpp 217 nv50_ir::TexInstruction::Target getTexture(const Source *, int s) const;
    [all...]
nv50_ir_lowering_gm107.cpp 94 GM107LoweringPass::handleManualTXD(TexInstruction *i)
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_ra.cpp 268 void textureMask(TexInstruction *);
273 void texConstraintNV50(TexInstruction *);
274 void texConstraintNVC0(TexInstruction *);
275 void texConstraintNVE0(TexInstruction *);
276 void texConstraintGM107(TexInstruction *);
    [all...]
nv50_ir_emit_nv50.cpp 121 void emitTEX(const TexInstruction *);
122 void emitTXQ(const TexInstruction *);
123 void emitTEXPREP(const TexInstruction *);
    [all...]
nv50_ir_build_util.h 78 TexInstruction *mkTex(operation, TexTarget,
nv50_ir_build_util.cpp 244 TexInstruction *
250 TexInstruction *tex = new_TexInstruction(func, op);
nv50_ir_util.h 64 NV50_IR_FUNC_ALLOC_OBJ_DEF(TexInstruction, f, args)
  /external/mesa3d/src/mesa/program/
program_parse.y 197 %type <inst> instruction ALU_instruction TexInstruction
362 | TexInstruction
378 TexInstruction: SAMPLE_instruction
    [all...]

Completed in 2560 milliseconds