Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.h37 struct etna_compile { struct
38 nir_shader *nir;
39 nir_function_impl *impl;
41 const struct etna_specs *specs;
42 struct etna_shader_variant *variant;
45 unsigned *block_ptr;
48 int inst_ptr; /* current instruction pointer */
49 struct etna_inst code[ETNA_MAX_INSTRUCTIONS * ETNA_INST_SIZE];
52 uint64_t consts[ETNA_MAX_IMM];
53 unsigned const_count;
[all …]