Lines Matching defs:drm_virtgpu_resource_create
94 struct drm_virtgpu_resource_create { struct
95 __u32 target;
96 __u32 format;
97 __u32 bind;
98 __u32 width;
99 __u32 height;
100 __u32 depth;
101 __u32 array_size;
102 __u32 last_level;
103 __u32 nr_samples;
104 __u32 flags;
105 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
106 __u32 res_handle; /* returned by kernel */
107 __u32 size; /* validate transfer in the host */
108 __u32 stride; /* validate transfer in the host */