Home
last modified time | relevance | path

Searched defs:dRef (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp107 SIMD::Float dRef; in emitSamplerRoutine() local
DSamplerCore.cpp29 Vector4f SamplerCore::sampleTexture(Pointer<Byte> &texture, Float4 uvwa[4], Float4 &dRef, Float &&l… in sampleTexture()
879 …ter<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Float4 &dRef, Vector4i &offs… in sampleFloatFilter()
903 …ter<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Float4 &dRef, Vector4i &offs… in sampleFloatAniso()
961 …ter<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Float4 &dRef, Vector4i &offs… in sampleFloat()
973 …ter<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, Float4 &dRef, Vector4i &offs… in sampleFloat2D()
1067 …ampleFloat3D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &dRef, Vector4i &offs… in sampleFloat3D()
1909 Vector4f SamplerCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &dRef, const Int4 &sam… in sampleTexel()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.hpp52 float dRef; member