Lines Matching defs:format
24 #include "util/format/u_format.h"
274 image_format_to_fourcc(int format)
278 switch (format) {
301 unsigned int format,
327 image_format_to_fourcc(format),
344 unsigned int format,
368 image_format_to_fourcc(format),
420 int format = get_dri_format(pf);
449 dri3_create_image_from_buffers(conn, bps_reply, format,
469 cdraw->image = dri3_create_image(conn, bp_reply, format,
601 enum pipe_format format;
604 dri_drawable_get_format(drawable, statts[i], &format, &bind);
613 if (format == PIPE_FORMAT_NONE)
616 templ.format = format;
633 drawable->textures[statts[i]] = kopper_get_pixmap_buffer(cdraw, format);
812 int cpp = util_format_get_blocksize(res->format);