• Home
  • Raw
  • Download

Lines Matching refs:v3d_compile

85 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst)  in vir_has_side_effects()
347 vir_get_temp(struct v3d_compile *c) in vir_get_temp()
419 vir_emit(struct v3d_compile *c, struct qinst *inst) in vir_emit()
426 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def()
441 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) in vir_emit_nondef()
452 vir_new_block(struct v3d_compile *c) in vir_new_block()
468 vir_set_emit_block(struct v3d_compile *c, struct qblock *block) in vir_set_emit_block()
475 vir_entry_block(struct v3d_compile *c) in vir_entry_block()
481 vir_exit_block(struct v3d_compile *c) in vir_exit_block()
521 static struct v3d_compile *
527 struct v3d_compile *c = rzalloc(NULL, struct v3d_compile); in vir_compile_init()
553 v3d_lower_nir(struct v3d_compile *c) in v3d_lower_nir()
582 v3d_lower_nir_late(struct v3d_compile *c) in v3d_lower_nir_late()
590 v3d_set_prog_data_uniforms(struct v3d_compile *c, in v3d_set_prog_data_uniforms()
612 v3d_set_prog_data_ubo(struct v3d_compile *c, in v3d_set_prog_data_ubo()
641 v3d_set_prog_data(struct v3d_compile *c, in v3d_set_prog_data()
652 v3d_return_qpu_insts(struct v3d_compile *c, uint32_t *final_assembly_size) in v3d_return_qpu_insts()
674 struct v3d_compile *c = vir_compile_init(compiler, &key->base, s, in v3d_compile_vs()
725 v3d_set_fs_prog_data_inputs(struct v3d_compile *c, in v3d_set_fs_prog_data_inputs()
747 struct v3d_compile *c = vir_compile_init(compiler, &key->base, s, in v3d_compile_fs()
789 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction()
799 vir_follow_movs(struct v3d_compile *c, struct qreg reg) in vir_follow_movs()
819 vir_compile_destroy(struct v3d_compile *c) in vir_compile_destroy()
834 vir_uniform(struct v3d_compile *c, in vir_uniform()
866 vir_PF(struct v3d_compile *c, struct qreg src, enum v3d_qpu_pf pf) in vir_PF()
899 vir_optimize(struct v3d_compile *c) in vir_optimize()
918 vir_get_stage_name(struct v3d_compile *c) in vir_get_stage_name()