Lines Matching refs:buf_props
473 struct vn_android_gralloc_buffer_properties buf_props;
488 if (!vn_android_gralloc_get_buffer_properties(handle, &buf_props))
492 dev, create_info->format, buf_props.modifier, alloc, &mod_props);
503 out_builder->layouts[i].offset = buf_props.offset[i];
504 out_builder->layouts[i].rowPitch = buf_props.stride[i];
510 .drmFormatModifier = buf_props.modifier,
899 struct vn_android_gralloc_buffer_properties buf_props;
919 AHardwareBuffer_getNativeHandle(ahb), &buf_props))
927 format = vn_android_drm_format_to_vk_format(buf_props.drm_fourcc);
930 buf_props.drm_fourcc, desc.format);
935 dev, format, buf_props.modifier, &dev->base.base.alloc, &mod_props);
955 const bool is_yuv = vn_android_drm_format_is_yuv(buf_props.drm_fourcc);
973 .externalFormat = buf_props.drm_fourcc,
1073 struct vn_android_gralloc_buffer_properties buf_props;
1087 AHardwareBuffer_getNativeHandle(ahb), &buf_props)) {
1096 .drmFormatModifier = buf_props.modifier,