Searched refs:nir_instrs_equal (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.3.rst101 - nir/instr_set: Expose nir_instrs_equal()
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_instr_set.c54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only
292 * according nir_instrs_equal().
550 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) function in typeref:typename:bool
790 return nir_instrs_equal(data1, data2);
H A Dnir_loop_analyze.c297 * per nir_instrs_equal), return one of the ALU instructions. Otherwise,
313 if (!nir_instrs_equal(&first->instr, &alu->instr))
H A Dnir.h4280 bool nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only
275 * according nir_instrs_equal().
569 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) function in typeref:typename:bool
797 return nir_instrs_equal(data1, data2);
H A Dnir_loop_analyze.c274 * per nir_instrs_equal), return one of the ALU instructions. Otherwise,
290 if (!nir_instrs_equal(&first->instr, &alu->instr))
H A Dnir.h2984 bool nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2);

Completed in 83 milliseconds