Lines Matching defs:format

29 #include "util/format/u_format.h"
97 * on the semantics of the pixel format (no pixel format conversions are
98 * involved). In these cases, it is safe to choose any format supported by
114 default: unreachable("unsupported format bit-size"); break;
120 const struct v3dv_format *format = v3dv_X(device, get_format)(vk_format);
121 assert(v3dv_X(device, tfu_supports_tex_format)(format->tex_type));
123 return format;
155 /* Raster format is only supported for 1D textures, so let's just
158 * use raster format since that is what the HW requires.
221 * color format specification.
280 VkFormat format,
284 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format);
287 linear2 = image_format_features(pdevice, format, v3dv_format,
289 optimal2 = image_format_features(pdevice, format, v3dv_format,
291 buffer2 = buffer_format_features(format, v3dv_format);
370 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format);
372 image_format_features(physical_device, info->format, v3dv_format, tiling);
395 * not be be supported for the image format but are supported for at least
396 * one compatible format from which an image view can be created for the
397 * image. This means we should not report the format as unsupported based
415 vk_format_is_depth_or_stencil(info->format)) {
434 * we can't allow sampling if the format is depth/stencil.
437 vk_format_is_depth_or_stencil(info->format)) {
489 vk_format_is_compressed(info->format)) {
548 VkFormat format,
560 .format = format,
601 assert("Unknown DRM format modifier");
651 VkFormat format,