Searched defs:drm_vc4_submit_cl (Results 1 – 1 of 1) sorted by relevance
50 struct drm_vc4_submit_cl { struct51 __u64 bin_cl;52 __u64 shader_rec;53 __u64 uniforms;54 __u64 bo_handles;55 __u32 bin_cl_size;56 __u32 shader_rec_size;57 __u32 shader_rec_count;58 __u32 uniforms_size;59 __u32 bo_handle_count;[all …]