Lines Matching defs:panfrost_features
45 struct panfrost_features { struct
46 u16 id;
47 u16 revision;
49 u64 shader_present;
50 u64 tiler_present;
51 u64 l2_present;
52 u64 stack_present;
53 u32 as_present;
54 u32 js_present;
56 u32 l2_features;
57 u32 core_features;
58 u32 tiler_features;
59 u32 mem_features;
60 u32 mmu_features;
61 u32 thread_features;
62 u32 max_threads;
63 u32 thread_max_workgroup_sz;
64 u32 thread_max_barrier_sz;
65 u32 coherency_features;
66 u32 afbc_features;
67 u32 texture_features[4];
68 u32 js_features[16];
70 u32 nr_core_groups;
71 u32 thread_tls_alloc;
73 unsigned long hw_features[64 / BITS_PER_LONG];
74 unsigned long hw_issues[64 / BITS_PER_LONG];