Lines Matching defs:format
378 vk_to_isl_color_with_format(VkClearColorValue color, enum isl_format format)
380 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
431 const char *file, int line, const char *format, ...)
437 #define anv_finishme(format, ...) \
441 mesa_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
450 #define anv_perf_warn(objects_macro, format, ...) \
457 format, ## __VA_ARGS__); \
3396 anv_get_format(VkFormat format);
3401 const struct anv_format *format = anv_get_format(vk_format);
3403 return format != NULL ? format->n_planes : 0;
3520 * Image has multi-planar format and was created with
3799 * format-reinterpretation, a simplified workaround is implemented.
3802 isl_format_get_layout(anv_surf->isl.format)->bpb <= 16) {
3832 enum isl_format format, struct isl_swizzle swizzle,
3874 enum isl_format format, struct isl_swizzle swizzle,
3882 enum isl_format format, struct isl_swizzle swizzle,
3956 * states for vanilla (with the original format) and one which has been
3957 * lowered to a format suitable for reading. This may be a raw surface
3958 * in extreme cases or simply a surface with a different format where we
4027 enum isl_format format,
4038 * also depends on the format's bpp (with extra hacks for RG32), and overlaps.
4040 * Since we don't know the format/bpp, we can't make any of the border colors
4065 const struct anv_format * format;