Home
last modified time | relevance | path

Searched defs:dsy (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp57 …ctor4s &c, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in sampleTexture()
62 …ctor4s &c, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in sampleTexture()
296 …ctor4f &c, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in sampleTexture()
1397 …lta, Float4 &uuuu, Float4 &vvvv, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in computeLod()
1461 …Float4 &u, Float4 &v, Float4 &s, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in computeLodCube()
1520 …uuu, Float4 &vvvv, Float4 &wwww, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in computeLod3D()
DPixelProgram.cpp666 … &sampler, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, bool project,… in sampleTexture()
697 …int stage, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, bool project,… in sampleTexture()
DVertexProgram.cpp1588 …st Src &s, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in sampleTexture()
DPixelPipeline.cpp1235 Vector4f dsy; in sampleTexture() local