Home
last modified time | relevance | path

Searched refs:vc4_compile (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h412 struct vc4_compile { struct
553 struct vc4_compile *qir_compile_init(void); argument
554 void qir_compile_destroy(struct vc4_compile *c);
555 struct qblock *qir_new_block(struct vc4_compile *c);
556 void qir_set_emit_block(struct vc4_compile *c, struct qblock *block);
558 struct qblock *qir_entry_block(struct vc4_compile *c);
559 struct qblock *qir_exit_block(struct vc4_compile *c);
562 void qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst);
563 struct qreg qir_uniform(struct vc4_compile *c,
566 void qir_schedule_instructions(struct vc4_compile *c);
[all …]
Dvc4_qir.c139 qir_has_side_effects(struct vc4_compile *c, struct qinst *inst) in qir_has_side_effects()
160 qir_has_side_effect_reads(struct vc4_compile *c, struct qinst *inst) in qir_has_side_effect_reads()
347 qir_print_reg(struct vc4_compile *c, struct qreg reg, bool write) in qir_print_reg()
420 qir_dump_inst(struct vc4_compile *c, struct qinst *inst) in qir_dump_inst()
451 qir_dump(struct vc4_compile *c) in qir_dump()
521 qir_get_temp(struct vc4_compile *c) in qir_get_temp()
556 qir_emit(struct vc4_compile *c, struct qinst *inst) in qir_emit()
563 qir_emit_def(struct vc4_compile *c, struct qinst *inst) in qir_emit_def()
578 qir_emit_nondef(struct vc4_compile *c, struct qinst *inst) in qir_emit_nondef()
595 qir_new_block(struct vc4_compile *c) in qir_new_block()
[all …]
Dvc4_opt_algebraic.c41 dump_from(struct vc4_compile *c, struct qinst *inst) in dump_from()
52 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to()
63 is_constant_value(struct vc4_compile *c, struct qreg reg, in is_constant_value()
80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero()
87 is_1f(struct vc4_compile *c, struct qreg reg) in is_1f()
94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov()
112 replace_x_0_with_x(struct vc4_compile *c, in replace_x_0_with_x()
123 replace_x_0_with_0(struct vc4_compile *c, in replace_x_0_with_0()
134 fmul_replace_one(struct vc4_compile *c, in fmul_replace_one()
145 qir_opt_algebraic(struct vc4_compile *c) in qir_opt_algebraic()
Dvc4_program.c43 ntq_get_src(struct vc4_compile *c, nir_src src, int i);
45 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list);
54 resize_qreg_array(struct vc4_compile *c, in resize_qreg_array()
75 ntq_emit_thrsw(struct vc4_compile *c) in ntq_emit_thrsw()
92 indirect_uniform_load(struct vc4_compile *c, nir_intrinsic_instr *intr) in indirect_uniform_load()
161 ntq_init_ssa_def(struct vc4_compile *c, nir_ssa_def *def) in ntq_init_ssa_def()
185 ntq_store_dest(struct vc4_compile *c, nir_dest *dest, int chan, in ntq_store_dest()
250 ntq_get_dest(struct vc4_compile *c, nir_dest *dest) in ntq_get_dest()
268 ntq_get_src(struct vc4_compile *c, nir_src src, int i) in ntq_get_src()
287 ntq_get_alu_src(struct vc4_compile *c, nir_alu_instr *instr, in ntq_get_alu_src()
[all …]
Dvc4_opt_constant_folding.c37 dump_from(struct vc4_compile *c, struct qinst *inst) in dump_from()
48 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to()
59 constant_fold(struct vc4_compile *c, struct qinst *inst) in constant_fold()
98 qir_opt_constant_folding(struct vc4_compile *c) in qir_opt_constant_folding()
Dvc4_nir_lower_io.c92 vc4_nir_get_vattr_channel_vpm(struct vc4_compile *c, in vc4_nir_get_vattr_channel_vpm()
171 vc4_nir_lower_vertex_attr(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_vertex_attr()
230 is_point_sprite(struct vc4_compile *c, nir_variable *var) in is_point_sprite()
241 vc4_nir_lower_fs_input(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_fs_input()
301 vc4_nir_lower_output(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_output()
322 vc4_nir_lower_uniform(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_uniform()
356 vc4_nir_lower_io_instr(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_io_instr()
386 vc4_nir_lower_io_impl(struct vc4_compile *c, nir_function_impl *impl) in vc4_nir_lower_io_impl()
403 vc4_nir_lower_io(nir_shader *s, struct vc4_compile *c) in vc4_nir_lower_io()
Dvc4_opt_peephole_sf.c36 dump_from(struct vc4_compile *c, struct qinst *inst, const char *type) in dump_from()
47 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to()
110 qir_opt_peephole_sf_block(struct vc4_compile *c, struct qblock *block) in qir_opt_peephole_sf_block()
161 qir_opt_peephole_sf(struct vc4_compile *c) in qir_opt_peephole_sf()
Dvc4_qir_live_variables.c59 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_use()
96 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_def()
196 qir_setup_def_use(struct vc4_compile *c) in qir_setup_def_use()
238 qir_live_variables_dataflow(struct vc4_compile *c, int bitset_words) in qir_live_variables_dataflow()
278 qir_compute_start_end(struct vc4_compile *c, int num_vars) in qir_compute_start_end()
300 qir_calculate_live_intervals(struct vc4_compile *c) in qir_calculate_live_intervals()
Dvc4_opt_dead_code.c43 dce(struct vc4_compile *c, struct qinst *inst) in dce()
55 has_nonremovable_reads(struct vc4_compile *c, struct qinst *inst) in has_nonremovable_reads()
85 qir_opt_dead_code(struct vc4_compile *c) in qir_opt_dead_code()
Dvc4_nir_lower_blend.c48 blend_depends_on_dst_color(struct vc4_compile *c) in blend_depends_on_dst_color()
285 vc4_do_blending_f(struct vc4_compile *c, nir_builder *b, nir_ssa_def **result, in vc4_do_blending_f()
331 vc4_do_blending_i(struct vc4_compile *c, nir_builder *b, in vc4_do_blending_i()
453 vc4_nir_swizzle_and_pack(struct vc4_compile *c, nir_builder *b, in vc4_nir_swizzle_and_pack()
473 vc4_nir_blend_pipeline(struct vc4_compile *c, nir_builder *b, nir_ssa_def *src, in vc4_nir_blend_pipeline()
557 vc4_nir_store_sample_mask(struct vc4_compile *c, nir_builder *b, in vc4_nir_store_sample_mask()
578 vc4_nir_lower_blend_instr(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_blend_instr()
624 vc4_nir_lower_blend_block(nir_block *block, struct vc4_compile *c) in vc4_nir_lower_blend_block()
659 vc4_nir_lower_blend(nir_shader *s, struct vc4_compile *c) in vc4_nir_lower_blend()
Dvc4_opt_copy_propagation.c65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop()
157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills()
173 qir_opt_copy_propagation(struct vc4_compile *c) in qir_opt_copy_propagation()
Dvc4_nir_lower_txf_ms.c39 vc4_nir_lower_txf_ms_instr(struct vc4_compile *c, nir_builder *b, in vc4_nir_lower_txf_ms_instr()
133 vc4_nir_lower_txf_ms_impl(struct vc4_compile *c, nir_function_impl *impl) in vc4_nir_lower_txf_ms_impl()
155 vc4_nir_lower_txf_ms(nir_shader *s, struct vc4_compile *c) in vc4_nir_lower_txf_ms()
Dvc4_qir_schedule.c293 calculate_forward_deps(struct vc4_compile *c, void *mem_ctx, in calculate_forward_deps()
412 calculate_reverse_deps(struct vc4_compile *c, void *mem_ctx, in calculate_reverse_deps()
549 dump_state(struct vc4_compile *c, struct schedule_state *state) in dump_state()
634 schedule_instructions(struct vc4_compile *c, in schedule_instructions()
702 qir_schedule_instructions_block(struct vc4_compile *c, in qir_schedule_instructions_block()
739 qir_schedule_instructions(struct vc4_compile *c) in qir_schedule_instructions()
Dvc4_qir_validate.c28 fail_instr(struct vc4_compile *c, struct qinst *inst, const char *msg) in fail_instr()
36 void qir_validate(struct vc4_compile *c) in qir_validate()
Dvc4_qpu_schedule.c441 calculate_forward_deps(struct vc4_compile *c, struct list_head *schedule_list) in calculate_forward_deps()
453 calculate_reverse_deps(struct vc4_compile *c, struct list_head *schedule_list) in calculate_reverse_deps()
849 emit_thrsw(struct vc4_compile *c, in emit_thrsw()
890 schedule_instructions(struct vc4_compile *c, in schedule_instructions()
1022 qpu_schedule_instructions_block(struct vc4_compile *c, in qpu_schedule_instructions_block()
1071 qpu_set_branch_targets(struct vc4_compile *c) in qpu_set_branch_targets()
1111 qpu_schedule_instructions(struct vc4_compile *c) in qpu_schedule_instructions()
Dvc4_qpu.h34 struct vc4_compile;
158 void qpu_serialize_one_inst(struct vc4_compile *c, uint64_t inst);
Dvc4_qpu_emit.c32 vc4_dump_program(struct vc4_compile *c) in vc4_dump_program()
133 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read()
240 vc4_generate_code_block(struct vc4_compile *c, in vc4_generate_code_block()
589 vc4_generate_code(struct vc4_context *vc4, struct vc4_compile *c) in vc4_generate_code()
Dvc4_qir_emit_uniform_stream_resets.c50 qir_emit_uniform_stream_resets(struct vc4_compile *c) in qir_emit_uniform_stream_resets()
Dvc4_opt_small_immediates.c37 qir_opt_small_immediates(struct vc4_compile *c) in qir_opt_small_immediates()
Dvc4_context.h494 void vc4_generate_code(struct vc4_context *vc4, struct vc4_compile *c);
495 struct qpu_reg *vc4_register_allocate(struct vc4_context *vc4, struct vc4_compile *c);
Dvc4_reorder_uniforms.c40 qir_reorder_uniforms(struct vc4_compile *c) in qir_reorder_uniforms()
Dvc4_opt_vpm.c34 qir_opt_vpm(struct vc4_compile *c) in qir_opt_vpm()
Dvc4_opt_coalesce_ff_writes.c34 qir_opt_coalesce_ff_writes(struct vc4_compile *c) in qir_opt_coalesce_ff_writes()
Dvc4_qir_lower_uniforms.c112 qir_lower_uniforms(struct vc4_compile *c) in qir_lower_uniforms()
Dvc4_register_allocate.c254 vc4_register_allocate(struct vc4_context *vc4, struct vc4_compile *c) in vc4_register_allocate()

12