HomeSort by relevance Sort by last modified time
    Searched refs:util_format_short_name (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_describe.c 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);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
u_format.h 410 util_format_short_name(enum pipe_format format) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 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);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
u_format.h 410 util_format_short_name(enum pipe_format format) function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_inlines.h 420 util_format_short_name(format), __FUNCTION__, __LINE__);
r300_texture_desc.c 229 util_format_short_name(base->format));
474 util_format_short_name(tex->b.b.format));
r300_state.c 809 util_format_short_name(surf->format),
814 tex->last_level, util_format_short_name(surf->format));
    [all...]
r300_state_derived.c 159 vs_output_tab[i], util_format_short_name(format));
165 util_format_short_name(format));
    [all...]
r300_blit.c 509 util_format_short_name(dst_templ.format));
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 420 util_format_short_name(format), __FUNCTION__, __LINE__);
r300_texture_desc.c 229 util_format_short_name(base->format));
474 util_format_short_name(tex->b.b.format));
r300_state.c 809 util_format_short_name(surf->format),
814 tex->last_level, util_format_short_name(surf->format));
    [all...]
r300_state_derived.c 159 vs_output_tab[i], util_format_short_name(format));
165 util_format_short_name(format));
    [all...]
r300_blit.c 509 util_format_short_name(dst_templ.format));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 759 util_format_short_name(src->format), blocksize);
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 759 util_format_short_name(src->format), blocksize);

Completed in 87 milliseconds