Searched refs:is_displayable (Results 1 – 8 of 8) sorted by relevance
205 unsigned is_displayable : 1; member
1210 surf->is_displayable = surf->is_linear || surf->micro_tile_mode == RADEON_MICRO_MODE_DISPLAY || in gfx6_compute_surface()1996 surf->is_displayable = displayable; in gfx9_compute_surface()1999 assert(!AddrSurfInfoIn.flags.display || surf->is_displayable); in gfx9_compute_surface()2135 if (surf->is_displayable) in ac_compute_surface()2376 assert(surf->is_displayable); in ac_surface_set_umd_metadata()
151 - ac/surface: set SCANOUT if surf->is_displayable
220 - winsys/radeon: Compute is_displayable in surf_drm_to_winsys
3309 - ac/surface: don't set is_displayable if displayable DCC is missing3725 - ac/surface: set SCANOUT if surf->is_displayable
3172 is_displayable
218 surf_ws->is_displayable = surf_ws->is_linear || in surf_drm_to_winsys()
587 return tex->surface.is_displayable && tex->surface.dcc_offset; in si_has_displayable_dcc()2321 if (bind & PIPE_BIND_SCANOUT && !tex->surface.is_displayable) in si_check_resource_capability()