Home
last modified time | relevance | path

Searched refs:PAN_WRITEOUT_C (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c179 unsigned this_store = PAN_WRITEOUT_C | (replaced ? 0 : writeout); in pan_nir_lower_zs_store()
Dpan_ir.h494 #define PAN_WRITEOUT_C 1 macro
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1633 ins.writeout = depth_only ? 0 : PAN_WRITEOUT_C; in emit_fragment_store()
1967 unsigned writeout = PAN_WRITEOUT_C; in emit_intrinsic()
1978 if (writeout & PAN_WRITEOUT_C) { in emit_intrinsic()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c840 PAN_WRITEOUT_C; in bi_emit_fragment_out()
842 bool emit_blend = writeout & (PAN_WRITEOUT_C); in bi_emit_fragment_out()