Lines Matching defs:fmt
293 enum pipe_format fmt)
318 if (!panfrost_format_supports_afbc(dev, fmt))
370 enum pipe_format fmt)
398 enum pipe_format fmt)
404 if (panfrost_should_afbc(dev, pres, fmt)) {
416 } else if (panfrost_should_tile(dev, pres, fmt))
444 uint64_t modifier, enum pipe_format fmt)
447 modifier : panfrost_best_modifier(dev, pres, fmt);
463 if (fmt == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT)
464 fmt = PIPE_FORMAT_Z32_FLOAT;
468 .format = fmt,
827 pan_blit_format(enum pipe_format fmt)
830 desc = util_format_description(fmt);
835 fmt = PIPE_FORMAT_R8G8B8A8_UNORM;
837 return fmt;