Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.hpp124 …Vector4f sampleTexture(const Src &s, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vector4f &dsy, Ve…
125 …Vector4f sampleTexture(int sampler, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vector4f &dsy, Vec…
DPixelProgram.hpp66 …Vector4f sampleTexture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &…
67 …Vector4f sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &ds…
DVertexProgram.cpp1632 …Vector4f VertexProgram::sampleTexture(const Src &s, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Ve… in sampleTexture() argument
1638 tmp = sampleTexture(s.index, uvwq, lod, dsx, dsy, offset, function); in sampleTexture()
1650 tmp = sampleTexture(i, uvwq, lod, dsx, dsy, offset, function); in sampleTexture()
1666 …Vector4f VertexProgram::sampleTexture(int sampler, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vec… in sampleTexture() argument
1669 …ore(constants, state.sampler[sampler]).sampleTexture(texture, uvwq.x, uvwq.y, uvwq.z, uvwq.w, lod,… in sampleTexture()
DPixelProgram.cpp748 …Vector4f PixelProgram::sampleTexture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &d… in sampleTexture() argument
754 tmp = sampleTexture(sampler.index, uvwq, bias, dsx, dsy, offset, function); in sampleTexture()
766 tmp = sampleTexture(i, uvwq, bias, dsx, dsy, offset, function); in sampleTexture()
782 …Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx… in sampleTexture() argument
789 …onstants, state.sampler[samplerIndex]).sampleTexture(texture, uvwq.x, uvwq.y, uvwq.z, uvwq.w, bias… in sampleTexture()