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.h93 struct drm_virtgpu_resource_create { struct
94 __u32 target;
95 __u32 format;
96 __u32 bind;
97 __u32 width;
98 __u32 height;
99 __u32 depth;
100 __u32 array_size;
101 __u32 last_level;
102 __u32 nr_samples;
[all …]