Searched refs:permutation_index (Results 1 – 2 of 2) sorted by relevance
600 const int permutation_index = permutation[i / 2]; in PermuteDouble() local601 (*values)[i] = elements[permutation_index * 2]; in PermuteDouble()602 (*values)[i + 1] = elements[permutation_index * 2 + 1]; in PermuteDouble()
6690 for (int permutation_index = 14; permutation_index >= 0; permutation_index--) in test_shader_compilation() local6698 if (permutation_index & (1 << sub_script_entry_index)) in test_shader_compilation()6733 (initialiser_selector == 0 || permutation_index == 7), in test_shader_compilation()