Lines Matching defs:compressed
147 * The same limitations apply to SDMA compressed stores because
572 bool compressed, ADDR_COMPUTE_SURFACE_INFO_INPUT *AddrSurfInfoIn,
623 /* Convert blocks to pixels for compressed formats. */
624 if (compressed)
963 bool compressed;
982 compressed = surf->blk_w == 4 && surf->blk_h == 4;
1013 /* The format must be set correctly for the allocation of compressed
1016 if (compressed) {
1070 !compressed &&
1174 r = gfx6_compute_level(addrlib, config, surf, false, level, compressed, &AddrSurfInfoIn,
1213 r = gfx6_compute_level(addrlib, config, surf, true, level, compressed, &AddrSurfInfoIn,
1306 /* The smallest miplevels that are never compressed by DCC
1628 bool compressed, ADDR2_COMPUTE_SURFACE_INFO_INPUT *in)
1689 if (!compressed && surf->blk_w > 1 && out.pitch == out.pixelPitch &&
1804 if (info->has_graphics && !(surf->flags & RADEON_SURF_DISABLE_DCC) && !compressed &&
2036 bool compressed;
2042 compressed = surf->blk_w == 4 && surf->blk_h == 4;
2044 /* The format must be set correctly for the allocation of compressed
2046 if (compressed) {
2215 assert(!compressed);
2240 r = gfx9_compute_miptree(addrlib, info, config, surf, compressed, &AddrSurfInfoIn);
2259 r = gfx9_compute_miptree(addrlib, info, config, surf, compressed, &AddrSurfInfoIn);
2300 if (info->has_graphics && !compressed && !config->is_3d && config->info.levels == 1 &&