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

/external/swiftshader/src/Shader/
H A DPixelProgram.hpp112 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1);
H A DVertexProgram.hpp118 void TEXSIZE(Vector4f &dst, Float4 &lod, const Src&);
H A DPixelProgram.cpp290 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break;
1181 void PixelProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) function in class:sw::PixelProgram
H A DVertexProgram.cpp339 case Shader::OPCODE_TEXSIZE: TEXSIZE(d, s0.x, src1); break;
1555 void VertexProgram::TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) function in class:sw::VertexProgram

Completed in 258 milliseconds