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/
Dvir_register_allocate.c278 struct qinst *start_of_tmu_sequence = NULL; in v3d_spill_reg() local
295 start_of_tmu_sequence = NULL; in v3d_spill_reg()
299 if (!start_of_tmu_sequence && in v3d_spill_reg()
301 start_of_tmu_sequence = inst; in v3d_spill_reg()
326 if (start_of_tmu_sequence) in v3d_spill_reg()
327 c->cursor = vir_before_inst(start_of_tmu_sequence); in v3d_spill_reg()
343 if (start_of_tmu_sequence) in v3d_spill_reg()