Searched refs:empty_src (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_undef.c | 61 nir_src empty_src; local in function:opt_undef_csel 62 memset(&empty_src, 0, sizeof(empty_src)); 63 nir_instr_rewrite_src(&instr->instr, &instr->src[1].src, empty_src); 64 nir_instr_rewrite_src(&instr->instr, &instr->src[2].src, empty_src);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_undef.c | 62 nir_src empty_src; local in function:opt_undef_csel 63 memset(&empty_src, 0, sizeof(empty_src)); 64 nir_instr_rewrite_src(&instr->instr, &instr->src[1].src, empty_src); 65 nir_instr_rewrite_src(&instr->instr, &instr->src[2].src, empty_src);
|
Completed in 2 milliseconds