Lines Matching refs:v3d_compile

452 calculate_forward_deps(struct v3d_compile *c, struct dag *dag,  in calculate_forward_deps()
467 calculate_reverse_deps(struct v3d_compile *c, struct dag *dag, in calculate_reverse_deps()
593 pixel_scoreboard_too_soon(struct v3d_compile *c, in pixel_scoreboard_too_soon()
1014 qpu_inst_after_thrsw_valid_in_delay_slot(struct v3d_compile *c,
1019 choose_instruction_to_schedule(struct v3d_compile *c, in choose_instruction_to_schedule()
1392 struct v3d_compile *c = (struct v3d_compile *) state; in compute_delay()
1445 insert_scheduled_instruction(struct v3d_compile *c, in insert_scheduled_instruction()
1467 emit_nop(struct v3d_compile *c, struct qblock *block, in emit_nop()
1474 qpu_inst_valid_in_thrend_slot(struct v3d_compile *c, in qpu_inst_valid_in_thrend_slot()
1545 qpu_inst_before_thrsw_valid_in_delay_slot(struct v3d_compile *c, in qpu_inst_before_thrsw_valid_in_delay_slot()
1591 qpu_inst_after_thrsw_valid_in_delay_slot(struct v3d_compile *c, in qpu_inst_after_thrsw_valid_in_delay_slot()
1672 valid_thrsw_sequence(struct v3d_compile *c, struct choose_scoreboard *scoreboard, in valid_thrsw_sequence()
1705 emit_thrsw(struct v3d_compile *c, in emit_thrsw()
1801 qpu_inst_valid_in_branch_delay_slot(struct v3d_compile *c, struct qinst *inst) in qpu_inst_valid_in_branch_delay_slot()
1819 emit_branch(struct v3d_compile *c, in emit_branch()
1982 fixup_pipelined_ldvary(struct v3d_compile *c, in fixup_pipelined_ldvary()
2079 schedule_instructions(struct v3d_compile *c, in schedule_instructions()
2215 qpu_schedule_instructions_block(struct v3d_compile *c, in qpu_schedule_instructions_block()
2258 qpu_set_branch_targets(struct v3d_compile *c) in qpu_set_branch_targets()
2358 v3d_qpu_schedule_instructions(struct v3d_compile *c) in v3d_qpu_schedule_instructions()