Lines Matching defs:format
41 #include "util/format/u_format.h"
193 enum pipe_format format,
197 if (util_format_is_compressed(format) ||
198 util_format_is_depth_or_stencil(format) ||
199 util_format_get_blocksizebits(format) > 64)
209 if (info->gfx_level < GFX9 && util_format_get_num_planes(format) > 1)
233 if (util_format_get_num_planes(format) > 1)
251 enum pipe_format format,
258 if (ac_is_modifier_supported(info, options, format, (name))) { \
299 if (util_format_get_blocksizebits(format) == 32) {
384 if (util_format_get_blocksizebits(format) != 32) {
1075 /* The format must be set correctly for the allocation of compressed
1081 AddrSurfInfoIn.format = ADDR_FMT_BC1;
1084 AddrSurfInfoIn.format = ADDR_FMT_BC3;
1429 sin.format = in->format;
1460 * created is consistent with the format properties returned in Vulkan
1871 xin.format = in->format;
2066 xin.format = in->format;
2146 /* The format must be set correctly for the allocation of compressed
2151 AddrSurfInfoIn.format = ADDR_FMT_BC1;
2154 AddrSurfInfoIn.format = ADDR_FMT_BC3;
2163 AddrSurfInfoIn.format = ADDR_FMT_8;
2167 AddrSurfInfoIn.format = ADDR_FMT_16;
2171 AddrSurfInfoIn.format = ADDR_FMT_32;
2175 AddrSurfInfoIn.format = ADDR_FMT_32_32;
2179 AddrSurfInfoIn.format = ADDR_FMT_32_32_32;
2183 AddrSurfInfoIn.format = ADDR_FMT_32_32_32_32;
2351 AddrSurfInfoIn.format = ADDR_FMT_8;
2835 /* Metadata image format format version 1:
2836 * [0] = 1 (metadata format identifier)
2845 metadata[0] = 1; /* metadata image format version 1 */