Searched refs:TARGET_DISCARD (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_print.c168 if (ins->branch.target_type == TARGET_DISCARD)
195 if (ins->branch.target_type != TARGET_DISCARD)
H A Dcompiler.h48 * the hardware), hence why that must be zero. TARGET_DISCARD signals this
54 #define TARGET_DISCARD 3 macro
H A Dmidgard_emit.c745 bool is_discard = ins->branch.target_type == TARGET_DISCARD;
H A Dmidgard_compile.c1691 discard.branch.target_type = TARGET_DISCARD;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c84 * the hardware), hence why that must be zero. TARGET_DISCARD signals this
90 #define TARGET_DISCARD 3 macro
1564 discard.branch.target_type = TARGET_DISCARD;
3969 bool is_discard = ins->branch.target_type == TARGET_DISCARD;

Completed in 15 milliseconds