Searched refs:hash_instr (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_cse.c | 38 hash_instr(const void *data) function in typeref:typename:uint32_t 111 struct set *instr_set = _mesa_set_create(NULL, hash_instr, cmp_func);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_cse.c | 57 hash_instr(const void *data) function in typeref:typename:uint32_t 154 struct set *instr_set = _mesa_set_create(NULL, hash_instr, instrs_equal);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_vectorize.c | 59 hash_instr(const void *data) function in typeref:typename:uint32_t 345 return _mesa_set_create(NULL, hash_instr, instrs_equal);
|
| H A D | nir_instr_set.c | 54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only 296 hash_instr(const void *data) function in typeref:typename:uint32_t 545 * it should only return "true" for instructions that hash_instr() will return 796 return _mesa_set_create(mem_ctx, hash_instr, cmp_func);
|
| /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 279 hash_instr(const void *data) function in typeref:typename:uint32_t 564 * it should only return "true" for instructions that hash_instr() will return 803 return _mesa_set_create(mem_ctx, hash_instr, cmp_func); 818 uint32_t hash = hash_instr(instr);
|
Completed in 5 milliseconds