Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c938 bool allow_ubwc = drm_find_modifier(DRM_FORMAT_MOD_INVALID, modifiers, count); in fd_resource_allocate_and_resolve() local
940 allow_ubwc = drm_find_modifier(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count); in fd_resource_allocate_and_resolve()
941 if (!allow_ubwc) { in fd_resource_allocate_and_resolve()
946 allow_ubwc &= !(fd_mesa_debug & FD_DBG_NOUBWC); in fd_resource_allocate_and_resolve()
964 rsc->layout.ubwc = rsc->layout.tile_mode && is_a6xx(screen) && allow_ubwc; in fd_resource_allocate_and_resolve()