Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h90 #define RADEON_SURF_PRT (1ull << 32) macro
Dac_surface.c1060 if (surf->flags & RADEON_SURF_PRT) in gfx6_compute_surface()
1066 if (surf->flags & RADEON_SURF_PRT) in gfx6_compute_surface()
1114 AddrSurfInfoIn.flags.prt = (surf->flags & RADEON_SURF_PRT) != 0; in gfx6_compute_surface()
2198 AddrSurfInfoIn.flags.prt = (surf->flags & RADEON_SURF_PRT) != 0; in gfx9_compute_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c308 RADEON_SURF_PRT | in si_init_surface()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c647 RADEON_SURF_PRT | RADEON_SURF_NO_FMASK | RADEON_SURF_NO_HTILE | RADEON_SURF_DISABLE_DCC; in radv_get_surface_flags()