Home
last modified time | relevance | path

Searched refs:after_inst (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c760 uint64_t after_inst = after->inst->inst; in instruction_latency() local
763 after_inst), in instruction_latency()
765 after_inst)); in instruction_latency()
/third_party/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1360 const struct v3d_qpu_instr *after_inst = &after->inst->qpu; in instruction_latency() local
1364 after_inst->type != V3D_QPU_INSTR_TYPE_ALU) in instruction_latency()
1371 after_inst)); in instruction_latency()
1378 after_inst)); in instruction_latency()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp7863 exec_node *const after_inst = inst->next; in lower_simd_width() local
7883 lbld.at(block, after_inst), inst); in lower_simd_width()