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

/drivers/gpu/drm/radeon/
H A Devergreen_cs.c742 struct radeon_bo *mipmap,
823 dev_warn(p->dev, "%s:%d mipmap bo base %ld not aligned with %ld\n",
842 /* check mipmap size */
872 r = evergreen_surface_check(p, &surf, "mipmap");
882 if (moffset > radeon_bo_size(mipmap)) {
883 dev_warn(p->dev, "%s:%d mipmap [%d] bo too small (layer size %d, "
888 d, radeon_bo_size(mipmap),
2322 struct radeon_bo *texture, *mipmap; local
2360 mipmap = reloc->robj;
2361 r = evergreen_cs_track_validate_texture(p, texture, mipmap, id
740 evergreen_cs_track_validate_texture(struct radeon_cs_parser *p, struct radeon_bo *texture, struct radeon_bo *mipmap, unsigned idx) argument
[all...]
H A Dr600_cs.c1547 * @mipmap: mipmap's bo structure
1550 * the texture and mipmap bo object are big enough to cover this resource.
1554 struct radeon_bo *mipmap,
1679 /* using get ib will give us the offset into the mipmap bo */
1681 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) {
1682 /*dev_warn(p->dev, "mipmap bo too small (%d %d %d %d %d %d -> %d have %ld)\n",
1957 struct radeon_bo *texture, *mipmap; local
1983 mipmap = reloc->robj;
1985 texture, mipmap,
1552 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 85 milliseconds