• Home
  • Raw
  • Download

Lines Matching refs:VertexProgram

26 	VertexProgram::VertexProgram(const VertexProcessor::State &state, const VertexShader *shader)  in VertexProgram()  function in sw::VertexProgram
61 VertexProgram::~VertexProgram() in ~VertexProgram()
65 void VertexProgram::pipeline(UInt &index) in pipeline()
77 void VertexProgram::program(UInt &index) in program()
620 void VertexProgram::passThrough() in passThrough()
688 Vector4f VertexProgram::fetchRegister(const Src &src, unsigned int offset) in fetchRegister()
826 RValue<Pointer<Byte>> VertexProgram::uniformAddress(int bufferIndex, unsigned int index) in uniformAddress()
838 …RValue<Pointer<Byte>> VertexProgram::uniformAddress(int bufferIndex, unsigned int index, Int &offs… in uniformAddress()
843 Vector4f VertexProgram::readConstant(const Src &src, unsigned int offset) in readConstant()
935 Int VertexProgram::relativeAddress(const Shader::Relative &rel, int bufferIndex) in relativeAddress()
964 Int4 VertexProgram::dynamicAddress(const Shader::Relative &rel) in dynamicAddress()
989 Int4 VertexProgram::enableMask(const Shader::Instruction *instruction) in enableMask()
1016 void VertexProgram::M3X2(Vector4f &dst, Vector4f &src0, Src &src1) in M3X2()
1025 void VertexProgram::M3X3(Vector4f &dst, Vector4f &src0, Src &src1) in M3X3()
1036 void VertexProgram::M3X4(Vector4f &dst, Vector4f &src0, Src &src1) in M3X4()
1049 void VertexProgram::M4X3(Vector4f &dst, Vector4f &src0, Src &src1) in M4X3()
1060 void VertexProgram::M4X4(Vector4f &dst, Vector4f &src0, Src &src1) in M4X4()
1073 void VertexProgram::BREAK() in BREAK()
1078 void VertexProgram::BREAKC(Vector4f &src0, Vector4f &src1, Control control) in BREAKC()
1097 …void VertexProgram::BREAKP(const Src &predicateRegister) // FIXME: Factor out parts common with … in BREAKP()
1109 void VertexProgram::BREAK(Int4 &condition) in BREAK()
1116 void VertexProgram::CONTINUE() in CONTINUE()
1121 void VertexProgram::TEST() in TEST()
1127 void VertexProgram::SCALAR() in SCALAR()
1132 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1152 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1165 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1192 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
1225 void VertexProgram::ELSE() in ELSE()
1252 void VertexProgram::ENDIF() in ENDIF()
1267 void VertexProgram::ENDLOOP() in ENDLOOP()
1283 void VertexProgram::ENDREP() in ENDREP()
1297 void VertexProgram::ENDWHILE() in ENDWHILE()
1311 void VertexProgram::ENDSWITCH() in ENDSWITCH()
1321 void VertexProgram::IF(const Src &src) in IF()
1338 void VertexProgram::IFb(const Src &boolRegister) in IFb()
1360 void VertexProgram::IFp(const Src &predicateRegister) in IFp()
1372 void VertexProgram::IFC(Vector4f &src0, Vector4f &src1, Control control) in IFC()
1391 void VertexProgram::IF(Int4 &condition) in IF()
1411 void VertexProgram::LABEL(int labelIndex) in LABEL()
1422 void VertexProgram::LOOP(const Src &integerRegister) in LOOP()
1455 void VertexProgram::REP(const Src &integerRegister) in REP()
1481 void VertexProgram::WHILE(const Src &temporaryRegister) in WHILE()
1518 void VertexProgram::SWITCH() in SWITCH()
1537 void VertexProgram::RET() in RET()
1575 void VertexProgram::LEAVE() in LEAVE()
1583 void VertexProgram::TEX(Vector4f &dst, Vector4f &src0, const Src &src1) in TEX()
1588 void VertexProgram::TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset) in TEXOFFSET()
1593 void VertexProgram::TEXLOD(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) in TEXLOD()
1598 …void VertexProgram::TEXLODOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset,… in TEXLODOFFSET()
1603 void VertexProgram::TEXELFETCH(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) in TEXELFETCH()
1608 …void VertexProgram::TEXELFETCHOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &off… in TEXELFETCHOFFSET()
1613 …void VertexProgram::TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4… in TEXGRAD()
1618 …void VertexProgram::TEXGRADOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, V… in TEXGRADOFFSET()
1623 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE()
1632 …Vector4f VertexProgram::sampleTexture(const Src &s, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Ve… in sampleTexture()
1666 …Vector4f VertexProgram::sampleTexture(int sampler, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vec… in sampleTexture()