Searched defs:mipmap (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/radeon/
H A Devergreen_cs.c1004 * @mipmap: mipmap's bo structure
1007 * the texture and mipmap bo object are big enough to cover this resource.
1011 struct radeon_bo *mipmap)
1346 struct radeon_bo *texture, *mipmap; local
1376 mipmap = reloc->robj;
1378 texture, mipmap);
1009 evergreen_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap) argument
H A Dr600_cs.c1266 * @mipmap: mipmap's bo structure
1269 * the texture and mipmap bo object are big enough to cover this resource.
1273 struct radeon_bo *mipmap,
1392 /* using get ib will give us the offset into the mipmap bo */
1394 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) {
1395 /*dev_warn(p->dev, "mipmap bo too small (%d %d %d %d %d %d -> %d have %ld)\n",
1617 struct radeon_bo *texture, *mipmap; local
1643 mipmap = reloc->robj;
1645 texture, mipmap,
1271 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u64 base_offset, u64 mip_offset, u32 tiling_flags) argument
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1080 * is a surface ID as well as face/mipmap indices.
1087 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1344 * discard the contents of the current mipmap level and face of the target
1732 * - Currently, no backend supports blits from a mipmap or face

Completed in 50 milliseconds