Lines Matching refs:displayable
180 * non-displayable DCC surfaces just because num_render_backends = 1 */
811 /* With modifiers the kernel is in charge of whether it is displayable.
1152 AddrSurfInfoIn.tileIndex = 10; /* 2D displayable */
1154 AddrSurfInfoIn.tileIndex = 14; /* 2D non-displayable */
1900 /* Compute displayable DCC. */
1903 /* Compute displayable DCC info. */
2266 /* Query whether the surface is displayable. */
2268 BOOL_32 displayable = false;
2271 surf->bpe * 8, &displayable);
2280 /* Don't set is_displayable if displayable DCC is missing. */
2282 displayable = false;
2284 surf->is_displayable = displayable;
2286 /* Validate that we allocated a displayable surface if requested. */
2423 /* dcc_size is computed on GFX9+ only if it's displayable. */
2425 /* It's better when displayable DCC is immediately after
2431 /* Add space for the displayable DCC buffer. */
2670 /* If DCC is unaligned, this can only be a displayable image. */