Home
last modified time | relevance | path

Searched refs:PAN_WRITEOUT_S (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c126 writeout |= PAN_WRITEOUT_S; in pan_nir_lower_zs_store()
183 writeout |= PAN_WRITEOUT_S; in pan_nir_lower_zs_store()
Dpan_ir.h240 #define PAN_WRITEOUT_S 4 macro
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c328 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S); in bi_emit_frag_out()
346 unsigned s = writeout & PAN_WRITEOUT_S ? in bi_emit_frag_out()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1181 if (writeout & PAN_WRITEOUT_S) in mir_schedule_alu()
Dmidgard_compile.c1352 ins.writeout |= PAN_WRITEOUT_S; in emit_fragment_store()
1691 if (writeout & PAN_WRITEOUT_S) in emit_intrinsic()