Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_undef.c62 nir_src empty_src; in opt_undef_csel() local
63 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()