Lines Matching defs:mali_job_descriptor_header
598 struct mali_job_descriptor_header { struct
599 u32 exception_status;
600 u32 first_incomplete_task;
601 u64 fault_pointer;
602 u8 job_descriptor_size : 1;
603 enum mali_job_type job_type : 7;
604 u8 job_barrier : 1;
605 u8 unknown_flags : 7;
606 u16 job_index;
607 u16 job_dependency_index_1;
608 u16 job_dependency_index_2;
610 union {