Lines Matching defs:info
51 /* get gralloc module for gralloc buffer info query */
119 struct cros_gralloc0_buffer_info info;
121 &info) != 0) {
126 if (info.modifier == DRM_FORMAT_MOD_INVALID) {
131 out_props->drm_fourcc = info.drm_fourcc;
133 out_props->stride[i] = info.stride[i];
134 out_props->offset[i] = info.offset[i];
141 if (info.drm_fourcc == DRM_FORMAT_YVU420) {
142 out_props->stride[1] = info.stride[2];
143 out_props->offset[1] = info.offset[2];
144 out_props->stride[2] = info.stride[1];
145 out_props->offset[2] = info.offset[1];
148 out_props->modifier = info.modifier;
572 * needs host storage info which can be queried from cros gralloc.
764 const VkImportSemaphoreFdInfoKHR info = {
772 result = vn_ImportSemaphoreFdKHR(device, &info);
778 const VkImportFenceFdInfoKHR info = {
786 result = vn_ImportFenceFdKHR(device, &info);
1235 /* Spec requires AHB export info to be present, so we must strip it. In
1236 * practice, the AHB import path here only needs the main allocation info