| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_describe.c | 44 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 D | u_string.h | 69 #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 D | u_string.h | 108 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 D | vmw_msg.c | 445 util_sprintf(msg, "log %s", log);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_sampler_view.c | 51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_mlaa.c | 232 util_sprintf(tmp_text, "%s"
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 280 util_sprintf(buf, "fd_batch<%u>", batch->seqno);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 55 util_sprintf(buf, "vc4_bo<%s,%u,%u>", ptr->name ? ptr->name : "?",
|