Searched defs:v3dv_image_view (Results 1 – 1 of 1) sorted by relevance
786 struct v3dv_image_view { struct787 struct vk_image_view vk;789 const struct v3dv_format *format;791 uint8_t view_swizzle[4];793 uint8_t plane_count;794 struct {825 struct v3dv_image_view *shadow; argument