Searched defs:anv_image (Results 1 – 2 of 2) sorted by relevance
3514 struct anv_image { struct3515 struct vk_image vk;3517 uint32_t n_planes;3543 * anv_image_memory_binding. After vkCreateImage, each binding is valid if argument3551 struct anv_image_binding { argument3559 * For each foo, anv_image::planes[x].surface is valid if and only if argument3569 struct anv_image_plane { argument3610 anv_image_is_externally_shared(const struct anv_image *image) in anv_image_is_externally_shared() argument
462 struct anv_image *anv_image, in copy_buffer_to_image()