Lines Matching defs:format
28 #include "util/format/u_format.h"
280 is_astc(enum isl_format format)
282 return format != ISL_FORMAT_UNSUPPORTED &&
283 isl_format_get_layout(format)->txc == ISL_TXC_ASTC;
296 * different format associate with it. It will not properly cache
336 pipe_format_for_aspect(enum pipe_format format, unsigned pipe_mask)
339 return util_format_stencil_only(format);
341 return util_format_get_depth_only(format);
343 return format;
361 * also perform format conversion, scaling, flipping, and so on.
441 if (util_format_is_depth_or_stencil(info->src.format) ||
442 util_format_is_pure_integer(info->src.format)) {
489 pipe_format_for_aspect(info->src.format, aspect);
491 pipe_format_for_aspect(info->dst.format, aspect);
526 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
553 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
584 res->surf.format,
588 res->surf.format);
602 /* blorp_copy may reinterpret the surface format and has limited support
612 * format. Although it could avoid more resolves, we don't use
613 * isl_color_value_is_zero because the surface format used by
615 * original format (e.g. A8_UNORM/R8_UINT).
676 tex_cache_flush_hack(batch, ISL_FORMAT_UNSUPPORTED, src_res->surf.format);
746 tex_cache_flush_hack(batch, ISL_FORMAT_UNSUPPORTED, src_res->surf.format);
770 if (util_format_is_depth_and_stencil(p_dst->format) &&
771 util_format_has_stencil(util_format_description(p_src->format))) {