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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 242 Value *TexInstruction::getIndirectR() const
247 Value *TexInstruction::getIndirectS() const
280 TexInstruction *Instruction::asTex()
283 return static_cast<TexInstruction *>(this);
287 const TexInstruction *Instruction::asTex() const
290 return static_cast<const TexInstruction *>(this);
nv50_ir.cpp 876 TexInstruction::TexInstruction(Function *fn, operation op)
885 TexInstruction::~TexInstruction()
893 TexInstruction *
894 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
896 TexInstruction *tex = (i ? static_cast<TexInstruction *>(i) :
913 const struct TexInstruction::Target::Desc TexInstruction::Target::descTable[]
    [all...]
nv50_ir.h 304 class TexInstruction;
664 inline TexInstruction *asTex();
666 inline const TexInstruction *asTex() const;
735 class TexInstruction : public Instruction
776 TexInstruction(Function *, operation);
777 virtual ~TexInstruction();
779 virtual TexInstruction *clone(ClonePolicy<Function>&,
nv50_ir_lowering_nv50.cpp 533 bool handleTEX(TexInstruction *);
534 bool handleTXB(TexInstruction *); // I really
535 bool handleTXL(TexInstruction *); // hate
536 bool handleTXD(TexInstruction *); // these 3
578 NV50LoweringPreSSA::handleTEX(TexInstruction *i)
637 NV50LoweringPreSSA::handleTXB(TexInstruction *i)
693 NV50LoweringPreSSA::handleTXL(TexInstruction *i)
726 NV50LoweringPreSSA::handleTXD(TexInstruction *i)
nv50_ir_ra.cpp 231 void textureMask(TexInstruction *);
236 void texConstraintNV50(TexInstruction *);
237 void texConstraintNVC0(TexInstruction *);
238 void texConstraintNVE0(TexInstruction *);
    [all...]
nv50_ir_from_tgsi.cpp 194 nv50_ir::TexInstruction::Target getTexture(const Source *, int s) const;
1003 nv50_ir::TexInstruction::Target
1065 void setTexRS(TexInstruction *, unsigned int& s, int R, int S);
    [all...]
nv50_ir_from_sm4.cpp 111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
    [all...]
nv50_ir_emit_nv50.cpp 117 void emitTEX(const TexInstruction *);
118 void emitTXQ(const TexInstruction *);
    [all...]
nv50_ir_build_util.cpp 248 TexInstruction *tex = new_TexInstruction(func, op);
nv50_ir_util.h 64 NV50_IR_FUNC_ALLOC_OBJ_DEF(TexInstruction, f, args)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 242 Value *TexInstruction::getIndirectR() const
247 Value *TexInstruction::getIndirectS() const
280 TexInstruction *Instruction::asTex()
283 return static_cast<TexInstruction *>(this);
287 const TexInstruction *Instruction::asTex() const
290 return static_cast<const TexInstruction *>(this);
nv50_ir.cpp 876 TexInstruction::TexInstruction(Function *fn, operation op)
885 TexInstruction::~TexInstruction()
893 TexInstruction *
894 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const
896 TexInstruction *tex = (i ? static_cast<TexInstruction *>(i) :
913 const struct TexInstruction::Target::Desc TexInstruction::Target::descTable[]
    [all...]
nv50_ir.h 304 class TexInstruction;
664 inline TexInstruction *asTex();
666 inline const TexInstruction *asTex() const;
735 class TexInstruction : public Instruction
776 TexInstruction(Function *, operation);
777 virtual ~TexInstruction();
779 virtual TexInstruction *clone(ClonePolicy<Function>&,
nv50_ir_lowering_nv50.cpp 533 bool handleTEX(TexInstruction *);
534 bool handleTXB(TexInstruction *); // I really
535 bool handleTXL(TexInstruction *); // hate
536 bool handleTXD(TexInstruction *); // these 3
578 NV50LoweringPreSSA::handleTEX(TexInstruction *i)
637 NV50LoweringPreSSA::handleTXB(TexInstruction *i)
693 NV50LoweringPreSSA::handleTXL(TexInstruction *i)
726 NV50LoweringPreSSA::handleTXD(TexInstruction *i)
nv50_ir_ra.cpp 231 void textureMask(TexInstruction *);
236 void texConstraintNV50(TexInstruction *);
237 void texConstraintNVC0(TexInstruction *);
238 void texConstraintNVE0(TexInstruction *);
    [all...]
nv50_ir_from_tgsi.cpp 194 nv50_ir::TexInstruction::Target getTexture(const Source *, int s) const;
1003 nv50_ir::TexInstruction::Target
1065 void setTexRS(TexInstruction *, unsigned int& s, int R, int S);
    [all...]
nv50_ir_from_sm4.cpp 111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
    [all...]
nv50_ir_emit_nv50.cpp 117 void emitTEX(const TexInstruction *);
118 void emitTXQ(const TexInstruction *);
    [all...]
nv50_ir_build_util.cpp 248 TexInstruction *tex = new_TexInstruction(func, op);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 597 bool handleTEX(TexInstruction *);
598 bool handleTXD(TexInstruction *);
599 bool handleTXQ(TexInstruction *);
600 bool handleManualTXD(TexInstruction *);
643 NVC0LoweringPass::handleTEX(TexInstruction *i)
749 NVC0LoweringPass::handleManualTXD(TexInstruction *i)
807 NVC0LoweringPass::handleTXD(TexInstruction *txd)
833 NVC0LoweringPass::handleTXQ(TexInstruction *txq)
    [all...]
nv50_ir_emit_nvc0.cpp 110 void emitTEX(const TexInstruction *);
111 void emitTEXCSAA(const TexInstruction *);
112 void emitTXQ(const TexInstruction *);
113 void emitPIXLD(const TexInstruction *);
966 void CodeEmitterNVC0::emitTEXCSAA(const TexInstruction *i)
982 isNextIndependentTex(const TexInstruction *i)
992 CodeEmitterNVC0::emitTEX(const TexInstruction *i)
1070 CodeEmitterNVC0::emitTXQ(const TexInstruction *i)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 597 bool handleTEX(TexInstruction *);
598 bool handleTXD(TexInstruction *);
599 bool handleTXQ(TexInstruction *);
600 bool handleManualTXD(TexInstruction *);
643 NVC0LoweringPass::handleTEX(TexInstruction *i)
749 NVC0LoweringPass::handleManualTXD(TexInstruction *i)
807 NVC0LoweringPass::handleTXD(TexInstruction *txd)
833 NVC0LoweringPass::handleTXQ(TexInstruction *txq)
    [all...]
nv50_ir_emit_nvc0.cpp 110 void emitTEX(const TexInstruction *);
111 void emitTEXCSAA(const TexInstruction *);
112 void emitTXQ(const TexInstruction *);
113 void emitPIXLD(const TexInstruction *);
966 void CodeEmitterNVC0::emitTEXCSAA(const TexInstruction *i)
982 isNextIndependentTex(const TexInstruction *i)
992 CodeEmitterNVC0::emitTEX(const TexInstruction *i)
1070 CodeEmitterNVC0::emitTXQ(const TexInstruction *i)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 197 %type <inst> instruction ALU_instruction TexInstruction
356 | TexInstruction
372 TexInstruction: SAMPLE_instruction
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 197 %type <inst> instruction ALU_instruction TexInstruction
356 | TexInstruction
372 TexInstruction: SAMPLE_instruction
    [all...]

Completed in 324 milliseconds

1 2