Searched defs:v3dv_format (Results 1 – 2 of 2) sorted by relevance
129 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() local284 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format); in v3dv_GetPhysicalDeviceFormatProperties2() local370 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format); in get_image_format_properties() local
549 struct v3dv_format { struct550 bool supported;553 uint8_t rt_type;556 uint8_t tex_type;586 bool v3dv_format_swizzle_needs_rb_swap(const uint8_t *swizzle); argument592 const struct v3dv_format *format; argument