Searched refs:RADEON_SURF_IMPORTED (Results 1 – 5 of 5) sorted by relevance
80 #define RADEON_SURF_IMPORTED (1ull << 24) macro
2236 if (!(surf->flags & RADEON_SURF_IMPORTED)) { in gfx9_compute_surface()2263 if (!(surf->flags & RADEON_SURF_IMPORTED) && in gfx9_compute_surface()2299 if (surf->flags & RADEON_SURF_IMPORTED || in gfx9_compute_surface()
285 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in si_init_surface()1032 } else if (!(surface->flags & RADEON_SURF_IMPORTED)) { in si_texture_create_object()1077 if (!(surface->flags & RADEON_SURF_IMPORTED) && !tex->is_depth && tex->surface.meta_offset) { in si_texture_create_object()1130 if (tex->surface.display_dcc_offset && !(surface->flags & RADEON_SURF_IMPORTED)) { in si_texture_create_object()1797 return !tex->buffer.b.is_shared && !(tex->surface.flags & RADEON_SURF_IMPORTED) && in si_can_invalidate_texture()
357 if (!(flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) { in radeon_winsys_surface_init()
245 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in r600_init_surface()