Lines Matching defs:mipmap
276 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample()
485 Pointer<Byte> mipmap = selectMipmap(texture, lod, secondLOD); in sampleQuad2D() local
686 Pointer<Byte> mipmap = selectMipmap(texture, lod, secondLOD); in sample3D() local
929 Pointer<Byte> mipmap = selectMipmap(texture, lod, secondLOD); in sampleFloat2D() local
1021 Pointer<Byte> mipmap = selectMipmap(texture, lod, secondLOD); in sampleFloat3D() local
1345 … wwww, const Short4 &layerIndex, Vector4i &offset, const Int4 &sample, const Pointer<Byte> &mipmap) in computeIndices()
1412 …x[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid, const Pointer<Byte> &mipmap) in computeIndices()
1750 …, const Short4 &layerIndex, Vector4i &offset, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
1972 …, Int4 &vvvv, Int4 &wwww, const Float4 &dRef, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
2278 Short4 SamplerCore::address(const Float4 &uw, AddressingMode addressingMode, Pointer<Byte> &mipmap) in address()
2316 Short4 SamplerCore::computeLayerIndex16(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex16()
2342 …re::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Int4 &off… in address()
2553 Int4 SamplerCore::computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex()