HomeSort by: relevance | last modified time | path
    Searched defs:mipmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 784 struct radeon_bo *mipmap,
872 dev_warn(p->dev, "%s:%d mipmap bo base %ld not aligned with %ld\n",
891 if (!mipmap) {
901 /* check mipmap size */
931 r = evergreen_surface_check(p, &surf, "mipmap");
941 if (moffset > radeon_bo_size(mipmap)) {
942 dev_warn(p->dev, "%s:%d mipmap [%d] bo too small (layer size %d, "
947 d, radeon_bo_size(mipmap),
2377 struct radeon_bo *texture, *mipmap; local in function:evergreen_packet3_check
2419 mipmap = NULL
    [all...]
radeon_r600_cs.c 1467 * @mipmap: mipmap's bo structure
1470 * the texture and mipmap bo object are big enough to cover this resource.
1474 struct radeon_bo *mipmap,
1605 /* using get ib will give us the offset into the mipmap bo */
1606 if ((mipmap_size + word3) > radeon_bo_size(mipmap)) {
1607 /*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 in function:r600_packet3_check
1983 mipmap = reloc->robj;
1985 texture, mipmap,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_types.h 1620 * is a surface ID as well as face/mipmap indices.
1627 uint32 mipmap; member in struct:SVGA3dSurfaceImageId

Completed in 17 milliseconds