Lines Matching defs:image
120 struct radv_image *image = NULL;
196 image = radv_image_from_handle(image_h);
198 radv_image_override_offset_stride(device, image, 0, gralloc_info->stride);
202 .image = image_h,
208 image->owned_memory = memory_h;
318 "The Vulkan loader tried to query shared presentable image support");
519 * numerical range, or chroma offsets of the image contents, so the values
595 * numerical range, or chroma offsets of the image contents, so the values
721 if (mem->image) {
728 result = radv_image_create_layout(device, create_info, NULL, mem->image);
735 if (alloc_size < mem->image->size) {
777 if (dedicated_info && dedicated_info->image) {
778 RADV_FROM_HANDLE(radv_image, image, dedicated_info->image);
779 w = image->info.width;
780 h = image->info.height;
781 layers = image->info.array_size;
782 format = android_format_from_vk(image->vk.format);
783 usage = radv_ahb_usage_from_vk_usage(image->vk.create_flags, image->vk.usage);
829 format support, but there is no easy gralloc query besides just creating an image.