Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.h73 #define RADEON_SURF_IMPORTED (1 << 24) macro
Dac_surface.c1921 if (surf->flags & RADEON_SURF_IMPORTED || in gfx9_compute_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c303 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()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c361 if (!(flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) { in radeon_winsys_surface_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c245 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in r600_init_surface()