Home
last modified time | relevance | path

Searched refs:RADEON_SURF_SHAREABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h82 #define RADEON_SURF_SHAREABLE (1ull << 26) macro
Dac_surface.c928 !(surf->flags & (RADEON_SURF_Z_OR_SBUFFER | RADEON_SURF_SHAREABLE)) && in gfx6_surface_settings()
1340 if (config->info.fmask_surf_index && !(surf->flags & RADEON_SURF_SHAREABLE)) { in gfx6_compute_surface()
1860 !(surf->flags & RADEON_SURF_SHAREABLE) && !in->flags.display) { in gfx9_compute_miptree()
2054 !(surf->flags & RADEON_SURF_SHAREABLE)) { in gfx9_compute_miptree()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c243 flags |= RADEON_SURF_SHAREABLE; in r600_init_surface()
245 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in r600_init_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c283 flags |= RADEON_SURF_SHAREABLE; in si_init_surface()
285 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE; in si_init_surface()