Searched refs:acp_table_size (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp190 unsigned acp_table_size = util_next_power_of_two(num_acp) / 4; local in function:fs_copy_prop_dataflow::setup_initial_values
191 acp_table_size = MAX2(acp_table_size, ACP_HASH_SIZE);
192 exec_list *acp_table = new exec_list[acp_table_size];
198 unsigned idx = reg_space(acp[i]->dst) & (acp_table_size - 1);
207 unsigned idx = reg_space(inst->dst) & (acp_table_size - 1);
217 for (unsigned i = 0; i < acp_table_size; i++)
224 unsigned idx = reg_space(acp[i]->src) & (acp_table_size - 1);
234 unsigned idx = reg_space(inst->dst) & (acp_table_size - 1);

Completed in 4 milliseconds