Lines Matching defs:drm_virtgpu_resource_create
86 struct drm_virtgpu_resource_create { struct
87 __u32 target;
88 __u32 format;
89 __u32 bind;
90 __u32 width;
91 __u32 height;
92 __u32 depth;
93 __u32 array_size;
94 __u32 last_level;
95 __u32 nr_samples;
96 __u32 flags;
97 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
98 __u32 res_handle; /* returned by kernel */
99 __u32 size; /* validate transfer in the host */
100 __u32 stride; /* validate transfer in the host */