Searched defs:drm_etnaviv_gem_submit (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/etnaviv/ |
D | etnaviv_drm.h | 197 struct drm_etnaviv_gem_submit { struct 198 __u32 fence; /* out */ 199 __u32 pipe; /* in */ 200 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ 201 __u32 nr_bos; /* in, number of submit_bo's */ 202 __u32 nr_relocs; /* in, number of submit_reloc's */ 203 __u32 stream_size; /* in, cmdstream size */ 204 __u64 bos; /* in, ptr to array of submit_bo's */ 205 __u64 relocs; /* in, ptr to array of submit_reloc's */ 206 __u64 stream; /* in, ptr to cmdstream */ [all …]
|
/third_party/mesa3d/include/drm-uapi/ |
D | etnaviv_drm.h | 197 struct drm_etnaviv_gem_submit { struct 198 __u32 fence; /* out */ 199 __u32 pipe; /* in */ 200 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */ 201 __u32 nr_bos; /* in, number of submit_bo's */ 202 __u32 nr_relocs; /* in, number of submit_reloc's */ 203 __u32 stream_size; /* in, cmdstream size */ 204 __u64 bos; /* in, ptr to array of submit_bo's */ 205 __u64 relocs; /* in, ptr to array of submit_reloc's */ 206 __u64 stream; /* in, ptr to cmdstream */ [all …]
|