Searched defs:TEXSIZE (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
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 293 milliseconds