Home
last modified time | relevance | path

Searched defs:qinst (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_dead_code.c101 list_for_each_entry_from(struct qinst, scan_inst, inst->link.next, in check_last_ldunifa() argument
130 list_for_each_entry_from_rev(struct qinst, scan_inst, inst->link.prev, in check_first_ldunifa() argument
[all...]
H A Dqpu_validate.c110 qpu_validate_inst(struct v3d_qpu_validate_state *state, struct qinst *qinst) in qpu_validate_inst() argument
H A Dvir_to_qpu.c74 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local
132 is_no_op_mov(struct qinst *qinst) in is_no_op_mov() argument
[all...]
H A Dv3d_compiler.h151 struct qinst { struct
[all...]
H A Dvir_register_allocate.c111 list_for_each_entry_from(struct qinst, scan_inst, inst->link.next, in is_end_of_tmu_sequence() argument
[all...]
H A Dqpu_schedule.c281 struct qinst *qinst = n->inst; in calculate_deps() local
523 reads_too_soon_after_write(struct choose_scoreboard *scoreboard, struct qinst *qinst) reads_too_soon_after_write() argument
562 writes_too_soon_after_write(const struct v3d_device_info *devinfo, struct choose_scoreboard *scoreboard, struct qinst *qinst) writes_too_soon_after_write() argument
1501 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); vir_nop() local
1514 qpu_inst_valid_in_thrend_slot(struct v3d_compile *c, const struct qinst *qinst, int slot) qpu_inst_valid_in_thrend_slot() argument
1582 qpu_inst_before_thrsw_valid_in_delay_slot(struct v3d_compile *c, const struct qinst *qinst, uint32_t slot) qpu_inst_before_thrsw_valid_in_delay_slot() argument
1628 qpu_inst_after_thrsw_valid_in_delay_slot(struct v3d_compile *c, struct choose_scoreboard *scoreboard, const struct qinst *qinst) qpu_inst_after_thrsw_valid_in_delay_slot() argument
1717 valid_thrsw_sequence(struct v3d_compile *c, struct choose_scoreboard *scoreboard, struct qinst *qinst, int instructions_in_sequence, bool is_thrend) valid_thrsw_sequence() argument
2187 struct qinst *qinst = chosen ? chosen->inst : vir_nop(); schedule_instructions() local
2320 struct qinst *qinst = (struct qinst *)block->instructions.next; qpu_schedule_instructions_block() local
2480 list_for_each_entry(struct qinst, qinst, &block->instructions, link) v3d_qpu_schedule_instructions() argument
[all...]
H A Dvir.c1924 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) vir_remove_instruction() argument
1966 struct qinst *qinst = vir_compile_destroy() local
2039 list_for_each_entry_from_rev(struct qinst, inst, c->cursor.link->prev, &c->cur_block->instructions, link) try_opt_ldunif() argument
2055 list_for_each_entry_from(struct qinst, inst, prev_inst->link.next, &c->cur_block->instructions, link) try_opt_ldunif() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write() argument
[all...]
H A Dvc4_qir.c709 qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst) qir_remove_instruction() argument
742 struct qinst *qinst = qir_compile_destroy() local
[all...]
H A Dvc4_qir.h196 struct qinst { struct
[all...]

Completed in 10 milliseconds