Searched defs:v3dv_image (Results 1 – 1 of 1) sorted by relevance
684 struct v3dv_image { struct685 struct vk_image vk;687 const struct v3dv_format *format;688 bool tiled;690 uint8_t plane_count;697 uint32_t non_disjoint_size;699 struct {728 struct v3dv_image *shadow; argument