Home
last modified time | relevance | path

Searched refs:RADEON_SURF_IMPORTED (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h80 #define RADEON_SURF_IMPORTED (1ull << 24) macro
Dac_surface.c2236 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c285 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()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c357 if (!(flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) { in radeon_winsys_surface_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c245 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in r600_init_surface()