Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c477 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_fma() local
523 else if ((u32 || s32) && typeless_cond) in bi_pack_fma()
525 else if ((u16 || s16) && typeless_cond) in bi_pack_fma()
725 bool typeless_cond = (cond == BI_COND_EQ) || (cond == BI_COND_NE); in bi_pack_add() local
744 else if ((src0_u32 || src0_s32) && typeless_cond) in bi_pack_add()
746 else if ((src0_u16 || src0_s16) && typeless_cond) in bi_pack_add()
748 else if ((src0_u8 || src0_s8) && typeless_cond) in bi_pack_add()