Lines Matching refs:VertexProgram
26 VertexProgram::VertexProgram(const VertexProcessor::State &state, const VertexShader *shader) in VertexProgram() function in sw::VertexProgram
53 VertexProgram::~VertexProgram() in ~VertexProgram()
57 void VertexProgram::pipeline(UInt &index) in pipeline()
69 void VertexProgram::program(UInt &index) in program()
612 void VertexProgram::passThrough() in passThrough()
680 Vector4f VertexProgram::fetchRegister(const Src &src, unsigned int offset) in fetchRegister()
815 RValue<Pointer<Byte>> VertexProgram::uniformAddress(int bufferIndex, unsigned int index) in uniformAddress()
827 …RValue<Pointer<Byte>> VertexProgram::uniformAddress(int bufferIndex, unsigned int index, Int &offs… in uniformAddress()
832 Vector4f VertexProgram::readConstant(const Src &src, unsigned int offset) in readConstant()
921 Int VertexProgram::relativeAddress(const Shader::Relative &rel, int bufferIndex) in relativeAddress()
950 Int4 VertexProgram::dynamicAddress(const Shader::Relative &rel) in dynamicAddress()
975 Int4 VertexProgram::enableMask(const Shader::Instruction *instruction) in enableMask()
1002 void VertexProgram::M3X2(Vector4f &dst, Vector4f &src0, Src &src1) in M3X2()
1011 void VertexProgram::M3X3(Vector4f &dst, Vector4f &src0, Src &src1) in M3X3()
1022 void VertexProgram::M3X4(Vector4f &dst, Vector4f &src0, Src &src1) in M3X4()
1035 void VertexProgram::M4X3(Vector4f &dst, Vector4f &src0, Src &src1) in M4X3()
1046 void VertexProgram::M4X4(Vector4f &dst, Vector4f &src0, Src &src1) in M4X4()
1059 void VertexProgram::BREAK() in BREAK()
1064 void VertexProgram::BREAKC(Vector4f &src0, Vector4f &src1, Control control) in BREAKC()
1083 …void VertexProgram::BREAKP(const Src &predicateRegister) // FIXME: Factor out parts common with … in BREAKP()
1095 void VertexProgram::BREAK(Int4 &condition) in BREAK()
1102 void VertexProgram::CONTINUE() in CONTINUE()
1107 void VertexProgram::TEST() in TEST()
1113 void VertexProgram::SCALAR() in SCALAR()
1118 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1138 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1151 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1178 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
1211 void VertexProgram::ELSE() in ELSE()
1238 void VertexProgram::ENDIF() in ENDIF()
1253 void VertexProgram::ENDLOOP() in ENDLOOP()
1269 void VertexProgram::ENDREP() in ENDREP()
1283 void VertexProgram::ENDWHILE() in ENDWHILE()
1297 void VertexProgram::ENDSWITCH() in ENDSWITCH()
1307 void VertexProgram::IF(const Src &src) in IF()
1324 void VertexProgram::IFb(const Src &boolRegister) in IFb()
1346 void VertexProgram::IFp(const Src &predicateRegister) in IFp()
1358 void VertexProgram::IFC(Vector4f &src0, Vector4f &src1, Control control) in IFC()
1377 void VertexProgram::IF(Int4 &condition) in IF()
1397 void VertexProgram::LABEL(int labelIndex) in LABEL()
1408 void VertexProgram::LOOP(const Src &integerRegister) in LOOP()
1441 void VertexProgram::REP(const Src &integerRegister) in REP()
1467 void VertexProgram::WHILE(const Src &temporaryRegister) in WHILE()
1504 void VertexProgram::SWITCH() in SWITCH()
1523 void VertexProgram::RET() in RET()
1561 void VertexProgram::LEAVE() in LEAVE()
1569 void VertexProgram::TEX(Vector4f &dst, Vector4f &src0, const Src &src1) in TEX()
1574 void VertexProgram::TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset) in TEXOFFSET()
1579 void VertexProgram::TEXLOD(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) in TEXLOD()
1584 …void VertexProgram::TEXLODOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset,… in TEXLODOFFSET()
1589 void VertexProgram::TEXELFETCH(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) in TEXELFETCH()
1594 …void VertexProgram::TEXELFETCHOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &off… in TEXELFETCHOFFSET()
1599 …void VertexProgram::TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4… in TEXGRAD()
1604 …void VertexProgram::TEXGRADOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, V… in TEXGRADOFFSET()
1609 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE()
1618 …Vector4f VertexProgram::sampleTexture(const Src &s, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Ve… in sampleTexture()
1652 …Vector4f VertexProgram::sampleTexture(int sampler, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vec… in sampleTexture()