Home
last modified time | relevance | path

Searched refs:TEXSIZE (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Pipeline/
DVertexProgram.hpp117 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src&);
DPixelProgram.hpp113 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1);
DVertexProgram.cpp327 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in program()
1525 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::VertexProgram
DPixelProgram.cpp294 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in applyShader()
1255 void PixelProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::PixelProgram
/external/swiftshader/src/Shader/
DVertexProgram.hpp120 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src&);
DPixelProgram.hpp113 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1);
DVertexProgram.cpp335 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in program()
1609 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::VertexProgram
DPixelProgram.cpp294 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in applyShader()
1280 void PixelProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::PixelProgram