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

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_writeout.c59 nir_intrinsic_instr *z_store = NULL, *s_store = NULL; local in function:pan_nir_lower_zs_store
76 assert(!s_store);
77 s_store = intr;
82 if (!z_store && !s_store) continue;
110 assert(!s_store || s_store->instr.block == instr->block);
124 if (s_store)
135 s_store ? s_store->src[0].ssa : zero,
155 if (z_store && s_store)
[all...]

Completed in 2 milliseconds