Searched defs:drm_vc4_submit_cl (Results 1 – 1 of 1) sorted by relevance
62 struct drm_vc4_submit_cl { struct63 __u64 bin_cl;64 __u64 shader_rec;65 __u64 uniforms;66 __u64 bo_handles;67 __u32 bin_cl_size;68 __u32 shader_rec_size;69 __u32 shader_rec_count;70 __u32 uniforms_size;71 __u32 bo_handle_count;[all …]