Searched defs:dsy (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 110 Vector4f dsy; in emitSamplerRoutine() local
|
D | SamplerCore.cpp | 29 …texture, Float4 uvwa[4], Float4 &dRef, Float &&lodOrBias, Float4 &dsx, Float4 &dsy, Vector4i &offs… in sampleTexture() 1168 …teLod1D(Pointer<Byte> &texture, Float &lod, Float4 &uuuu, Float4 &dsx, Float4 &dsy, SamplerFunctio… in computeLod1D() 1192 …oat4 &uDelta, Float4 &vDelta, Float4 &uuuu, Float4 &vvvv, Float4 &dsx, Float4 &dsy, SamplerFunctio… in computeLod2D() 1238 …e> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, Float4 &dsx, Float4 &dsy, Float4 &M, Sam… in computeLodCube() 1279 …re, Float &lod, Float4 &uuuu, Float4 &vvvv, Float4 &wwww, Float4 &dsx, Float4 &dsy, SamplerFunctio… in computeLod3D()
|
/external/swiftshader/src/Shader/ |
D | VertexProgram.cpp | 1613 …ertexProgram::TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy) in TEXGRAD() 1618 …OFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in TEXGRADOFFSET() 1632 …mpleTexture(const Src &s, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture() 1666 …ampleTexture(int sampler, Vector4f &uvwq, Float4 &lod, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture()
|
D | PixelProgram.cpp | 748 …ture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture() 782 …exture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture() 1300 …PixelProgram::TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy) in TEXGRAD() 1305 …OFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in TEXGRADOFFSET()
|
D | SamplerCore.cpp | 59 …> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy) in sampleTexture() 64 …at4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture() 275 …at4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &off… in sampleTexture() 1382 …lta, Float4 &uuuu, Float4 &vvvv, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFuncti… in computeLod() 1453 …Float4 &u, Float4 &v, Float4 &w, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, Float4 &M, Sa… in computeLodCube() 1519 …uuu, Float4 &vvvv, Float4 &wwww, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFuncti… in computeLod3D()
|
D | PixelPipeline.cpp | 1238 Vector4f dsy; in sampleTexture() local
|