Searched refs:buf_props (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c369 struct vn_android_gralloc_buffer_properties buf_props; local in function:vn_android_get_image_builder
372 if (!vn_android_get_gralloc_buffer_properties(handle, &buf_props))
376 dev, create_info->format, buf_props.modifier, alloc, &mod_props);
382 out_builder->layouts[i].offset = buf_props.offset[i];
383 out_builder->layouts[i].rowPitch = buf_props.stride[i];
389 .drmFormatModifier = buf_props.modifier,
713 struct vn_android_gralloc_buffer_properties buf_props; local in function:vn_android_get_ahb_format_properties
733 AHardwareBuffer_getNativeHandle(ahb), &buf_props))
741 format = vn_android_drm_format_to_vk_format(buf_props.drm_fourcc);
744 buf_props
875 struct vn_android_gralloc_buffer_properties buf_props; local in function:vn_android_get_drm_format_modifier_info
[all...]

Completed in 6 milliseconds