Lines Matching defs:displayable
181 * non-displayable DCC surfaces just because num_render_backends = 1 */
440 * 1. The best chip-specific modifiers with DCC, potentially non-displayable.
441 * 2. Chip-specific displayable modifiers with DCC.
442 * 3. Chip-specific displayable modifiers without DCC.
447 /* Add the best non-displayable modifier first. */
451 /* Add other displayable DCC settings. (DCC_RETILE implies displayable on all chips) */
455 /* Add one without DCC that is displayable (it's also optimal for non-displayable cases). */
872 /* With modifiers the kernel is in charge of whether it is displayable.
1214 AddrSurfInfoIn.tileIndex = 10; /* 2D displayable */
1216 AddrSurfInfoIn.tileIndex = 14; /* 2D non-displayable */
1990 /* Compute displayable DCC. */
1993 /* Compute displayable DCC info. */
2368 /* Query whether the surface is displayable. */
2370 BOOL_32 displayable = false;
2373 surf->bpe * 8, &displayable);
2382 /* Don't set is_displayable if displayable DCC is missing. */
2384 displayable = false;
2386 surf->is_displayable = displayable;
2388 /* Validate that we allocated a displayable surface if requested. */
2530 /* dcc_size is computed on GFX9+ only if it's displayable. */
2532 /* It's better when displayable DCC is immediately after
2538 /* Add space for the displayable DCC buffer. */
2777 /* If DCC is unaligned, this can only be a displayable image. */