Searched refs:mipmap (Results 1 – 25 of 68) sorted by relevance
123
99 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), cache); in test_mipmapcache() local100 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 …]
351 struct gen_mipmap_state *mipmap);2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_check_generate_mipmap_fallback() local2814 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() argument3013 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 …]
384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init() local387 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() local410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init()414 width, height, mipmap != 0)); in init()
261 SkMipMap* mipmap; in Build() local267 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()
299 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() local300 if (mipmap) { in AddAndRef()301 MipMapRec* rec = new MipMapRec(src, mipmap); in AddAndRef()305 return mipmap; in AddAndRef()
30995 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_330996 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_130997 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_430998 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_130999 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_531000 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_131001 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_731002 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.equal_min_3_max_331003 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_min_131004 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_max_4[all …]
30999 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_331000 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_131001 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_431002 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_131003 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_2_531004 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_131005 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_bias_3_731006 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.equal_min_3_max_331007 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_min_131008 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.linear.lod.select_max_4[all …]
50 const uint8_t *pixelData(int mipmap = 0) const {51 SkASSERT(!this->valid() || mipmap < fPixelData.count());52 return this->valid() ? fPixelData[mipmap].data() : NULL;
308 for (int mipmap = 0; mipmap < mipmaps; ++mipmap) { in readKTXFile() local
22 + dEQP-GLES3.functional.texture.mipmap.*25 + All mipmap filtering modes42 Each texture level is filled with single color. However, each mipmap level
64 mipmap.c \139 mipmap.obj,\223 mipmap.obj : mipmap.c
66 * ``PIPE_TEX_MIPFILTER_NEAREST``: A single mipmap level/image is selected68 * ``PIPE_TEX_MIPFILTER_LINEAR``: The two mipmap levels/images above/below98 correspond to mipmap levels where LOD=0 is the level 0 mipmap image.
13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region96 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region98 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 …
1dEQP-GLES2.functional.fbo.api.attach_names 2dEQP-GLES2.functional. ...
45 dEQP-GLES3.functional.texture.mipmap.2d.* 256x256 256x25646 dEQP-GLES3.functional.texture.mipmap.cube.* 128x128 128x12847 dEQP-GLES3.functional.texture.mipmap.3d.* 128x128 128x128
31 DEF_SIMPLE_GM(mipmap, canvas, 400, 200) {
353 _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()
2551 dEQP-GLES2.functional.texture.mipmap.2d.affine.linear_linear_clamp2552 dEQP-GLES2.functional.texture.mipmap.2d.affine.linear_linear_mirror2553 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_clamp2554 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_clamp_non_square2555 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_mirror2556 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_mirror_non_square2557 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_repeat2558 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_linear_repeat_non_square2559 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_nearest_clamp2560 dEQP-GLES2.functional.texture.mipmap.2d.basic.linear_nearest_clamp_non_square[all …]
636 dEQP-GLES3.functional.texture.mipmap.3d.base_level.linear_linear637 dEQP-GLES3.functional.texture.mipmap.3d.base_level.linear_nearest638 dEQP-GLES3.functional.texture.mipmap.3d.base_level.nearest_linear639 dEQP-GLES3.functional.texture.mipmap.3d.base_level.nearest_nearest640 dEQP-GLES3.functional.texture.mipmap.cube.bias.linear_linear641 dEQP-GLES3.functional.texture.mipmap.cube.bias.linear_nearest642 dEQP-GLES3.functional.texture.mipmap.cube.max_level.linear_nearest643 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.linear_linear644 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.linear_nearest645 dEQP-GLES3.functional.texture.mipmap.cube.max_lod.nearest_linear[all …]
67 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()
28 + Missing mipmap levels
55 sampling texels from different mipmap levels.
392 int format, int target, int mipmap);
375 struct pipe_resource *tex, boolean mipmap);