Lines Matching defs:ir3_compiler
40 struct ir3_compiler { struct
41 struct fd_device *dev;
42 const struct fd_dev_id *dev_id;
43 uint8_t gen;
44 uint32_t shader_count;
46 struct disk_cache *disk_cache;
51 bool robust_ubo_access;
61 bool flat_bypass;
65 bool levels_add_one;
70 bool unminify_coords;
73 bool txf_ms_with_isaml;
78 bool array_index_add_half;
82 bool samgq_workaround;
85 bool tess_use_shared;
90 uint16_t max_const_pipeline;
93 uint16_t max_const_geom;
96 uint16_t max_const_frag;
101 uint16_t max_const_safe;
104 uint16_t max_const_compute;
109 uint32_t instr_align;
114 uint32_t const_upload_unit;
119 uint32_t threadsize_base;
126 uint32_t wave_granularity;
129 uint32_t max_waves;
164 void ir3_compiler_destroy(struct ir3_compiler *compiler); argument