Lines Matching defs:format
39 * byte-per-pixel format like RGBA8888, that means that rows are 16*4=64 byte
60 * explicitly does not and can not know the format of the data contained within
70 * available by using a canonical internal format. Given a PIPE format, find
71 * the canonical AFBC internal format if it exists, or NONE if the format
75 panfrost_afbc_format(unsigned arch, enum pipe_format format)
78 switch (format) {
95 switch (format) {
126 /* A format may be compressed as AFBC if it has an AFBC internal format */
129 panfrost_format_supports_afbc(const struct panfrost_device *dev, enum pipe_format format)
131 return panfrost_afbc_format(dev->arch, format) != PIPE_FORMAT_NONE;
137 panfrost_afbc_can_ytr(enum pipe_format format)
140 util_format_description(format);