Searched refs:is_special (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c859 bool is_special = spill_class != REG_CLASS_WORK; local in function:mir_spill_register
863 unsigned spill_slot = !is_special ? (*spill_count)++ : 0;
882 if (!is_special || is_special_w) {
952 if (!is_special)
985 if (is_special) {
1010 if (!is_special)
H A Dmidgard_emit.c747 bool is_special = is_discard || is_tilebuf_wait; local in function:emit_branch
812 if (is_conditional || is_special) {
/xsrc/external/mit/libX11/dist/src/
H A DXrm.c302 #define is_special(bits) ((bits) & (ENDOF|BSLASH)) macro
1380 while (!is_special(bits) && ptr + len <= ptr_max) {

Completed in 7 milliseconds