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 D | texture.hpp | 19 mipmap(mipmap_), in Texture() 26 TextureMipMap mipmap; member in mbgl::gl::Texture
|
| H A D | context.cpp | 555 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 D | vmwgfx_stdu.c | 512 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 D | vmwgfx_surface.c | 328 body->host.mipmap = cur_offset->mip; in vmw_surface_dma_encode() 1941 cmd2->body.image.mipmap = i - in vmw_surface_dirty_sync()
|
| H A D | vmwgfx_kms.c | 168 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 D | vmwgfx_binding.c | 600 cmd->body.target.mipmap = 0; in vmw_binding_scrub_render_target()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | evergreen_cs.c | 755 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 D | r600_cs.c | 1469 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 D | 0011-gl_drm-Support-external-dmabuf.patch | 146 img->native.mipmap = 0;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_types.h | 1869 uint32 mipmap; member
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 3304 + 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 D | ChangeLog | 36389 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
|