Searched refs:PRSC_FMT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_resource.c | 179 "%" PRSC_FMT ": demoted to linear+uncompressed due to use as %s", in fd6_validate_format() 193 "%" PRSC_FMT ": demoted to uncompressed due to use as %s", in fd6_validate_format() 278 perf_debug("%" PRSC_FMT in fd6_layout_resource_for_modifier() 285 perf_debug("%" PRSC_FMT in fd6_layout_resource_for_modifier()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 185 perf_time_ctx (ctx, 10000, "%s: a busy \"%" PRSC_FMT "\" BO stalled", func, in __fd_resource_wait() 1069 DBG("%" PRSC_FMT ", modifier=%" PRIx64, PRSC_ARGS(prsc), handle->modifier); in fd_resource_get_handle() 1170 perf_debug("%" PRSC_FMT ": forcing linear: bind flags", in get_best_layout() 1180 perf_debug("%" PRSC_FMT in get_best_layout() 1192 perf_debug("%" PRSC_FMT in get_best_layout() 1213 perf_debug("%" PRSC_FMT ": need linear but not in modifier set", in get_best_layout() 1218 perf_debug("%" PRSC_FMT ": not using tiling: explicit modifiers and no UBWC", in get_best_layout() 1252 DBG("%" PRSC_FMT, PRSC_ARGS(prsc)); in fd_resource_allocate_and_resolve() 1394 DBG("%" PRSC_FMT ", modifier=%" PRIx64, PRSC_ARGS(prsc), handle->modifier); in fd_resource_from_handle()
|
D | freedreno_blitter.c | 362 perf_debug_ctx(ctx, "copy_region falls back to sw for {%"PRSC_FMT"} to {%"PRSC_FMT"}", in fd_resource_copy_region()
|
D | freedreno_resource.h | 40 #define PRSC_FMT \ macro
|