Lines Matching refs:format
39 #include "util/format/u_format.h"
58 enum pipe_format format,
78 DBG("%s target %d format %s last_level %d\n", __func__,
79 (int) target, util_format_name(format), last_level);
81 assert(format);
82 assert(screen->is_format_supported(screen, format, target, 0, 0,
87 pt.format = format;
217 /* Check if this image's format matches the established texture's format.
219 if (st_mesa_format_to_pipe_format(st, image->TexFormat) != pt->format)
413 enum pipe_format format;
416 /* find an RGBA texture format */
417 format = st_choose_format(st, GL_RGBA, GL_NONE, GL_NONE,
422 pt = st_texture_create(st, PIPE_TEXTURE_2D, format, 0,