HomeSort by: relevance | last modified time | path
    Searched refs:should_split_wrmask (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir.c 281 should_split_wrmask(const nir_instr *instr, const void *data) function
406 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s);
711 progress |= OPT(s, nir_lower_wrmasks, should_split_wrmask, s);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir.c 1111 should_split_wrmask(const nir_instr *instr, const void *data) function
1507 NIR_PASS_V(c->s, nir_lower_wrmasks, should_split_wrmask, c->s);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_compile.c 3188 should_split_wrmask(const nir_instr *instr, UNUSED const void *data) function
3365 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL);

Completed in 11 milliseconds