Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c144 writeout |= PAN_WRITEOUT_Z; in pan_nir_lower_zs_store()
Dpan_ir.h495 #define PAN_WRITEOUT_Z 2 macro
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1255 if (writeout & PAN_WRITEOUT_Z) in mir_schedule_alu()
Dmidgard_compile.c1651 ins.writeout |= PAN_WRITEOUT_Z; in emit_fragment_store()
1970 if (writeout & PAN_WRITEOUT_Z) in emit_intrinsic()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c843 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S); in bi_emit_fragment_out()
889 if (writeout & PAN_WRITEOUT_Z) in bi_emit_fragment_out()
897 writeout & PAN_WRITEOUT_Z); in bi_emit_fragment_out()