Lines Matching defs:drm_virtgpu_resource_create
109 struct drm_virtgpu_resource_create { struct
110 __u32 target;
111 __u32 format;
112 __u32 bind;
113 __u32 width;
114 __u32 height;
115 __u32 depth;
116 __u32 array_size;
117 __u32 last_level;
118 __u32 nr_samples;
119 __u32 flags;
120 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
121 __u32 res_handle; /* returned by kernel */
122 __u32 size; /* validate transfer in the host */
123 __u32 stride; /* validate transfer in the host */