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

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_writeout.c123 writeout |= PAN_WRITEOUT_Z;
180 writeout |= PAN_WRITEOUT_Z;
H A Dpan_ir.h378 #define PAN_WRITEOUT_Z 2 macro
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c1255 if (writeout & PAN_WRITEOUT_Z)
H A Dmidgard_compile.c1565 ins.writeout |= PAN_WRITEOUT_Z;
1916 if (writeout & PAN_WRITEOUT_Z)
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c575 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S);
634 if (writeout & PAN_WRITEOUT_Z)
642 writeout & PAN_WRITEOUT_Z);

Completed in 16 milliseconds