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