Home
last modified time | relevance | path

Searched refs:qblock (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h358 struct qblock { struct
365 struct qblock *successors[2]; argument
474 struct qblock *cur_block;
475 struct qblock *loop_cont_block;
476 struct qblock *loop_break_block;
477 struct qblock *last_top_block;
524 struct qblock *qir_new_block(struct vc4_compile *c);
525 void qir_set_emit_block(struct vc4_compile *c, struct qblock *block);
526 void qir_link_blocks(struct qblock *predecessor, struct qblock *successor);
527 struct qblock *qir_entry_block(struct vc4_compile *c);
[all …]
Dvc4_qpu_emit.c47 queue(struct qblock *block, uint64_t inst) in queue()
55 last_inst(struct qblock *block) in last_inst()
63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add()
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul()
133 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read()
163 fixup_raddr_conflict(struct qblock *block, in fixup_raddr_conflict()
205 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack()
226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()
241 struct qblock *block, in vc4_generate_code_block()
591 struct qblock *start_block = list_first_entry(&c->blocks, in vc4_generate_code()
[all …]
Dvc4_qir.c640 struct qblock *
643 struct qblock *block = rzalloc(c, struct qblock); in qir_new_block()
658 qir_set_emit_block(struct vc4_compile *c, struct qblock *block) in qir_set_emit_block()
664 struct qblock *
667 return list_first_entry(&c->blocks, struct qblock, link); in qir_entry_block()
670 struct qblock *
673 return list_last_entry(&c->blocks, struct qblock, link); in qir_exit_block()
677 qir_link_blocks(struct qblock *predecessor, struct qblock *successor) in qir_link_blocks()
Dvc4_qir_emit_uniform_stream_resets.c39 block_reads_any_uniform(struct qblock *block) in block_reads_any_uniform()
Dvc4_qir_live_variables.c47 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_use()
84 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_def()
Dvc4_opt_vpm.c40 struct qblock *block = qir_entry_block(c); in qir_opt_vpm()
Dvc4_opt_coalesce_ff_writes.c37 struct qblock *block = qir_entry_block(c); in qir_opt_coalesce_ff_writes()
Dvc4_opt_peephole_sf.c110 qir_opt_peephole_sf_block(struct vc4_compile *c, struct qblock *block) in qir_opt_peephole_sf_block()
Dvc4_qir_schedule.c617 struct qblock *block, struct schedule_state *state) in schedule_instructions()
677 struct qblock *block) in qir_schedule_instructions_block()
Dvc4_program.c1914 struct qblock *then_block = qir_new_block(c); in ntq_emit_if()
1915 struct qblock *after_block = qir_new_block(c); in ntq_emit_if()
1916 struct qblock *else_block; in ntq_emit_if()
1984 struct qblock *jump_block; in ntq_emit_jump()
2003 struct qblock *new_block = qir_new_block(c); in ntq_emit_jump()
2071 struct qblock *save_loop_cont_block = c->loop_cont_block; in ntq_emit_loop()
2072 struct qblock *save_loop_break_block = c->loop_break_block; in ntq_emit_loop()
Dvc4_qpu_schedule.c869 struct qblock *block, in schedule_instructions()
986 struct qblock *block, in qpu_schedule_instructions_block()
/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h429 struct qblock { struct
435 struct qblock *successors[2]; argument
497 vir_before_block(struct qblock *block) in vir_before_block()
503 vir_after_block(struct qblock *block) in vir_after_block()
690 struct qblock *cur_block;
691 struct qblock *loop_cont_block;
692 struct qblock *loop_break_block;
862 struct qblock *vir_new_block(struct v3d_compile *c);
863 void vir_set_emit_block(struct v3d_compile *c, struct qblock *block);
864 void vir_link_blocks(struct qblock *predecessor, struct qblock *successor);
[all …]
Dvir.c436 struct qblock *
439 struct qblock *block = rzalloc(c, struct qblock); in vir_new_block()
453 vir_set_emit_block(struct v3d_compile *c, struct qblock *block) in vir_set_emit_block()
460 struct qblock *
463 return list_first_entry(&c->blocks, struct qblock, link); in vir_entry_block()
466 struct qblock *
469 return list_last_entry(&c->blocks, struct qblock, link); in vir_exit_block()
473 vir_link_blocks(struct qblock *predecessor, struct qblock *successor) in vir_link_blocks()
Dqpu_schedule.c1086 struct qblock *block, in insert_scheduled_instruction()
1107 emit_nop(struct v3d_compile *c, struct qblock *block, in emit_nop()
1218 struct qblock *block, in emit_thrsw()
1294 struct qblock *block, in schedule_instructions()
1430 struct qblock *block, in qpu_schedule_instructions_block()
1527 struct qblock *end_block = list_last_entry(&c->blocks, in v3d_qpu_schedule_instructions()
1528 struct qblock, link); in v3d_qpu_schedule_instructions()
Dvir_live_variables.c46 vir_setup_use(struct v3d_compile *c, struct qblock *block, int ip, in vir_setup_use()
83 vir_setup_def(struct v3d_compile *c, struct qblock *block, int ip, in vir_setup_def()
Dvir_opt_redundant_flags.c97 vir_opt_redundant_flags_block(struct v3d_compile *c, struct qblock *block) in vir_opt_redundant_flags_block()
Dqpu_validate.c282 qpu_validate_block(struct v3d_qpu_validate_state *state, struct qblock *block) in qpu_validate_block()
Dnir_to_vir.c2798 struct qblock *then_block = vir_new_block(c); in ntq_emit_uniform_if()
2799 struct qblock *after_block = vir_new_block(c); in ntq_emit_uniform_if()
2800 struct qblock *else_block; in ntq_emit_uniform_if()
2843 struct qblock *then_block = vir_new_block(c); in ntq_emit_nonuniform_if()
2844 struct qblock *after_block = vir_new_block(c); in ntq_emit_nonuniform_if()
2845 struct qblock *else_block; in ntq_emit_nonuniform_if()
3025 struct qblock *save_loop_cont_block = c->loop_cont_block; in ntq_emit_loop()
3026 struct qblock *save_loop_break_block = c->loop_break_block; in ntq_emit_loop()
Dvir_to_qpu.c193 struct qblock *block, in v3d_generate_code_block()
Dvir_register_allocate.c45 is_end_of_tmu_sequence(struct qinst *inst, struct qblock *block) in is_end_of_tmu_sequence()