Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c217 /* Zero out the UBWC area on allocation. This fixes intermittent failures in realloc_bo()
218 * with UBWC, which I suspect are due to the HW having a hard time in realloc_bo()
546 * Uncompress an UBWC compressed buffer "in place". This works basically
1054 /* TODO invent a modifier for tiled but not UBWC buffers: */ in fd_resource_modifier()
1146 UBWC, enumerator
1193 ": not using UBWC: not in acceptable modifier set", in get_best_layout()
1199 return UBWC; in get_best_layout()
1205 * TODO we should probably also limit TILED in a similar way to UBWC above, in get_best_layout()
1218 perf_debug("%" PRSC_FMT ": not using tiling: explicit modifiers and no UBWC", in get_best_layout()
1268 if (layout == UBWC) in fd_resource_allocate_and_resolve()
[all...]

Completed in 3 milliseconds