Searched defs:ntt_compile (Results 1 – 1 of 1) sorted by relevance
35 struct ntt_compile { struct36 nir_shader *s;37 nir_function_impl *impl;38 struct pipe_screen *screen;39 struct ureg_program *ureg;41 bool needs_texcoord_semantic;42 bool any_reg_as_address;43 bool native_integers;45 int next_addr_reg;46 bool addr_declared[2];[all …]