Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.hpp122 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src&);
DPixelProgram.hpp94 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1);
DVertexProgram.cpp343 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in program()
1623 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::VertexProgram
DPixelProgram.cpp323 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in applyShader()
1315 void PixelProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::PixelProgram