Home
last modified time | relevance | path

Searched defs:drm_etnaviv_gem_submit (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/include/drm-uapi/
Detnaviv_drm.h186 struct drm_etnaviv_gem_submit { struct
187 __u32 fence; /* out */
188 __u32 pipe; /* in */
189 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
190 __u32 nr_bos; /* in, number of submit_bo's */
191 __u32 nr_relocs; /* in, number of submit_reloc's */
192 __u32 stream_size; /* in, cmdstream size */
193 __u64 bos; /* in, ptr to array of submit_bo's */
194 __u64 relocs; /* in, ptr to array of submit_reloc's */
195 __u64 stream; /* in, ptr to cmdstream */
[all …]
/external/mesa3d/include/drm-uapi/
Detnaviv_drm.h194 struct drm_etnaviv_gem_submit { struct
195 __u32 fence; /* out */
196 __u32 pipe; /* in */
197 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
198 __u32 nr_bos; /* in, number of submit_bo's */
199 __u32 nr_relocs; /* in, number of submit_reloc's */
200 __u32 stream_size; /* in, cmdstream size */
201 __u64 bos; /* in, ptr to array of submit_bo's */
202 __u64 relocs; /* in, ptr to array of submit_reloc's */
203 __u64 stream; /* in, ptr to cmdstream */
[all …]
/external/kernel-headers/original/uapi/drm/
Detnaviv_drm.h194 struct drm_etnaviv_gem_submit { struct
195 __u32 fence; /* out */
196 __u32 pipe; /* in */
197 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
198 __u32 nr_bos; /* in, number of submit_bo's */
199 __u32 nr_relocs; /* in, number of submit_reloc's */
200 __u32 stream_size; /* in, cmdstream size */
201 __u64 bos; /* in, ptr to array of submit_bo's */
202 __u64 relocs; /* in, ptr to array of submit_reloc's */
203 __u64 stream; /* in, ptr to cmdstream */
[all …]
/external/libdrm/etnaviv/
Detnaviv_drm.h186 struct drm_etnaviv_gem_submit { struct
187 __u32 fence; /* out */
188 __u32 pipe; /* in */
189 __u32 exec_state; /* in, initial execution state (ETNA_PIPE_x) */
190 __u32 nr_bos; /* in, number of submit_bo's */
191 __u32 nr_relocs; /* in, number of submit_reloc's */
192 __u32 stream_size; /* in, cmdstream size */
193 __u64 bos; /* in, ptr to array of submit_bo's */
194 __u64 relocs; /* in, ptr to array of submit_reloc's */
195 __u64 stream; /* in, ptr to cmdstream */
[all …]