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()
1054 qpu_inst_after_thrsw_valid_in_delay_slot(struct v3d_compile *c,
1059 choose_instruction_to_schedule(struct v3d_compile *c, in choose_instruction_to_schedule()
1432 struct v3d_compile *c = (struct v3d_compile *) state; in compute_delay()
1485 insert_scheduled_instruction(struct v3d_compile *c, in insert_scheduled_instruction()
1507 emit_nop(struct v3d_compile *c, struct qblock *block, in emit_nop()
1514 qpu_inst_valid_in_thrend_slot(struct v3d_compile *c, in qpu_inst_valid_in_thrend_slot()
1582 qpu_inst_before_thrsw_valid_in_delay_slot(struct v3d_compile *c, in qpu_inst_before_thrsw_valid_in_delay_slot()
1628 qpu_inst_after_thrsw_valid_in_delay_slot(struct v3d_compile *c, in qpu_inst_after_thrsw_valid_in_delay_slot()
1717 valid_thrsw_sequence(struct v3d_compile *c, struct choose_scoreboard *scoreboard, in valid_thrsw_sequence()
1750 emit_thrsw(struct v3d_compile *c, in emit_thrsw()
1877 qpu_inst_valid_in_branch_delay_slot(struct v3d_compile *c, struct qinst *inst) in qpu_inst_valid_in_branch_delay_slot()
1895 emit_branch(struct v3d_compile *c, in emit_branch()
2066 fixup_pipelined_ldvary(struct v3d_compile *c, in fixup_pipelined_ldvary()
2169 schedule_instructions(struct v3d_compile *c, in schedule_instructions()
2305 qpu_schedule_instructions_block(struct v3d_compile *c, in qpu_schedule_instructions_block()
2348 qpu_set_branch_targets(struct v3d_compile *c) in qpu_set_branch_targets()
2448 v3d_qpu_schedule_instructions(struct v3d_compile *c) in v3d_qpu_schedule_instructions()