Searched defs:ntr_compile (Results 1 – 1 of 1) sorted by relevance
70 struct ntr_compile { struct71 nir_shader *s;72 nir_function_impl *impl;73 const struct nir_to_rc_options *options;74 struct pipe_screen *screen;75 struct ureg_program *ureg;77 bool addr_declared[3];78 struct ureg_dst addr_reg[3];81 struct ureg_src if_cond;84 struct ureg_dst *reg_temp;[all …]