/external/mesa3d/src/asahi/vulkan/ |
D | hk_event.c | 95 perf_debug(dev, "Set event"); in hk_CmdSetEvent2() 109 perf_debug(dev, "Reset event"); in hk_CmdResetEvent2() 123 perf_debug(dev, "Wait events"); in hk_CmdWaitEvents2()
|
D | hk_query_pool.c | 74 perf_debug(dev, "Flushing for timestamp copy"); in hk_flush_if_timestamp() 262 perf_debug(dev, "Queued writes"); in hk_dispatch_imm_writes() 307 perf_debug(dev, "Queued write"); in hk_queue_write() 386 perf_debug(dev, "Reset query pool"); in hk_CmdResetQueryPool() 419 perf_debug(dev, "Splitting for compute timestamp"); in hk_CmdWriteTimestamp2() 524 perf_debug(dev, "Query ending, type %u", pool->vk.query_type); in hk_cmd_begin_end_query() 566 perf_debug(dev, "Multiview query zeroing"); in hk_CmdEndQueryIndexedEXT() 686 perf_debug(dev, "Query pool copy"); in hk_CmdCopyQueryPoolResults()
|
D | hk_private.h | 47 #define perf_debug(dev, fmt, ...) \ macro
|
D | hk_cmd_draw.c | 357 perf_debug(dev, "STORE_OP_NONE workaround"); in hk_build_bg_eot() 661 perf_debug(dev, "Rendering %ux%ux%u@%u %s%s", render->cr.width, in hk_CmdBeginRendering() 829 perf_debug(dev, "eMRT render pass"); in hk_CmdBeginRendering() 844 perf_debug(dev, "Decompressing in-place"); in hk_CmdBeginRendering() 953 perf_debug(dev, "End rendering"); in hk_CmdEndRendering() 1016 perf_debug(dev, "Resolving render pass, colour store op %u", in hk_CmdEndRendering() 1030 perf_debug(dev, "Allocating heap"); in hk_geometry_state() 1049 perf_debug(dev, "Freeing heap"); in hk_geometry_state() 1370 perf_debug(dev, "Unrolling primitive restart due to GS/XFB"); in hk_draw_without_restart() 1425 perf_debug(dev, "Transform feedbck"); in hk_launch_gs_prerast() [all …]
|
D | hk_cmd_buffer.c | 255 perf_debug(dev, "Begin command buffer"); in hk_BeginCommandBuffer() 271 perf_debug(dev, "End command buffer"); in hk_EndCommandBuffer() 301 perf_debug(dev, "Pipeline barrier"); in hk_CmdPipelineBarrier2() 613 perf_debug(dev, "Reserving %u (%u) bytes of scratch for stage %s", in hk_reserve_scratch()
|
D | hk_cmd_clear.c | 47 perf_debug(dev, "Image clear (%scompressed)", compressed ? "" : "un"); in clear_image()
|
D | hk_cmd_dispatch.c | 103 perf_debug(dev, "CS invocation statistic"); in dispatch()
|
D | hk_queue.c | 443 perf_debug(dev, "Submitting %u control streams (%u command buffers)", in queue_submit() 522 perf_debug( in queue_submit() 543 perf_debug(dev, "%u: Submitting VDM with %u API draws, %u draws", i, in queue_submit()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_lrz.cc | 58 perf_debug(cmd->device, "Disabling LRZ because '%s'", reason); in tu_lrz_disable_reason() 749 perf_debug(cmd->device, "Skipping LRZ due to FS"); in tu6_calculate_lrz_state() 777 perf_debug(cmd->device, "Skipping LRZ due to ALWAYS/NOT_EQUAL"); in tu6_calculate_lrz_state() 820 perf_debug(cmd->device, "Skipping LRZ due to direction change"); in tu6_calculate_lrz_state() 866 perf_debug(cmd->device, "Skipping LRZ due to stencil write"); in tu6_calculate_lrz_state()
|
D | tu_image.cc | 367 perf_debug( in ubwc_possible() 731 perf_debug( in tu_image_init() 744 perf_debug( in tu_image_init() 753 perf_debug( in tu_image_init()
|
D | tu_util.h | 437 #define perf_debug(device, fmt, ...) do { \ macro
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_debug.h | 109 #define perf_debug(...) perf_debug_ctx(NULL, PERF_INFO, __VA_ARGS__) macro
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 185 perf_debug(ctx, "Flushing batch due to seqnum overflow"); in panfrost_get_batch() 243 perf_debug(ctx, "Flushing the current FBO due to: %s", reason); in panfrost_get_fresh_batch_for_fbo() 714 perf_debug(ctx, "Flushing everything due to: %s", reason); in panfrost_flush_all_batches() 735 perf_debug(ctx, "Flushing writer due to: %s", reason); in panfrost_flush_writer() 752 perf_debug(ctx, "Flushing user due to: %s", reason); in panfrost_flush_batches_accessing_rsrc()
|
D | pan_screen.h | 158 #define perf_debug(ctx, ...) \ macro
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_resource.cc | 340 perf_debug("%" PRSC_FMT in fd6_layout_resource_for_modifier() 353 perf_debug("%" PRSC_FMT in fd6_layout_resource_for_modifier()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 46 perf_debug(&ice->dbg, "Integer fast clear not enabled for %s\n", in iris_is_color_fast_clear_compatible() 156 perf_debug(&ice->dbg, "Pitch not 512B-aligned. Slow clearing surface."); in can_fast_clear_color() 239 perf_debug(&ice->dbg, in fast_clear_color() 245 perf_debug(&ice->dbg, in fast_clear_color()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 284 perf_debug("Flushing batch due to HW-2116 workaround " in vc4_hw_2116_workaround() 567 perf_debug("Partial clear of Z+stencil buffer, " in vc4_clear() 588 perf_debug("Flushing rendering to process new clear.\n"); in vc4_clear()
|
D | vc4_context.h | 422 #define perf_debug(...) do { \ macro
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.c | 110 perf_debug("Flushing all jobs for glMemoryBarrier(), could do better"); in v3d_memory_barrier() 360 perf_debug("Implementing conditional rendering on the CPU\n"); in v3d_render_condition_check()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1289 perf_debug("%" PRSC_FMT ": forcing linear: bind flags", in get_best_layout() 1299 perf_debug("%" PRSC_FMT in get_best_layout() 1323 perf_debug("%" PRSC_FMT in get_best_layout() 1337 perf_debug("%" PRSC_FMT ": need linear but not in modifier set", in get_best_layout() 1342 perf_debug("%" PRSC_FMT ": not using tiling: explicit modifiers and no UBWC", in get_best_layout() 1587 …perf_debug("Implementing conditional rendering using a CPU read instaed of HW conditional renderin… in fd_render_condition_check()
|
D | freedreno_util.h | 123 #define perf_debug(...) perf_debug_ctx(NULL, __VA_ARGS__) macro
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 53 #define perf_debug(ctx, ...) do { \ macro
|
/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 46 perf_debug(&ice->dbg, "Integer fast clear not enabled for %s", in crocus_is_color_fast_clear_compatible() 251 perf_debug(&ice->dbg, in fast_clear_color()
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.2.rst | 126 - i965: Add missing newlines to a few perf_debug messages.
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.h | 915 #define perf_debug(dev, ...) \ macro 922 perf_debug(agx_device((ctx)->base.screen), __VA_ARGS__)
|