Lines Matching defs:format
29 enum isl_format format)
36 * - Value of 1 [VALIGN_4] is not supported for format YCRCB_NORMAL
40 * - VALIGN_4 is not supported for surface format R32G32B32_FLOAT.
44 return isl_format_is_yuv(format) ||
45 (format == ISL_FORMAT_R32G32B32_FLOAT && !ISL_DEV_IS_HASWELL(dev));
65 if (!isl_format_supports_multisampling(dev->info, info->format))
106 if (info->samples > 1 && gfx7_format_needs_valign2(dev, info->format))
159 if (info->format == ISL_FORMAT_I24X8_UNORM ||
160 info->format == ISL_FORMAT_L24X8_UNORM ||
161 info->format == ISL_FORMAT_A24X8_UNORM ||
162 info->format == ISL_FORMAT_R24_UNORM_X8_TYPELESS)
241 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS)
280 gfx7_format_needs_valign2(dev, info->format) &&
299 if (ISL_GFX_VER(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
337 assert(info->format != ISL_FORMAT_HIZ);
359 *image_align_el = info->format == ISL_FORMAT_R16_UNORM ?
365 } else if (isl_format_is_compressed(info->format)) {
396 * * Value of 1 is not supported for format YCRCB_NORMAL (0x182),
412 assert(!(require_valign4 && gfx7_format_needs_valign2(dev, info->format)));