Lines Matching refs:format
27 #include "util/format/u_format.h"
32 #include "util/format/u_format_zs.h"
51 "rsc %s %p (format %s), %dx%d buffer @0x%08x-0x%08x\n",
53 util_format_short_name(prsc->format),
78 "rsc %s %p (format %s), %dx%d: "
81 util_format_short_name(prsc->format),
240 enum pipe_format format = prsc->format;
292 u_box_pixels_to_blocks(&ptrans->box, &ptrans->box, format);
548 uint32_t block_width = util_format_get_blockwidth(prsc->format);
549 uint32_t block_height = util_format_get_blockheight(prsc->format);
722 util_format_is_depth_or_stencil(prsc->format)) {
723 rsc->cpp = util_format_get_blocksize(prsc->format);
727 assert(v3d_rt_format_supported(&screen->devinfo, prsc->format));
729 v3d_get_rt_format(&screen->devinfo, prsc->format);
771 (tmpl->format == PIPE_FORMAT_NONE ||
772 util_format_get_blocksize(tmpl->format) == 1));
816 rsc->internal_format = prsc->format;
824 .format = PIPE_FORMAT_RGBA8888_UNORM,
925 rsc->internal_format = prsc->format;
969 util_format_short_name(prsc->format),
1018 .format = shadow->base.format,
1031 .format = orig->base.format,
1033 .mask = util_format_get_mask(orig->base.format),
1062 psurf->format = surf_tmpl->format;
1073 surface->format = v3d_get_rt_format(&screen->devinfo, psurf->format);
1076 util_format_description(psurf->format);
1079 psurf->format != PIPE_FORMAT_B5G6R5_UNORM);
1081 if (util_format_is_depth_or_stencil(psurf->format)) {
1082 switch (psurf->format) {
1096 surface->format,