Home
last modified time | relevance | path

Searched defs:ACP_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp35 #define ACP_HASH_SIZE 64 macro
1033 foreach_in_list(acp_entry, entry, &acp[inst->src[i].nr % ACP_HASH_SIZE]) { in opt_copy_propagation_local() argument
1043 foreach_in_list_safe(acp_entry, entry, &acp[inst->dst.nr % ACP_HASH_SIZE]) { in opt_copy_propagation_local() argument
[all...]

Completed in 2 milliseconds