Searched refs:mipmap (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Devergreen_cs.c911 * @mipmap: mipmap's bo structure
914 * the texture and mipmap bo object are big enough to cover this resource.
918 struct radeon_bo *mipmap)
1183 struct radeon_bo *texture, *mipmap; local
1207 mipmap = reloc->robj;
1209 texture, mipmap);
916 evergreen_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap) argument
H A Dr600_cs.c1064 * @mipmap: mipmap's bo structure
1067 * the texture and mipmap bo object are big enough to cover this resource.
1071 struct radeon_bo *mipmap,
1164 /* using get ib will give us the offset into the mipmap bo */
1166 if ((mipmap_size + word0) > radeon_bo_size(mipmap)) {
1167 /*dev_warn(p->dev, "mipmap bo too small (%d %d %d %d %d %d -> %d have %ld)\n",
1357 struct radeon_bo *texture, *mipmap; local
1381 mipmap = reloc->robj;
1383 texture, mipmap, relo
1069 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u32 tiling_flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Devergreen_cs.c911 * @mipmap: mipmap's bo structure
914 * the texture and mipmap bo object are big enough to cover this resource.
918 struct radeon_bo *mipmap)
1183 struct radeon_bo *texture, *mipmap; local
1207 mipmap = reloc->robj;
1209 texture, mipmap);
916 evergreen_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap) argument
H A Dr600_cs.c1064 * @mipmap: mipmap's bo structure
1067 * the texture and mipmap bo object are big enough to cover this resource.
1071 struct radeon_bo *mipmap,
1164 /* using get ib will give us the offset into the mipmap bo */
1166 if ((mipmap_size + word0) > radeon_bo_size(mipmap)) {
1167 /*dev_warn(p->dev, "mipmap bo too small (%d %d %d %d %d %d -> %d have %ld)\n",
1357 struct radeon_bo *texture, *mipmap; local
1381 mipmap = reloc->robj;
1383 texture, mipmap, relo
1069 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u32 tiling_flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1044 * is a surface ID as well as face/mipmap indices.
1051 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1260 * discard the contents of the current mipmap level and face of the target
1646 * - Currently, no backend supports blits from a mipmap or face
H A Dvmwgfx_kms.c225 if (cmd->dma.host.face != 0 || cmd->dma.host.mipmap != 0) {
226 DRM_ERROR("face and mipmap for cursors should never != 0\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1044 * is a surface ID as well as face/mipmap indices.
1051 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1260 * discard the contents of the current mipmap level and face of the target
1646 * - Currently, no backend supports blits from a mipmap or face
H A Dvmwgfx_kms.c225 if (cmd->dma.host.face != 0 || cmd->dma.host.mipmap != 0) {
226 DRM_ERROR("face and mipmap for cursors should never != 0\n");

Completed in 107 milliseconds