Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.c1830 bool is_color_surface = !(surf->flags & RADEON_SURF_Z_OR_SBUFFER); in gfx9_compute_surface() local
1831 AddrSurfInfoIn.flags.color = is_color_surface && !(surf->flags & RADEON_SURF_NO_RENDER_TARGET); in gfx9_compute_surface()
1835 AddrSurfInfoIn.flags.texture = is_color_surface || surf->flags & RADEON_SURF_TC_COMPATIBLE_HTILE; in gfx9_compute_surface()