Searched refs:util_format_short_name (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_describe.c | 47 …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()
|
D | u_format.h | 410 util_format_short_name(enum pipe_format format) in util_format_short_name() function
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 229 util_format_short_name(base->format)); in r300_setup_miptree() 474 util_format_short_name(tex->b.b.format)); in r300_tex_print_info()
|
D | r300_state_inlines.h | 420 util_format_short_name(format), __FUNCTION__, __LINE__); in r300_translate_vertex_data_swizzle()
|
D | r300_state.c | 809 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()
|
D | r300_state_derived.c | 159 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()
|
D | r300_blit.c | 509 util_format_short_name(dst_templ.format)); in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 759 util_format_short_name(src->format), blocksize); in r600_resource_copy_region()
|