Searched refs:nir_instrs_equal (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.3.rst | 101 - nir/instr_set: Expose nir_instrs_equal()
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 54 * 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 D | nir_loop_analyze.c | 297 * per nir_instrs_equal), return one of the ALU instructions. Otherwise, 313 if (!nir_instrs_equal(&first->instr, &alu->instr))
|
| H A D | nir.h | 4280 bool nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 54 * 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 D | nir_loop_analyze.c | 274 * per nir_instrs_equal), return one of the ALU instructions. Otherwise, 290 if (!nir_instrs_equal(&first->instr, &alu->instr))
|
| H A D | nir.h | 2984 bool nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2);
|
Completed in 83 milliseconds