Home
last modified time | relevance | path

Searched defs:v3dv_format (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c129 const struct v3dv_format *v3dv_format, in image_format_features()
212 buffer_format_features(VkFormat vk_format, const struct v3dv_format *v3dv_format) in buffer_format_features()
263 const struct v3dv_format *v3dv_format = v3dv_X(device, get_format)(vk_format); in v3dv_buffer_format_supports_features() local
284 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format); in v3dv_GetPhysicalDeviceFormatProperties2() local
370 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format); in get_image_format_properties() local
Dv3dv_private.h549 struct v3dv_format { struct
550 bool supported;
553 uint8_t rt_type;
556 uint8_t tex_type;
586 bool v3dv_format_swizzle_needs_rb_swap(const uint8_t *swizzle); argument
592 const struct v3dv_format *format; argument