Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c48 struct ptn_compile { struct
70 ptn_src_for_dest(struct ptn_compile *c, nir_alu_dest *dest) in ptn_src_for_dest()
92 ptn_get_dest(struct ptn_compile *c, const struct prog_dst_register *prog_dst) in ptn_get_dest()
122 ptn_get_src(struct ptn_compile *c, const struct prog_src_register *prog_src) in ptn_get_src()
510 ptn_tex(struct ptn_compile *c, nir_alu_dest dest, nir_ssa_def **src, in ptn_tex()
676 ptn_emit_instruction(struct ptn_compile *c, struct prog_instruction *prog_inst) in ptn_emit_instruction()
835 ptn_add_output_stores(struct ptn_compile *c) in ptn_add_output_stores()
861 setup_registers_and_variables(struct ptn_compile *c) in setup_registers_and_variables()
992 struct ptn_compile *c; in prog_to_nir()
996 c = rzalloc(NULL, struct ptn_compile); in prog_to_nir()
[all...]

Completed in 2 milliseconds