Home
last modified time | relevance | path

Searched refs:ptn_compile (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_to_nir.c46 struct ptn_compile { struct
65 ptn_src_for_dest(struct ptn_compile *c, nir_alu_dest *dest) in ptn_src_for_dest() argument
87 ptn_get_dest(struct ptn_compile *c, const struct prog_dst_register *prog_dst) in ptn_get_dest()
117 ptn_get_src(struct ptn_compile *c, const struct prog_src_register *prog_src) in ptn_get_src()
699 ptn_emit_instruction(struct ptn_compile *c, struct prog_instruction *prog_inst) in ptn_emit_instruction()
858 ptn_add_output_stores(struct ptn_compile *c) in ptn_add_output_stores()
888 setup_registers_and_variables(struct ptn_compile *c) in setup_registers_and_variables()
1010 struct ptn_compile *c; in prog_to_nir()
1014 c = rzalloc(NULL, struct ptn_compile); in prog_to_nir()