Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp31 …Core::sampleTexture(Pointer<Byte> &texture, SIMD::Float uvwa[4], const SIMD::Float &dRef, const Fl… in sampleTexture()
59 Vector4f SamplerCore::sampleTexture128(Pointer<Byte> &texture, Float4 uvwa[4], const Float4 &dRef, … in sampleTexture128()
1060 …<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, const Float4 &dRef, Vector4i &o… in sampleFloatFilter()
1084 …<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, const Float4 &dRef, Vector4i &o… in sampleFloatAniso()
1142 …<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, const Float4 &dRef, Vector4i &o… in sampleFloat()
1154 …<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &a, const Float4 &dRef, Vector4i &o… in sampleFloat2D()
1249 …leFloat3D(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, const Float4 &dRef, Vector4i &o… in sampleFloat3D()
2090 Vector4f SamplerCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, const Float4 &dRef, const Int… in sampleTexel()
H A DSpirvShaderSampling.cpp164 SIMD::Float dRef; in emitSamplerRoutine() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp52 float dRef; member