Searched refs:RADEON_SURF_IMPORTED (Results 1 – 5 of 5) sorted by relevance
73 #define RADEON_SURF_IMPORTED (1 << 24) macro
1921 if (surf->flags & RADEON_SURF_IMPORTED || in gfx9_compute_surface()
303 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in si_init_surface()1073 } else if (!(surface->flags & RADEON_SURF_IMPORTED)) { in si_texture_create_object()1109 if (!(surface->flags & RADEON_SURF_IMPORTED) && tex->surface.dcc_offset) { in si_texture_create_object()1158 if (!(surface->flags & RADEON_SURF_IMPORTED)) { in si_texture_create_object()1604 return !tex->buffer.b.is_shared && !(tex->surface.flags & RADEON_SURF_IMPORTED) && in si_can_invalidate_texture()
361 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()