Searched refs:util_sprintf (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_describe.c | 44 … util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0)); in debug_describe_resource() 47 …util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), pt… in debug_describe_resource() 50 …util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name… in debug_describe_resource() 53 …util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name… in debug_describe_resource() 56 …util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_n… in debug_describe_resource() 59 …util_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() 72 …util_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 …]
|
D | u_string.h | 106 util_sprintf(char *str, const char *format, ...) in util_sprintf() function 209 #define util_sprintf sprintf
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.c | 51 util_sprintf(buf, "svga_sampler_view<%s,[%u,%u]>", in svga_debug_describe_sampler_view()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 253 util_sprintf(tmp_text, "%s" in pp_jimenezmlaa_init_run()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.c | 225 util_sprintf(buf, "fd_batch<%u>", batch->seqno); in __fd_batch_describe()
|