Searched refs:perf_debug_ctx (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 131 #define perf_debug_ctx(ctx, ...) \ macro 137 #define perf_debug(...) perf_debug_ctx(NULL, __VA_ARGS__) 148 perf_debug_ctx(ctx, fmt " (%.03f ms)", ##__VA_ARGS__, \
|
H A 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()
|
H A D | freedreno_resource.c | 847 perf_debug_ctx(ctx, "wc readback: prsc=%p, level=%u, usage=%x, box=%dx%d+%d,%d",
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_resource.c | 178 perf_debug_ctx(ctx, in fd6_validate_format() 192 perf_debug_ctx(ctx, in fd6_validate_format()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.h | 139 #define perf_debug_ctx(ctx, ...) \ macro
|
H A D | pan_job.c | 225 perf_debug_ctx(ctx, "Flushing the current FBO due to: %s", reason); in panfrost_get_fresh_batch_for_fbo() 871 perf_debug_ctx(ctx, "Flushing everything due to: %s", reason); in panfrost_flush_all_batches() 886 perf_debug_ctx(ctx, "Flushing writer due to: %s", reason); in panfrost_flush_writer() 903 perf_debug_ctx(ctx, "Flushing user due to: %s", reason); in panfrost_flush_batches_accessing_rsrc()
|
H A D | pan_context.c | 999 perf_debug_ctx(ctx, "Implementing conditional rendering on the CPU"); in panfrost_render_condition_check()
|
H A D | pan_resource.c | 1173 perf_debug_ctx(ctx, "Disabling AFBC with a blit. Reason: %s", reason); in pan_resource_modifier_convert()
|
Completed in 13 milliseconds