Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.hpp118 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src&);
DPixelProgram.hpp112 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1);
DVertexProgram.cpp346 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in program()
1610 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::VertexProgram
DPixelProgram.cpp286 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break; in applyShader()
1168 void PixelProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) in TEXSIZE() function in sw::PixelProgram