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.c121 unsigned writeout = PAN_WRITEOUT_C; in pan_nir_lower_zs_store()
Dpan_ir.h377 #define PAN_WRITEOUT_C 1 macro
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c572 PAN_WRITEOUT_C; in bi_emit_fragment_out()
574 bool emit_blend = writeout & (PAN_WRITEOUT_C); in bi_emit_fragment_out()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1547 ins.writeout = depth_only ? 0 : PAN_WRITEOUT_C; in emit_fragment_store()