Lines Matching defs:image
244 * - image format query
266 /* For AHB image prop query and creation, venus overrides the tiling to
274 * image format that venus supports.
478 /* Android image builder is only used by ANB or AHB. For ANB, Android
542 /* image builder struct persists through the image creation call */
577 VkImage image = VK_NULL_HANDLE;
614 image = vn_image_to_handle(img);
683 .image = image,
694 /* Android WSI image owns the memory */
702 if (image != VK_NULL_HANDLE)
703 vn_DestroyImage(device, image, alloc);
711 UNUSED VkImage image,
803 VkImage image,
950 * numerical range, or chroma offsets of the image contents, so the values
1067 * to allocate an ahb to retrieve the drm format modifier. For the image
1161 /* If ahb is for an image, finish the deferred image creation first */
1162 if (dedicated_info && dedicated_info->image != VK_NULL_HANDLE) {
1163 struct vn_image *img = vn_image_from_handle(dedicated_info->image);
1205 * mappable size smaller than the size returned from image memory
1280 if (dedicated_info && dedicated_info->image != VK_NULL_HANDLE) {
1282 &vn_image_from_handle(dedicated_info->image)->deferred_info->create;