Home
last modified time | relevance | path

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

123

/external/skia/tests/
DSkResourceCacheTest.cpp99 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), cache); in test_mipmapcache() local
100 REPORTER_ASSERT(reporter, nullptr == mipmap); in test_mipmapcache()
102 mipmap = SkMipMapCache::AddAndRef(src, cache); in test_mipmapcache()
103 REPORTER_ASSERT(reporter, mipmap); in test_mipmapcache()
108 REPORTER_ASSERT(reporter, mm == mipmap); in test_mipmapcache()
112 check_data(reporter, mipmap, 2, kInCache, kLocked); in test_mipmapcache()
114 mipmap->unref(); in test_mipmapcache()
117 check_data(reporter, mipmap, 1, kInCache, kNotLocked); in test_mipmapcache()
120 mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), cache); in test_mipmapcache()
121 check_data(reporter, mipmap, 2, kInCache, kLocked); in test_mipmapcache()
[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 …]
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
391 width, height, mipmap != 0)); in init()
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
414 width, height, mipmap != 0)); in init()
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
391 width, height, mipmap != 0)); in init()
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()
414 width, height, mipmap != 0)); in init()
/external/skia/src/core/
DSkMipMap.cpp261 SkMipMap* mipmap; in Build() local
267 mipmap = new SkMipMap(storageSize, dm); in Build()
269 mipmap = new SkMipMap(sk_malloc_throw(storageSize), storageSize); in Build()
273 mipmap->fCount = countLevels; in Build()
274 mipmap->fLevels = (Level*)mipmap->writable_data(); in Build()
276 Level* levels = mipmap->fLevels; in Build()
322 return mipmap; in Build()
DSkBitmapCache.cpp299 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() local
300 if (mipmap) { in AddAndRef()
301 MipMapRec* rec = new MipMapRec(src, mipmap); in AddAndRef()
305 return mipmap; in AddAndRef()
/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt30995 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
30996 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
30997 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
30998 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_1
30999 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_5
31000 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_1
31001 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_7
31002 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.equal_min_3_max_3
31003 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_min_1
31004 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_max_4
[all …]
/external/deqp/android/cts/master/
Dvk-master.txt30999 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
31000 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
31001 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
31002 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_1
31003 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_5
31004 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_1
31005 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_7
31006 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.equal_min_3_max_3
31007 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_min_1
31008 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_max_4
[all …]
/external/skia/third_party/ktx/
Dktx.h50 const uint8_t *pixelData(int mipmap = 0) const {
51 SkASSERT(!this->valid() || mipmap < fPixelData.count());
52 return this->valid() ? fPixelData[mipmap].data() : NULL;
Dktx.cpp308 for (int mipmap = 0; mipmap < mipmaps; ++mipmap) { in readKTXFile() local
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.mipmap.txt22 + dEQP-GLES3.functional.texture.mipmap.*
25 + All mipmap filtering modes
42 Each texture level is filled with single color. However, each mipmap level
/external/mesa3d/src/mesa/main/
Ddescrip.mms64 mipmap.c \
139 mipmap.obj,\
223 mipmap.obj : mipmap.c
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst66 * ``PIPE_TEX_MIPFILTER_NEAREST``: A single mipmap level/image is selected
68 * ``PIPE_TEX_MIPFILTER_LINEAR``: The two mipmap levels/images above/below
98 correspond to mipmap levels where LOD=0 is the level 0 mipmap image.
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
96 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
98 The test creates image with maximum allowed number of mipmap levels. The sparse memory requirements…
99 Each layer of each mipmap level receives a separate device memory binding. The mipmaps levels that …
100 binding for each mipmap level or one binding for all levels, depending on the value of VK_SPARSE_IM…
102 A compute shader is invoked to fill each mipmap level with data. Afterwards the data is transfered …
/external/autotest/client/site_tests/graphics_dEQP/expectations/rogue/
DdEQP-GLES2.functional.Fail.bz21dEQP-GLES2.functional.fbo.api.attach_names 2dEQP-GLES2.functional. ...
/external/deqp/doc/
Dgles3-test-case-resolutions.txt45 dEQP-GLES3.functional.texture.mipmap.2d.* 256x256 256x256
46 dEQP-GLES3.functional.texture.mipmap.cube.* 128x128 128x128
47 dEQP-GLES3.functional.texture.mipmap.3d.* 128x128 128x128
/external/skia/gm/
Dmipmap.cpp31 DEF_SIMPLE_GM(mipmap, canvas, 400, 200) {
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c353 _debug_printf("\t\t.target.mipmap = %u\n", (*cmd).target.mipmap); in dump_SVGA3dCmdSetRenderTarget()
367 _debug_printf("\t\t.src.mipmap = %u\n", (*cmd).src.mipmap); in dump_SVGA3dCmdSurfaceCopy()
370 _debug_printf("\t\t.dest.mipmap = %u\n", (*cmd).dest.mipmap); in dump_SVGA3dCmdSurfaceCopy()
1085 _debug_printf("\t\t.src.mipmap = %u\n", (*cmd).src.mipmap); in dump_SVGA3dCmdSurfaceStretchBlt()
1088 _debug_printf("\t\t.dest.mipmap = %u\n", (*cmd).dest.mipmap); in dump_SVGA3dCmdSurfaceStretchBlt()
1125 _debug_printf("\t\t.host.mipmap = %u\n", (*cmd).host.mipmap); in dump_SVGA3dCmdSurfaceDMA()
1468 _debug_printf("\t\t.srcImage.mipmap = %u\n", (*cmd).srcImage.mipmap); in dump_SVGA3dCmdBlitSurfaceToScreen()
/external/deqp/android/cts/master/src/
Dgles2-failures.txt2551 dEQP-GLES2.functional.texture.mipmap.2d.affine.linear_linear_clamp
2552 dEQP-GLES2.functional.texture.mipmap.2d.affine.linear_linear_mirror
2553 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_clamp
2554 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_clamp_non_square
2555 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_mirror
2556 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_mirror_non_square
2557 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_repeat
2558 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_repeat_non_square
2559 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_nearest_clamp
2560 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_nearest_clamp_non_square
[all …]
Dgles3-hw-issues.txt636 dEQP-GLES3.functional.texture.mipmap.3d.base_level.linear_linear
637 dEQP-GLES3.functional.texture.mipmap.3d.base_level.linear_nearest
638 dEQP-GLES3.functional.texture.mipmap.3d.base_level.nearest_linear
639 dEQP-GLES3.functional.texture.mipmap.3d.base_level.nearest_nearest
640 dEQP-GLES3.functional.texture.mipmap.cube.bias.linear_linear
641 dEQP-GLES3.functional.texture.mipmap.cube.bias.linear_nearest
642 dEQP-GLES3.functional.texture.mipmap.cube.max_level.linear_nearest
643 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.linear_linear
644 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.linear_nearest
645 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.nearest_linear
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c67 id->mipmap = s->real_level; in surface_to_surfaceid()
72 id->mipmap = 0; in surface_to_surfaceid()
458 cmd->host.mipmap = st->base.level; in SVGA3D_SurfaceDMA()
516 cmd->host.mipmap = 0; in SVGA3D_BufferDMA()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.texture.incomplete.txt28 + Missing mipmap levels
Dfunctional.texture.teximage.txt55 sampling texels from different mipmap levels.
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa.h392 int format, int target, int mipmap);
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h375 struct pipe_resource *tex, boolean mipmap);

123