Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/util/
Dpan_ir.h238 #define PAN_WRITEOUT_C 1 macro
Dpan_lower_writeout.c122 unsigned writeout = PAN_WRITEOUT_C; in pan_nir_lower_zs_store()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c325 PAN_WRITEOUT_C; in bi_emit_frag_out()
327 bool emit_blend = writeout & (PAN_WRITEOUT_C); in bi_emit_frag_out()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1333 ins.writeout = depth_only ? 0 : PAN_WRITEOUT_C; in emit_fragment_store()