Searched refs:bit_eval_cond (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_interpret.c | 246 bit_eval_cond(enum bi_cond cond, bit_t l, bit_t r, nir_alu_type T, unsigned cl, unsigned cr) in bit_eval_cond() function 274 bool v = bit_eval_cond(cond, l, r, T, cl, cr); in bit_cmp() 512 bit_eval_cond(ins->cond, srcs[0], srcs[1], ins->src_types[0], 0, 0); in bit_step() 518 … bit_eval_cond(ins->cond, srcs[0], srcs[1], ins->src_types[0], c, c); in bit_step()
|