Lines Matching defs:ir3_compiler
37 struct ir3_compiler { struct
38 struct fd_device *dev;
39 uint32_t gpu_id;
40 struct ir3_ra_reg_set *set;
41 struct ir3_ra_reg_set *mergedregs_set;
42 uint32_t shader_count;
44 struct disk_cache *disk_cache;
54 bool flat_bypass;
58 bool levels_add_one;
63 bool unminify_coords;
66 bool txf_ms_with_isaml;
71 bool array_index_add_half;
75 bool samgq_workaround;
78 bool tess_use_shared;
83 uint16_t max_const_pipeline;
86 uint16_t max_const_geom;
89 uint16_t max_const_frag;
113 void ir3_compiler_destroy(struct ir3_compiler *compiler); argument