Home
last modified time | relevance | path

Searched refs:util_format_short_name (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_describe.c47 …util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), pt… in debug_describe_resource()
50 …f(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->forma… in debug_describe_resource()
53 …f(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->forma… in debug_describe_resource()
56 …uf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->forma… in debug_describe_resource()
59 …ture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->forma… in debug_describe_resource()
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format)); in debug_describe_sampler_view()
Du_format.h410 util_format_short_name(enum pipe_format format) in util_format_short_name() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c229 util_format_short_name(base->format)); in r300_setup_miptree()
474 util_format_short_name(tex->b.b.format)); in r300_tex_print_info()
Dr300_state_inlines.h420 util_format_short_name(format), __FUNCTION__, __LINE__); in r300_translate_vertex_data_swizzle()
Dr300_state.c809 util_format_short_name(surf->format), in r300_print_fb_surf_info()
814 tex->last_level, util_format_short_name(surf->format)); in r300_print_fb_surf_info()
1550 util_format_short_name(templ->format), __func__); in r300_create_sampler_view_custom()
1737 util_format_short_name(format)); in r300_vertex_psc()
Dr300_state_derived.c159 vs_output_tab[i], util_format_short_name(format)); in r300_swtcl_vertex_psc()
165 util_format_short_name(format)); in r300_swtcl_vertex_psc()
Dr300_blit.c509 util_format_short_name(dst_templ.format)); in r300_resource_copy_region()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c759 util_format_short_name(src->format), blocksize); in r600_resource_copy_region()