Home
last modified time | relevance | path

Searched refs:mipmap (Results 1 – 25 of 131) sorted by relevance

123456

/external/swiftshader/src/Renderer/
DSampler.cpp43 Mipmap &mipmap = texture.mipmap[level]; in Sampler() local
45 memset(&mipmap, 0, sizeof(Mipmap)); in Sampler()
49 mipmap.buffer[face] = &zero; in Sampler()
52 mipmap.uFrac = 16; in Sampler()
53 mipmap.vFrac = 16; in Sampler()
54 mipmap.wFrac = 16; in Sampler()
114 Mipmap &mipmap = texture.mipmap[level]; in setTextureLevel() local
116 mipmap.buffer[face] = surface->lockInternal(0, 0, 0, LOCK_UNLOCKED, PRIVATE); in setTextureLevel()
158 mipmap.uInt = logWidth; in setTextureLevel()
159 mipmap.vInt = logHeight; in setTextureLevel()
[all …]
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t628/
Dgles3-master.QualityWarning.bz2 ... lines 8dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 9dEQP- ...
DdEQP-GLES3.functional.hasty.QualityWarning.bz2 ... lines_wide 13dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 14dEQP- ...
DdEQP-GLES3.functional.QualityWarning.bz2 ... lines_wide 15dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 16dEQP- ...
DdEQP-GLES2.functional.Fail.bz2 ... texturecubelod 34dEQP-GLES2.functional.texture.mipmap.2d.projected.linear_linear_clamp 35dEQP- ...
DdEQP-GLES2.functional.hasty.Fail.bz2 ... texturecubelod 36dEQP-GLES2.functional.texture.mipmap.2d.projected.linear_linear_clamp 37dEQP- ...
DdEQP-GLES3.functional.Fail.bz2 ... usampler3d_vertex 47dEQP-GLES3.functional.texture.mipmap.2d.projected.linear_linear_clamp 48dEQP- ...
DdEQP-GLES3.functional.hasty.Fail.bz2 ... usampler3d_vertex 54dEQP-GLES3.functional.texture.mipmap.2d.projected.linear_linear_clamp 55dEQP- ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t760/
Dgles3-master.QualityWarning.bz2 ... lines 8dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 9dEQP- ...
DdEQP-GLES3.functional.hasty.QualityWarning.bz2 ... lines_wide 13dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 14dEQP- ...
DdEQP-GLES3.functional.QualityWarning.bz2 ... lines_wide 15dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 16dEQP- ...
DdEQP-GLES2.functional.hasty.Fail.bz2 ... texturecubelod 35dEQP-GLES2.functional.texture.mipmap.2d.projected.linear_linear_clamp 36dEQP- ...
DdEQP-GLES2.functional.Fail.bz2 ... texturecubelod 33dEQP-GLES2.functional.texture.mipmap.2d.projected.linear_linear_clamp 34dEQP- ...
DdEQP-GLES3.functional.Fail.bz2 ... usampler3d_vertex 49dEQP-GLES3.functional.texture.mipmap.2d.projected.linear_linear_clamp 50dEQP- ...
DdEQP-GLES3.functional.hasty.Fail.bz2 ... usampler3d_vertex 55dEQP-GLES3.functional.texture.mipmap.2d.projected.linear_linear_clamp 56dEQP- ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t604/
Dgles3-master.QualityWarning.bz2 ... lines 8dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 9dEQP- ...
DdEQP-GLES3.functional.hasty.QualityWarning.bz2 ... lines_wide 13dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 14dEQP- ...
DdEQP-GLES3.functional.QualityWarning.bz2 ... lines_wide 15dEQP-GLES3.functional.texture.mipmap.2d.generate.a8_npot_fastest 16dEQP- ...
DdEQP-GLES2.functional.hasty.Fail.bz2
DdEQP-GLES2.functional.Fail.bz2 ... texturecubelod 77dEQP-GLES2.functional.texture.mipmap.2d.projected.linear_linear_clamp 78dEQP- ...
DdEQP-GLES3.functional.hasty.Fail.bz21dEQP-GLES3.functional.clipping.polygon.poly_z_clip 2dEQP-GLES3.functional. ...
DdEQP-GLES3.functional.Fail.bz21dEQP-GLES3.functional.clipping.polygon.poly_z_clip 2dEQP-GLES3.functional. ...
/external/skia/tests/
DSkResourceCacheTest.cpp48 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), colorMode, in test_mipmapcache() local
50 REPORTER_ASSERT(reporter, nullptr == mipmap); in test_mipmapcache()
52 mipmap = SkMipMapCache::AddAndRef(src, colorMode, cache); in test_mipmapcache()
53 REPORTER_ASSERT(reporter, mipmap); in test_mipmapcache()
59 REPORTER_ASSERT(reporter, mm == mipmap); in test_mipmapcache()
63 check_data(reporter, mipmap, 2, kInCache, kLocked); in test_mipmapcache()
65 mipmap->unref(); in test_mipmapcache()
68 check_data(reporter, mipmap, 1, kInCache, kNotLocked); in test_mipmapcache()
71 mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), colorMode, cache); in test_mipmapcache()
72 check_data(reporter, mipmap, 2, kInCache, kLocked); in test_mipmapcache()
[all …]
/external/swiftshader/src/Shader/
DSamplerCore.cpp563 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample() argument
565 Short4 offset = *Pointer<Short4>(mipmap + halfOffset); in offsetSample()
769 Pointer<Byte> mipmap; in sampleQuad2D() local
772 selectMipmap(texture, buffer, mipmap, lod, face, secondLOD); in sampleQuad2D()
774 Short4 uuuu = address(u, state.addressingModeU, mipmap); in sampleQuad2D()
775 Short4 vvvv = address(v, state.addressingModeV, mipmap); in sampleQuad2D()
776 Short4 wwww = address(w, state.addressingModeW, mipmap); in sampleQuad2D()
780 sampleTexel(c, uuuu, vvvv, wwww, mipmap, buffer); in sampleQuad2D()
789 …Short4 uuuu0 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSIN… in sampleQuad2D()
790 …Short4 vvvv0 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSIN… in sampleQuad2D()
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c351 struct gen_mipmap_state *mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_check_generate_mipmap_fallback() local
2814 if (!mipmap->FBO) in _mesa_meta_check_generate_mipmap_fallback()
2815 _mesa_GenFramebuffersEXT(1, &mipmap->FBO); in _mesa_meta_check_generate_mipmap_fallback()
2816 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, mipmap->FBO); in _mesa_meta_check_generate_mipmap_fallback()
3007 struct gen_mipmap_state *mipmap) in setup_ff_generate_mipmap() argument
3013 if (mipmap->ArrayObj == 0) { in setup_ff_generate_mipmap()
3016 _mesa_GenVertexArraysAPPLE(1, &mipmap->ArrayObj); in setup_ff_generate_mipmap()
3017 _mesa_BindVertexArrayAPPLE(mipmap->ArrayObj); in setup_ff_generate_mipmap()
3020 _mesa_GenBuffersARB(1, &mipmap->VBO); in setup_ff_generate_mipmap()
[all …]

123456