Searched refs:branch_qpu_ip (Results 1 – 4 of 4) sorted by relevance
967 block->branch_qpu_ip = c->qpu_inst_count - 1; in schedule_instructions()1048 if (block->branch_qpu_ip == ~0) { in qpu_set_branch_targets()1057 uint64_t *branch_inst = &c->qpu_insts[block->branch_qpu_ip]; in qpu_set_branch_targets()1063 (block->branch_qpu_ip + 4)) * sizeof(uint64_t); in qpu_set_branch_targets()1072 block->branch_qpu_ip + 4); in qpu_set_branch_targets()1114 block->branch_qpu_ip = ~0; in qpu_schedule_instructions()
374 uint32_t branch_qpu_ip; member
2482 block->branch_qpu_ip = c->qpu_inst_count - 1 - slots_filled; in emit_branch()2903 if (block->branch_qpu_ip == ~0) { in qpu_set_branch_targets()2943 block->branch_qpu_ip + 4); in qpu_set_branch_targets()2947 (block->branch_qpu_ip + 4)) * in qpu_set_branch_targets()3039 block->branch_qpu_ip = ~0; in v3d_qpu_schedule_instructions()
513 uint32_t branch_qpu_ip; member