Home
last modified time | relevance | path

Searched refs:start_of_tmu_sequence (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_register_allocate.c581 struct qinst *start_of_tmu_sequence = NULL; in v3d_spill_reg() local
602 start_of_tmu_sequence = NULL; in v3d_spill_reg()
606 if (!start_of_tmu_sequence && in v3d_spill_reg()
608 start_of_tmu_sequence = inst; in v3d_spill_reg()
658 if (start_of_tmu_sequence) { in v3d_spill_reg()
659 c->cursor = vir_before_inst(start_of_tmu_sequence); in v3d_spill_reg()
660 fill_ip = start_of_tmu_sequence->ip; in v3d_spill_reg()
686 if (start_of_tmu_sequence) { in v3d_spill_reg()

Completed in 3 milliseconds