Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtexture.hpp19 mipmap(mipmap_), in Texture()
26 TextureMipMap mipmap; member in mbgl::gl::Texture
H A Dcontext.cpp555 TextureMipMap mipmap, in bindTexture() argument
558 if (filter != obj.filter || mipmap != obj.mipmap || wrapX != obj.wrapX || wrapY != obj.wrapY) { in bindTexture()
562 if (filter != obj.filter || mipmap != obj.mipmap) { in bindTexture()
566 ? (mipmap == TextureMipMap::Yes ? GL_LINEAR_MIPMAP_NEAREST : GL_LINEAR) in bindTexture()
567 : (mipmap == TextureMipMap::Yes ? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST))); in bindTexture()
572 obj.mipmap = mipmap; in bindTexture()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c512 cmd->body.host.mipmap = 0; in vmw_stdu_bo_fifo_commit()
1205 cmd_dma->body.host.mipmap = 0; in vmw_stdu_bo_populate_dma()
1318 cmd_img->body.image.mipmap = 0; in vmw_stdu_bo_populate_update_cpu()
1447 cmd_update->body.image.mipmap = 0; in vmw_stdu_surface_update_proxy()
H A Dvmwgfx_surface.c328 body->host.mipmap = cur_offset->mip; in vmw_surface_dma_encode()
1941 cmd2->body.image.mipmap = i - in vmw_surface_dirty_sync()
H A Dvmwgfx_kms.c168 if (cmd->dma.host.face != 0 || cmd->dma.host.mipmap != 0) { in vmw_kms_cursor_snoop()
2532 cmd->body.image.mipmap = 0; in vmw_kms_update_proxy()
H A Dvmwgfx_binding.c600 cmd->body.target.mipmap = 0; in vmw_binding_scrub_render_target()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Devergreen_cs.c755 struct radeon_bo *mipmap, in evergreen_cs_track_validate_texture() argument
862 if (!mipmap) { in evergreen_cs_track_validate_texture()
912 if (moffset > radeon_bo_size(mipmap)) { in evergreen_cs_track_validate_texture()
918 d, radeon_bo_size(mipmap), in evergreen_cs_track_validate_texture()
2348 struct radeon_bo *texture, *mipmap; in evergreen_packet3_check() local
2390 mipmap = NULL; in evergreen_packet3_check()
2398 mipmap = reloc->robj; in evergreen_packet3_check()
2401 r = evergreen_cs_track_validate_texture(p, texture, mipmap, idx+1+(i*8)); in evergreen_packet3_check()
H A Dr600_cs.c1469 struct radeon_bo *mipmap, in r600_check_texture_resource() argument
1601 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) { in r600_check_texture_resource()
1952 struct radeon_bo *texture, *mipmap; in r600_packet3_check() local
1978 mipmap = reloc->robj; in r600_packet3_check()
1980 texture, mipmap, in r600_packet3_check()
/OK3568_Linux_fs/buildroot/package/efl/
H A D0011-gl_drm-Support-external-dmabuf.patch146 img->native.mipmap = 0;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h1869 uint32 mipmap; member
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog3304 + 37_build-mesa-mipmap.patch dropped.
3371 * Add 37_build-mesa-mipmap.patch that adds the missing mipmap.c to libmain's
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36389 a sufficient hint to the driver about texture mipmap allocation.
45332 glamor: Fix no-mipmap allocations
45336 memory should be allocated for mipmap levels or not.
45339 filtering that we really don't want mipmap allocations. Stops VARM