• Home
  • Raw
  • Download

Lines Matching defs:c

51 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst)  in vir_has_side_effects()
239 vir_set_pf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_pf pf) in vir_set_pf()
251 vir_set_uf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_uf uf) in vir_set_uf()
312 vir_get_temp(struct v3d_compile *c) in vir_get_temp()
375 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst()
396 vir_emit(struct v3d_compile *c, struct qinst *inst) in vir_emit()
415 vir_emit_def(struct v3d_compile *c, struct qinst *inst) in vir_emit_def()
440 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) in vir_emit_nondef()
451 vir_new_block(struct v3d_compile *c) in vir_new_block()
467 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()
548 struct v3d_compile *c = rzalloc(NULL, struct v3d_compile); in vir_compile_init() local
599 struct v3d_compile *c = (struct v3d_compile *) data; in lower_tex_packing_cb() local
734 v3d_lower_nir(struct v3d_compile *c) in v3d_lower_nir()
784 v3d_set_prog_data_uniforms(struct v3d_compile *c, in v3d_set_prog_data_uniforms()
800 v3d_vs_set_prog_data(struct v3d_compile *c, in v3d_vs_set_prog_data()
880 v3d_gs_set_prog_data(struct v3d_compile *c, in v3d_gs_set_prog_data()
924 v3d_set_fs_prog_data_inputs(struct v3d_compile *c, in v3d_set_fs_prog_data_inputs()
946 v3d_fs_set_prog_data(struct v3d_compile *c, in v3d_fs_set_prog_data()
963 v3d_cs_set_prog_data(struct v3d_compile *c, in v3d_cs_set_prog_data()
976 v3d_set_prog_data(struct v3d_compile *c, in v3d_set_prog_data()
1012 v3d_return_qpu_insts(struct v3d_compile *c, uint32_t *final_assembly_size) in v3d_return_qpu_insts()
1028 v3d_nir_lower_vs_early(struct v3d_compile *c) in v3d_nir_lower_vs_early()
1062 v3d_nir_lower_gs_early(struct v3d_compile *c) in v3d_nir_lower_gs_early()
1096 v3d_fixup_fs_output_types(struct v3d_compile *c) in v3d_fixup_fs_output_types()
1126 v3d_nir_lower_fs_early(struct v3d_compile *c) in v3d_nir_lower_fs_early()
1142 v3d_nir_lower_gs_late(struct v3d_compile *c) in v3d_nir_lower_gs_late()
1154 v3d_nir_lower_vs_late(struct v3d_compile *c) in v3d_nir_lower_vs_late()
1168 v3d_nir_lower_fs_late(struct v3d_compile *c) in v3d_nir_lower_fs_late()
1184 vir_get_max_temps(struct v3d_compile *c) in vir_get_max_temps()
1219 struct v3d_compile *c = user_data; in v3d_intrinsic_dependency_cb() local
1264 struct v3d_compile *c = (struct v3d_compile *) data; in v3d_instr_delay_cb() local
1540 v3d_nir_sort_constant_ubo_loads_block(struct v3d_compile *c, in v3d_nir_sort_constant_ubo_loads_block()
1567 v3d_nir_sort_constant_ubo_loads(nir_shader *s, struct v3d_compile *c) in v3d_nir_sort_constant_ubo_loads()
1581 lower_load_num_subgroups(struct v3d_compile *c, in lower_load_num_subgroups()
1598 lower_subgroup_intrinsics(struct v3d_compile *c, in lower_subgroup_intrinsics()
1661 v3d_nir_lower_subgroup_intrinsics(nir_shader *s, struct v3d_compile *c) in v3d_nir_lower_subgroup_intrinsics()
1703 v3d_attempt_compile(struct v3d_compile *c) in v3d_attempt_compile()
1882 int v3d_shaderdb_dump(struct v3d_compile *c, in v3d_shaderdb_dump()
1944 skip_compile_strategy(struct v3d_compile *c, uint32_t idx) in skip_compile_strategy()
1995 set_best_compile(struct v3d_compile **best, struct v3d_compile *c) in set_best_compile()
2012 struct v3d_compile *c = NULL; in v3d_compile() local
2155 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction()
2169 vir_follow_movs(struct v3d_compile *c, struct qreg reg) in vir_follow_movs()
2189 vir_compile_destroy(struct v3d_compile *c) in vir_compile_destroy()
2208 vir_get_uniform_index(struct v3d_compile *c, in vir_get_uniform_index()
2248 try_opt_ldunif(struct v3d_compile *c, uint32_t index, struct qreg *unif) in try_opt_ldunif()
2305 vir_uniform(struct v3d_compile *c, in vir_uniform()
2345 vir_optimize(struct v3d_compile *c) in vir_optimize()
2367 vir_get_stage_name(struct v3d_compile *c) in vir_get_stage_name()