| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SamplerCore.cpp | 247 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/ |
| D | SamplerCore.cpp | 510 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/ |
| D | SkMipmapAccessor.cpp | 102 const SkMatrix& inv, SkMipmapMode mipmap) { in Make()
|
| D | SkBitmapCache.cpp | 293 SkMipmap* mipmap = SkMipmap::Build(src, get_fact(localCache)); in AddAndRef() local
|
| D | SkReadBuffer.cpp | 219 SkMipmapMode mipmap = this->read32LE(SkMipmapMode::kLinear); in readSampling() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Sampler.cpp | 42 Mipmap &mipmap = texture.mipmap[level]; in Sampler() local 119 Mipmap &mipmap = texture.mipmap[level]; in setTextureLevel() local
|
| D | Sampler.hpp | 45 Mipmap mipmap[MIPMAP_LEVELS]; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDescriptorSetLayout.cpp | 329 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/ |
| D | SkSamplingOptions.h | 58 const SkMipmapMode mipmap = SkMipmapMode::kNone; member
|
| /third_party/flutter/skia/tests/ |
| D | SkResourceCacheTest.cpp | 50 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
|
| D | MipMapTest.cpp | 210 sk_sp<SkMipMap> mipmap(SkMipMap::Build(bmp, nullptr)); in DEF_TEST() local
|
| /third_party/skia/tests/ |
| D | SkResourceCacheTest.cpp | 49 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
|
| D | MipMapTest.cpp | 211 sk_sp<SkMipmap> mipmap(SkMipmap::Build(bmp, nullptr)); in DEF_TEST() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fTextureSizeTests.cpp | 395 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/ |
| D | es3fTextureSizeTests.cpp | 396 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/ |
| D | dzn_util.c | 213 VkSamplerMipmapMode mipmap; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Sampler.hpp | 47 Mipmap mipmap[MIPMAP_LEVELS]; member
|
| /third_party/flutter/skia/src/core/ |
| D | SkBitmapCache.cpp | 293 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() local
|
| D | SkMipMap.cpp | 403 SkMipMap* mipmap; in Build() local
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | core.spec.js | 332 {filter: CanvasKit.FilterMode.Nearest, mipmap: CanvasKit.MipmapMode.None}, property 333 {filter: CanvasKit.FilterMode.Linear, mipmap: CanvasKit.MipmapMode.Nearest}, property
|
| /third_party/skia/include/c/ |
| D | sk_types.h | 239 sk_mipmap_mode_t mipmap; member
|
| /third_party/ffmpeg/libavcodec/ |
| D | dds.c | 614 int mipmap; in dds_decode() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_texture_state.c | 92 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/ |
| D | cuda.h | 162 } mipmap; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_manager.c | 834 struct pipe_resource *tex, bool mipmap) in st_context_teximage()
|