Home
last modified time | relevance | path

Searched defs:etna_compile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.h34 struct etna_compile { struct
35 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 …]
Detnaviv_compiler_tgsi.c146 struct etna_compile { struct
153 struct etna_compile_file file[TGSI_FILE_COUNT]; argument
179 struct etna_compile_frame frame_stack[ETNA_MAX_DEPTH]; argument
184 struct etna_compile_label *labels; argument
204 etna_get_dst_reg(struct etna_compile *c, struct tgsi_dst_register dst) in etna_get_dst_reg() argument