Lines Matching refs:v3d_compile

51 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst)  in vir_has_side_effects()
260 vir_set_pf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_pf pf) in vir_set_pf()
272 vir_set_uf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_uf uf) in vir_set_uf()
333 vir_get_temp(struct v3d_compile *c) in vir_get_temp()
392 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst()
411 vir_emit(struct v3d_compile *c, struct qinst *inst) in vir_emit()
428 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def()
453 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) in vir_emit_nondef()
464 vir_new_block(struct v3d_compile *c) in vir_new_block()
480 vir_set_emit_block(struct v3d_compile *c, struct qblock *block) in vir_set_emit_block()
488 vir_entry_block(struct v3d_compile *c) in vir_entry_block()
494 vir_exit_block(struct v3d_compile *c) in vir_exit_block()
534 static struct v3d_compile *
550 struct v3d_compile *c = rzalloc(NULL, struct v3d_compile); in vir_compile_init()
594 v3d_lower_nir(struct v3d_compile *c) in v3d_lower_nir()
650 v3d_set_prog_data_uniforms(struct v3d_compile *c, in v3d_set_prog_data_uniforms()
666 v3d_vs_set_prog_data(struct v3d_compile *c, in v3d_vs_set_prog_data()
739 v3d_gs_set_prog_data(struct v3d_compile *c, in v3d_gs_set_prog_data()
783 v3d_set_fs_prog_data_inputs(struct v3d_compile *c, in v3d_set_fs_prog_data_inputs()
805 v3d_fs_set_prog_data(struct v3d_compile *c, in v3d_fs_set_prog_data()
821 v3d_cs_set_prog_data(struct v3d_compile *c, in v3d_cs_set_prog_data()
834 v3d_set_prog_data(struct v3d_compile *c, in v3d_set_prog_data()
864 v3d_return_qpu_insts(struct v3d_compile *c, uint32_t *final_assembly_size) in v3d_return_qpu_insts()
880 v3d_nir_lower_vs_early(struct v3d_compile *c) in v3d_nir_lower_vs_early()
914 v3d_nir_lower_gs_early(struct v3d_compile *c) in v3d_nir_lower_gs_early()
945 v3d_fixup_fs_output_types(struct v3d_compile *c) in v3d_fixup_fs_output_types()
975 v3d_nir_lower_fs_early(struct v3d_compile *c) in v3d_nir_lower_fs_early()
991 v3d_nir_lower_gs_late(struct v3d_compile *c) in v3d_nir_lower_gs_late()
1003 v3d_nir_lower_vs_late(struct v3d_compile *c) in v3d_nir_lower_vs_late()
1017 v3d_nir_lower_fs_late(struct v3d_compile *c) in v3d_nir_lower_fs_late()
1033 vir_get_max_temps(struct v3d_compile *c) in vir_get_max_temps()
1068 struct v3d_compile *c = user_data; in v3d_intrinsic_dependency_cb()
1323 v3d_nir_sort_constant_ubo_loads_block(struct v3d_compile *c, in v3d_nir_sort_constant_ubo_loads_block()
1350 v3d_nir_sort_constant_ubo_loads(nir_shader *s, struct v3d_compile *c) in v3d_nir_sort_constant_ubo_loads()
1367 lower_load_num_subgroups(struct v3d_compile *c, in lower_load_num_subgroups()
1385 lower_subgroup_intrinsics(struct v3d_compile *c, in lower_subgroup_intrinsics()
1418 v3d_nir_lower_subgroup_intrinsics(nir_shader *s, struct v3d_compile *c) in v3d_nir_lower_subgroup_intrinsics()
1438 v3d_attempt_compile(struct v3d_compile *c) in v3d_attempt_compile()
1577 int v3d_shaderdb_dump(struct v3d_compile *c, in v3d_shaderdb_dump()
1643 skip_compile_strategy(struct v3d_compile *c, uint32_t idx) in skip_compile_strategy()
1677 uint64_t *v3d_compile(const struct v3d_compiler *compiler, in v3d_compile() function
1687 struct v3d_compile *c = NULL; in v3d_compile()
1776 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction()
1790 vir_follow_movs(struct v3d_compile *c, struct qreg reg) in vir_follow_movs()
1810 vir_compile_destroy(struct v3d_compile *c) in vir_compile_destroy()
1829 vir_get_uniform_index(struct v3d_compile *c, in vir_get_uniform_index()
1869 try_opt_ldunif(struct v3d_compile *c, uint32_t index, struct qreg *unif) in try_opt_ldunif()
1920 vir_uniform(struct v3d_compile *c, in vir_uniform()
1960 vir_optimize(struct v3d_compile *c) in vir_optimize()
1982 vir_get_stage_name(struct v3d_compile *c) in vir_get_stage_name()