Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c161 unsigned offset_def_count; member
212 for (unsigned i = 0; i < key->offset_def_count; i++) in hash_entry_key()
215 hash = XXH32(key->offset_defs_mul, key->offset_def_count * sizeof(uint64_t), hash); in hash_entry_key()
228 if (a->offset_def_count != b->offset_def_count) in entry_key_equals()
231 size_t offset_def_size = a->offset_def_count * sizeof(nir_ssa_def *); in entry_key_equals()
232 size_t offset_def_mul_size = a->offset_def_count * sizeof(uint64_t); in entry_key_equals()
233 if (a->offset_def_count && in entry_key_equals()
343 unsigned offset_def_count, nir_ssa_def *def, uint64_t mul) in add_to_entry_key() argument
347 for (unsigned i = 0; i <= offset_def_count; i++) { in add_to_entry_key()
348 if (i == offset_def_count || def->index > offset_defs[i]->index) { in add_to_entry_key()
[all …]