Searched defs:etna_compile (Results 1 – 2 of 2) sorted by relevance
34 struct etna_compile { struct35 nir_shader *nir;36 nir_function_impl *impl;38 const struct etna_specs *specs;39 struct etna_shader_variant *variant;42 unsigned *block_ptr;45 int inst_ptr; /* current instruction pointer */46 struct etna_inst code[ETNA_MAX_INSTRUCTIONS * ETNA_INST_SIZE];49 uint64_t consts[ETNA_MAX_IMM];50 unsigned const_count;[all …]
146 struct etna_compile { struct153 struct etna_compile_file file[TGSI_FILE_COUNT]; argument179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH]; argument184 struct etna_compile_label *labels; argument204 etna_get_dst_reg(struct etna_compile *c, struct tgsi_dst_register dst) in etna_get_dst_reg() argument