Lines Matching defs:drm_virtgpu_resource_create
75 struct drm_virtgpu_resource_create { struct
76 __u32 target;
77 __u32 format;
78 __u32 bind;
79 __u32 width;
80 __u32 height;
81 __u32 depth;
82 __u32 array_size;
83 __u32 last_level;
84 __u32 nr_samples;
85 __u32 flags;
86 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */
87 __u32 res_handle; /* returned by kernel */
88 __u32 size; /* validate transfer in the host */
89 __u32 stride; /* validate transfer in the host */