Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c77 GCM_INSTR_PLACED = (1 << 4), enumerator
304 * to either GCM_INSTR_PINNED, GCM_INSTR_PLACED or 0.
391 instr->pass_flags = GCM_INSTR_PLACED; in gcm_pin_instructions()
398 if (!(instr->pass_flags & GCM_INSTR_PLACED)) { in gcm_pin_instructions()
481 instr->pass_flags & GCM_INSTR_PLACED) { in gcm_schedule_early_instr()
726 if (instr->pass_flags & GCM_INSTR_PLACED || in gcm_schedule_late_instr()
764 if (instr->pass_flags & GCM_INSTR_PLACED) in gcm_place_instr()
767 instr->pass_flags |= GCM_INSTR_PLACED; in gcm_place_instr()

Completed in 2 milliseconds