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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlog.h57 #define mesa_logd(fmt, ...) mesa_log(MESA_LOG_DEBUG, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
59 #define mesa_logd(fmt, ...) __mesa_log_use_args((fmt), ##__VA_ARGS__) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c154 mesa_logd("vsc: prim_strm_bits=%d, draw_strm_bits=%d, nb=%u, ic=%u, c=%u, pc=%u (%s)",
H A Dfd6_query.c293 mesa_logd(" counter\t\tstart\t\t\tstop\t\t\tdiff");
296 mesa_logd(" RBBM_PRIMCTR_%d\t0x%016" PRIx64 "\t0x%016" PRIx64 "\t%" PRIi64
302 mesa_logd(" so counts");
304 mesa_logd(" CHANNEL %d emitted\t0x%016" PRIx64 "\t0x%016" PRIx64
308 mesa_logd(" CHANNEL %d generated\t0x%016" PRIx64 "\t0x%016" PRIx64
314 mesa_logd("generated %" PRIu64 ", emitted %" PRIu64, ps->result.generated,
H A Dfd6_gmem.c399 mesa_logd("pre-resize VSC_DRAW_STRM_PITCH to: 0x%x",
408 mesa_logd("pre-resize VSC_PRIM_STRM_PITCH to: 0x%x",
534 mesa_logd("resized VSC_DRAW_STRM_PITCH to: 0x%x",
549 mesa_logd("resized VSC_PRIM_STRM_PITCH to: 0x%x",
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_context.h39 mesa_logd("%s:%d: " fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_sanitize_gpu.c183 mesa_logd("Unable to map buffer %d for pad checking.", handle);
229 mesa_logd("Unable to map buffer %d for pad creation.\n", create->handle);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_log.c116 mesa_logd("%s: %s", message_idname, message);
H A Dvk_render_pass.c107 mesa_logd("%s: ignored VkStructureType %u\n", __func__, ext->sType);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_android.c758 mesa_logd("%s: format=%d, usage=0x%x", __func__, format, imageUsage);
801 mesa_logd("%s: format=%d, usage=0x%x", __func__, format, imageUsage);
H A Danv_private.h383 mesa_logd("%s: ignored VkStructureType %u\n", __func__, (sType))
H A DgenX_cmd_buffer.c2062 mesa_logd("L3 config transition: ");
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_priv.h348 mesa_logd("%s:%d: " fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c442 mesa_logd("%s: format=%d, usage=0x%x", __func__, format, imageUsage);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst2076 - freedreno: Move some driver debug printfs to mesa_logd.

Completed in 35 milliseconds