Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c124 writeout |= PAN_WRITEOUT_Z; in pan_nir_lower_zs_store()
181 writeout |= PAN_WRITEOUT_Z; in pan_nir_lower_zs_store()
Dpan_ir.h239 #define PAN_WRITEOUT_Z 2 macro
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c328 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S); in bi_emit_frag_out()
344 unsigned z = writeout & PAN_WRITEOUT_Z ? in bi_emit_frag_out()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1178 if (writeout & PAN_WRITEOUT_Z) in mir_schedule_alu()
Dmidgard_compile.c1346 ins.writeout |= PAN_WRITEOUT_Z; in emit_fragment_store()
1689 if (writeout & PAN_WRITEOUT_Z) in emit_intrinsic()