Lines Matching defs:format
93 #include "util/format/u_format.h"
891 .format = PIPE_FORMAT_R8_UNORM,
2275 /* We may need to swizzle the border color for format faking.
2340 enum isl_format format,
2346 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
2347 const unsigned cpp = format == ISL_FORMAT_RAW ? 1 : fmtl->bpb / 8;
2372 .format = format,
2549 if (util_format_is_depth_or_stencil(tmpl->format)) {
2552 util_format_description(tmpl->format);
2568 iris_format_for_usage(devinfo, tmpl->format, usage);
2573 .format = fmt.fmt,
2588 !isl_format_supports_ccs_e(devinfo, isv->view.format)) {
2624 isv->view.format, isv->view.swizzle,
2660 else if (util_format_is_depth_or_stencil(tmpl->format))
2666 iris_format_for_usage(devinfo, tmpl->format, usage);
2687 .format = fmt.fmt,
2699 .format = fmt.fmt,
2745 if (isl_format_is_compressed(res->surf.format)) {
2746 /* The resource has a compressed format, which is not renderable, but we
2747 * have a renderable view format. We must be attempting to upload
2774 psurf->format = tmpl->format;
2794 !isl_format_supports_ccs_e(devinfo, view->format)) {
2896 .format = isl_fmt,
2930 img->format, img->u.buf.size);
3312 view.format = zres->surf.format;
3329 view.format = stencil_res->surf.format;
5006 iris_resource_texture_aux_usage(ice, isv->res, isv->view.format);
5755 const bool is_d16_1x_msaa = surf->format == ISL_FORMAT_R16_UNORM &&
5772 * format. Do a depth flush and stall so the pipeline is not using these