Home
last modified time | relevance | path

Searched defs:drm_virtgpu_resource_create (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/include/drm/
Dvirtgpu_drm.h82 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;
[all …]
/third_party/mesa3d/include/drm-uapi/
Dvirtgpu_drm.h109 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;
[all …]