Home
last modified time | relevance | path

Searched refs:util_sprintf (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_describe.c44util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0)); in debug_describe_resource()
47util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), pt… in debug_describe_resource()
50util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name… in debug_describe_resource()
53util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name… in debug_describe_resource()
56util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_n… in debug_describe_resource()
59util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_f… in debug_describe_resource()
62 util_sprintf(buf, "pipe_martian_resource<%u>", ptr->target); in debug_describe_resource()
72util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr-… in debug_describe_surface()
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format)); in debug_describe_sampler_view()
88 util_sprintf(buf, "pipe_image_view<%s,%s>", res, in debug_describe_image_view()
[all …]
Du_string.h106 util_sprintf(char *str, const char *format, ...) in util_sprintf() function
209 #define util_sprintf sprintf
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.c51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", in svga_debug_describe_sampler_view()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c253 util_sprintf(tmp_text, "%s" in pp_jimenezmlaa_init_run()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c225 util_sprintf(buf, "fd_batch<%u>", batch->seqno); in __fd_batch_describe()