Lines Matching refs:v3d_compile
433 calculate_forward_deps(struct v3d_compile *c, struct list_head *schedule_list) in calculate_forward_deps()
446 calculate_reverse_deps(struct v3d_compile *c, struct list_head *schedule_list) in calculate_reverse_deps()
1031 insert_scheduled_instruction(struct v3d_compile *c, in insert_scheduled_instruction()
1053 emit_nop(struct v3d_compile *c, struct qblock *block, in emit_nop()
1060 qpu_instruction_valid_in_thrend_slot(struct v3d_compile *c, in qpu_instruction_valid_in_thrend_slot()
1115 valid_thrsw_sequence(struct v3d_compile *c, in valid_thrsw_sequence()
1153 emit_thrsw(struct v3d_compile *c, in emit_thrsw()
1225 schedule_instructions(struct v3d_compile *c, in schedule_instructions()
1369 qpu_schedule_instructions_block(struct v3d_compile *c, in qpu_schedule_instructions_block()
1412 qpu_set_branch_targets(struct v3d_compile *c) in qpu_set_branch_targets()
1465 v3d_qpu_schedule_instructions(struct v3d_compile *c) in v3d_qpu_schedule_instructions()