Searched defs:dsy (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 57 …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()
|
D | PixelProgram.cpp | 666 … &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()
|
D | VertexProgram.cpp | 1588 …st Src &s, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Vector4f &dsx, Vector4f &dsy, SamplerMethod… in sampleTexture()
|
D | PixelPipeline.cpp | 1235 Vector4f dsy; in sampleTexture() local
|