Lines Matching refs:format
28 #include "util/format/u_format.h"
319 * different format associate with it. It will not properly cache
358 pipe_format_for_aspect(enum pipe_format format, unsigned pipe_mask)
361 return util_format_stencil_only(format);
363 return util_format_get_depth_only(format);
365 return format;
374 if (!util_format_has_alpha(dinfo.dst.resource->format))
384 * also perform format conversion, scaling, flipping, and so on.
406 if (!util_format_is_depth_or_stencil(info->src.resource->format) &&
411 if (util_format_is_depth_or_stencil(info->src.resource->format)) {
504 if (util_format_is_depth_or_stencil(info->src.format) ||
505 util_format_is_pure_integer(info->src.format)) {
552 pipe_format_for_aspect(info->src.format, aspect);
554 pipe_format_for_aspect(info->dst.format, aspect);
600 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
628 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format);
704 tex_cache_flush_hack(batch, ISL_FORMAT_UNSUPPORTED, src_res->surf.format);
757 tex_cache_flush_hack(batch, ISL_FORMAT_UNSUPPORTED, src_res->surf.format);
787 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) {
795 if (util_format_is_depth_and_stencil(p_dst->format) &&
796 util_format_has_stencil(util_format_description(p_src->format)) &&