Lines Matching refs:format
27 #include "util/format/u_format.h"
303 enum virgl_formats pipe_to_virgl_format(enum pipe_format format)
305 enum virgl_formats vformat = virgl_formats_conv_table[format];
306 if (format != PIPE_FORMAT_NONE && !vformat)
307 debug_printf("VIRGL: pipe format %s not in the format table\n", util_format_name(format));
641 const struct util_format_description *desc = util_format_description(res->b.format);
649 * the memory and applying the correct format to the clear call.
808 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(templat->format));
987 unsigned elem_size = util_format_get_blocksize(state->format);
990 uint32_t dword_fmt_target = pipe_to_virgl_format(state->format);
1192 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(blit->dst.format));
1202 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(blit->src.format));
1404 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(images[i].format));