Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp35 #define ACP_HASH_SIZE 16 macro
96 exec_list *out_acp[ACP_HASH_SIZE]);
117 exec_list *out_acp[ACP_HASH_SIZE]) in fs_copy_prop_dataflow() argument
124 for (int i = 0; i < ACP_HASH_SIZE; i++) { in fs_copy_prop_dataflow()
141 for (int i = 0; i < ACP_HASH_SIZE; i++) { in fs_copy_prop_dataflow()
784 foreach_in_list(acp_entry, entry, &acp[inst->src[i].nr % ACP_HASH_SIZE]) { in opt_copy_propagation_local()
794 foreach_in_list_safe(acp_entry, entry, &acp[inst->dst.nr % ACP_HASH_SIZE]) { in opt_copy_propagation_local()
803 for (int i = 0; i < ACP_HASH_SIZE; i++) { in opt_copy_propagation_local()
826 acp[entry->dst.nr % ACP_HASH_SIZE].push_tail(entry); in opt_copy_propagation_local()
843 acp[entry->dst.nr % ACP_HASH_SIZE].push_tail(entry); in opt_copy_propagation_local()
[all …]