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 39 void handleTEXLOD(TexInstruction *);
104 bool handleTEX(TexInstruction *);
105 bool handleTXD(TexInstruction *);
106 bool handleTXQ(TexInstruction *);
107 virtual bool handleManualTXD(TexInstruction *);
108 bool handleTXLQ(TexInstruction *);
109 bool handleSUQ(TexInstruction *);
112 void handleSurfaceOpGM107(TexInstruction *);
113 void handleSurfaceOpNVE4(TexInstruction *);
114 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 689 TexInstruction *tex = asTex();
896 TexInstruction::TexInstruction(Function *fn, operation op)
908 TexInstruction::~TexInstruction()
919 TexInstruction *
920 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
922 TexInstruction *tex = (i ? static_cast<TexInstruction *>(i) :
943 const struct TexInstruction::Target::Desc TexInstruction::Target::descTable[]
    [all...]
nv50_ir.h 490 class TexInstruction;
854 inline TexInstruction *asTex();
856 inline const TexInstruction *asTex() const;
927 class TexInstruction : public Instruction
994 TexInstruction(Function *, operation);
995 virtual ~TexInstruction();
997 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 67 void emitSUAddr(const TexInstruction *);
68 void emitSUDim(const TexInstruction *);
130 void emitTEX(const TexInstruction *);
131 void emitTEXCSAA(const TexInstruction *);
132 void emitTXQ(const TexInstruction *);
141 void emitSULDGB(const TexInstruction *);
142 void emitSUSTGx(const TexInstruction *);
144 void emitSULDB(const TexInstruction *);
145 void emitSUSTx(const TexInstruction *);
146 void emitSULEA(const TexInstruction *);
    [all...]
nv50_ir_lowering_nvc0.cpp 135 NVC0LegalizeSSA::handleTEXLOD(TexInstruction *i)
816 NVC0LoweringPass::handleTEX(TexInstruction *i)
    [all...]
nv50_ir_emit_gk110.cpp 125 void emitTEX(const TexInstruction *);
126 void emitTEXCSAA(const TexInstruction *);
127 void emitTXQ(const TexInstruction *);
142 void emitSULDGB(const TexInstruction *);
143 void emitSUSTGx(const TexInstruction *);
1238 void CodeEmitterGK110::emitTEXCSAA(const TexInstruction *i)
1254 isNextIndependentTex(const TexInstruction *i)
1264 CodeEmitterGK110::emitTEX(const TexInstruction *i)
    [all...]
nv50_ir_from_tgsi.cpp 224 nv50_ir::TexInstruction::Target getTexture(const Source *, int s) const;
226 const nv50_ir::TexInstruction::ImgFormatDesc *getImageFormat() const {
227 return &nv50_ir::TexInstruction::formatTable[
    [all...]
nv50_ir_lowering_gm107.cpp 96 GM107LoweringPass::handleManualTXD(TexInstruction *i)
nv50_ir_emit_gm107.cpp     [all...]
nv50_ir_ra.cpp 266 void textureMask(TexInstruction *);
271 void texConstraintNV50(TexInstruction *);
272 void texConstraintNVC0(TexInstruction *);
273 void texConstraintNVE0(TexInstruction *);
274 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 196 %type <inst> instruction ALU_instruction TexInstruction
361 | TexInstruction
377 TexInstruction: SAMPLE_instruction
    [all...]

Completed in 385 milliseconds