Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c125 writeout |= PAN_WRITEOUT_S; in pan_nir_lower_zs_store()
182 writeout |= PAN_WRITEOUT_S; in pan_nir_lower_zs_store()
Dpan_ir.h379 #define PAN_WRITEOUT_S 4 macro
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c575 bool emit_zs = writeout & (PAN_WRITEOUT_Z | PAN_WRITEOUT_S); in bi_emit_fragment_out()
637 if (writeout & PAN_WRITEOUT_S) in bi_emit_fragment_out()
641 writeout & PAN_WRITEOUT_S, in bi_emit_fragment_out()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1258 if (writeout & PAN_WRITEOUT_S) in mir_schedule_alu()
Dmidgard_compile.c1571 ins.writeout |= PAN_WRITEOUT_S; in emit_fragment_store()
1918 if (writeout & PAN_WRITEOUT_S) in emit_intrinsic()