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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_gcm.c74 GCM_INSTR_PLACED = (1 << 4), enumerator in enum:__anone47e26000103
298 * to either GCM_INSTR_PINNED, GCM_INSTR_PLACED or 0.
381 instr->pass_flags = GCM_INSTR_PLACED;
388 if (!(instr->pass_flags & GCM_INSTR_PLACED)) {
471 instr->pass_flags & GCM_INSTR_PLACED) {
664 if (instr->pass_flags & GCM_INSTR_PLACED ||
702 if (instr->pass_flags & GCM_INSTR_PLACED)
705 instr->pass_flags |= GCM_INSTR_PLACED;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_gcm.c56 GCM_INSTR_PLACED = (1 << 3), enumerator in enum:__anon0c1fa9ed0103
403 if (instr->pass_flags & GCM_INSTR_PLACED)
406 instr->pass_flags |= GCM_INSTR_PLACED;

Completed in 4 milliseconds