Searched refs:etna_compile (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 146 struct etna_compile { struct 204 etna_get_dst_reg(struct etna_compile *c, struct tgsi_dst_register dst) in etna_get_dst_reg() argument 210 etna_get_src_reg(struct etna_compile *c, struct tgsi_src_register src) in etna_get_src_reg() 293 alloc_new_native_reg(struct etna_compile *c) in alloc_new_native_reg() 301 assign_temporaries_to_native(struct etna_compile *c, in assign_temporaries_to_native() 316 assign_inouts_to_temporaries(struct etna_compile *c, uint file) in assign_inouts_to_temporaries() 362 alloc_imm(struct etna_compile *c, enum etna_immediate_contents contents, in alloc_imm() 402 alloc_imm_u32(struct etna_compile *c, uint32_t value) in alloc_imm_u32() 408 alloc_imm_vec4u(struct etna_compile *c, enum etna_immediate_contents contents, in alloc_imm_vec4u() 446 get_imm_u32(struct etna_compile *c, const struct etna_inst_src *imm, in get_imm_u32() [all …]
|