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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_describe.c44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level);
50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format));
56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
62 util_sprintf(buf, "pipe_martian_resource<%u>", ptr->target);
72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
88 util_sprintf(bu
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_string.h69 #define sprintf util_sprintf
72 util_sprintf(char *str, const char *format, ...) function in typeref:typename:void PRINTFLIKE (2,3)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_string.h108 util_sprintf(char *str, const char *format, ...) function in typeref:typename:void PRINTFLIKE (2,3)
215 #define util_sprintf sprintf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c445 util_sprintf(msg, "log %s", log);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>",
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c232 util_sprintf(tmp_text, "%s"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c280 util_sprintf(buf, "fd_batch<%u>", batch->seqno);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c55 util_sprintf(buf, "vc4_bo<%s,%u,%u>", ptr->name ? ptr->name : "?",

Completed in 7 milliseconds