Searched refs:empty_src (Results 1 – 1 of 1) sorted by relevance
62 nir_src empty_src; in opt_undef_csel() local63 memset(&empty_src, 0, sizeof(empty_src)); in opt_undef_csel()64 nir_instr_rewrite_src(&instr->instr, &instr->src[1].src, empty_src); in opt_undef_csel()65 nir_instr_rewrite_src(&instr->instr, &instr->src[2].src, empty_src); in opt_undef_csel()