Lines Matching defs:compressed
148 * The same limitations apply to SDMA compressed stores because
632 bool compressed, ADDR_COMPUTE_SURFACE_INFO_INPUT *AddrSurfInfoIn,
683 /* Convert blocks to pixels for compressed formats. */
684 if (compressed)
1025 bool compressed;
1044 compressed = surf->blk_w == 4 && surf->blk_h == 4;
1075 /* The format must be set correctly for the allocation of compressed
1078 if (compressed) {
1132 !compressed &&
1236 r = gfx6_compute_level(addrlib, config, surf, false, level, compressed, &AddrSurfInfoIn,
1275 r = gfx6_compute_level(addrlib, config, surf, true, level, compressed, &AddrSurfInfoIn,
1368 /* The smallest miplevels that are never compressed by DCC
1710 bool compressed, ADDR2_COMPUTE_SURFACE_INFO_INPUT *in)
1767 if (!compressed && surf->blk_w > 1 && out.pitch == out.pixelPitch &&
1887 use_dcc = info->has_graphics && !(surf->flags & RADEON_SURF_DISABLE_DCC) && !compressed &&
2138 bool compressed;
2144 compressed = surf->blk_w == 4 && surf->blk_h == 4;
2146 /* The format must be set correctly for the allocation of compressed
2148 if (compressed) {
2317 assert(!compressed);
2342 r = gfx9_compute_miptree(addrlib, info, config, surf, compressed, &AddrSurfInfoIn);
2361 r = gfx9_compute_miptree(addrlib, info, config, surf, compressed, &AddrSurfInfoIn);
2402 if (info->has_graphics && !compressed && !config->is_3d && config->info.levels == 1 &&