Home
last modified time | relevance | path

Searched defs:mipmap (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp247 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample()
456 Pointer<Byte> mipmap; in sampleQuad2D() local
658 Pointer<Byte> mipmap; in sample3D() local
902 Pointer<Byte> mipmap; in sampleFloat2D() local
995 Pointer<Byte> mipmap; in sampleFloat3D() local
1320 …onst Short4 &layerIndex, Vector4i &offset, const Int4 &sample, const Pointer<Byte> &mipmap, Sample… in computeIndices()
1387 …t4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid, const Pointer<Byte> &mipmap, Sample… in computeIndices()
1725 …, const Short4 &layerIndex, Vector4i &offset, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
1874 … &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &dRef, const Int4 &sample, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
2138 void SamplerCore::selectMipmap(const Pointer<Byte> &texture, Pointer<Byte> &mipmap, Pointer<Byte> &… in selectMipmap()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp510 Pointer<Byte> mipmap = texture + OFFSET(Texture, mipmap) + index * sizeof(Mipmap); in textureSize() local
530 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample()
747 Pointer<Byte> mipmap; in sampleQuad2D() local
941 Pointer<Byte> mipmap; in sample3D() local
1217 Pointer<Byte> mipmap; in sampleFloat2D() local
1285 Pointer<Byte> mipmap; in sampleFloat3D() local
1656 …x[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const Pointer<Byte> &mipmap, Sample… in computeIndices()
1730 …puteIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap, Sample… in computeIndices()
2006 …Texel(Short4 &uuuu, Short4 &vvvv, Short4 &wwww, Vector4f &offset, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
2115 …rCore::sampleTexel(Int4 &uuuu, Int4 &vvvv, Int4 &wwww, Float4 &z, Pointer<Byte> &mipmap, Pointer<B… in sampleTexel()
[all …]
/third_party/skia/src/core/
DSkMipmapAccessor.cpp102 const SkMatrix& inv, SkMipmapMode mipmap) { in Make()
DSkBitmapCache.cpp293 SkMipmap* mipmap = SkMipmap::Build(src, get_fact(localCache)); in AddAndRef() local
DSkReadBuffer.cpp219 SkMipmapMode mipmap = this->read32LE(SkMipmapMode::kLinear); in readSampling() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.cpp42 Mipmap &mipmap = texture.mipmap[level]; in Sampler() local
119 Mipmap &mipmap = texture.mipmap[level]; in setTextureLevel() local
DSampler.hpp45 Mipmap mipmap[MIPMAP_LEVELS]; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp329 sw::Mipmap &mipmap = sampledImage[i].texture.mipmap[0]; in WriteDescriptorSet() local
415 sw::Mipmap &mipmap = texture->mipmap[mipmapLevel]; in WriteDescriptorSet() local
538 sw::Mipmap &mipmap = texture->mipmap[level]; in WriteTextureLevelInfo() local
/third_party/skia/include/core/
DSkSamplingOptions.h58 const SkMipmapMode mipmap = SkMipmapMode::kNone; member
/third_party/flutter/skia/tests/
DSkResourceCacheTest.cpp50 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(desc, cache); in test_mipmapcache() local
95 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(desc[i], cache); in test_mipmap_notify() local
DMipMapTest.cpp210 sk_sp<SkMipMap> mipmap(SkMipMap::Build(bmp, nullptr)); in DEF_TEST() local
/third_party/skia/tests/
DSkResourceCacheTest.cpp49 const SkMipmap* mipmap = SkMipmapCache::FindAndRef(desc, cache); in test_mipmapcache() local
94 const SkMipmap* mipmap = SkMipmapCache::FindAndRef(desc[i], cache); in test_mipmap_notify() local
DMipMapTest.cpp211 sk_sp<SkMipmap> mipmap(SkMipmap::Build(bmp, nullptr)); in DEF_TEST() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureSizeTests.cpp395 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
418 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSizeTests.cpp396 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
419 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c213 VkSamplerMipmapMode mipmap; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp47 Mipmap mipmap[MIPMAP_LEVELS]; member
/third_party/flutter/skia/src/core/
DSkBitmapCache.cpp293 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() local
DSkMipMap.cpp403 SkMipMap* mipmap; in Build() local
/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js332 {filter: CanvasKit.FilterMode.Nearest, mipmap: CanvasKit.MipmapMode.None}, property
333 {filter: CanvasKit.FilterMode.Linear, mipmap: CanvasKit.MipmapMode.Nearest}, property
/third_party/skia/include/c/
Dsk_types.h239 sk_mipmap_mode_t mipmap; member
/third_party/ffmpeg/libavcodec/
Ddds.c614 int mipmap; in dds_decode() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c92 const bool mipmap = ss->min_mip_filter != PIPE_TEX_MIPFILTER_NONE; in etna_create_sampler_state_state() local
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h162 } mipmap; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c834 struct pipe_resource *tex, bool mipmap) in st_context_teximage()

12