Lines Matching defs:format
32 #include "util/format/u_format.h"
35 #include "util/format/u_format_s3tc.h"
656 * Query format support for creating a texture, drawing surface, etc.
657 * \param format the format to test
662 enum pipe_format format,
672 format_desc = util_format_description(format);
697 format != PIPE_FORMAT_R11G11B10_FLOAT)
707 format != PIPE_FORMAT_R11G11B10_FLOAT)
712 switch (format) {
777 int c = util_format_get_first_non_void_channel(format_desc->format);
786 util_format_is_scaled(format))
790 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
809 format != PIPE_FORMAT_ETC1_RGB8)