Searched refs:RADEON_SURF_IMPORTED (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.h72 #define RADEON_SURF_IMPORTED (1 << 24) macro
H A Dac_surface.c1579 if (surf->flags & RADEON_SURF_IMPORTED) {
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.h80 #define RADEON_SURF_IMPORTED (1ull << 24) macro
H A Dac_surface.c2134 if (!(surf->flags & RADEON_SURF_IMPORTED)) {
2161 if (!(surf->flags & RADEON_SURF_IMPORTED) &&
2197 if (surf->flags & RADEON_SURF_IMPORTED ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c295 if (!(flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c273 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE;
1003 } else if (!(surface->flags & RADEON_SURF_IMPORTED)) {
1043 if (!(surface->flags & RADEON_SURF_IMPORTED) && !tex->is_depth && tex->surface.meta_offset) {
1096 if (tex->surface.display_dcc_offset && !(surface->flags & RADEON_SURF_IMPORTED)) {
1717 return !tex->buffer.b.is_shared && !(tex->surface.flags & RADEON_SURF_IMPORTED) &&
H A Dsi_blit.c1234 sctx->chip_class >= GFX7 && sdst->surface.flags & RADEON_SURF_IMPORTED) {
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c361 if (!(flags & (RADEON_SURF_IMPORTED | RADEON_SURF_FMASK))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c244 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c245 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c306 flags |= RADEON_SURF_IMPORTED | RADEON_SURF_SHAREABLE;

Completed in 24 milliseconds