Searched refs:current_set (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_stress.c | 143 static unsigned current_set = 0; variable 434 tile2xy(&buffers[current_set][buf_idx], tile, &x, &y); in fan_out() 440 set_to_cpu_domain(&buffers[current_set][buf_idx], 1); in fan_out() 443 buffers[current_set][buf_idx].data, in fan_out() 444 buffers[current_set][buf_idx].stride / sizeof(uint32_t), in fan_out() 462 tile2xy(&buffers[current_set][buf_idx], tile, &x, &y); in fan_in_and_check() 465 set_to_cpu_domain(&buffers[current_set][buf_idx], 0); in fan_in_and_check() 467 cpucpy2d(buffers[current_set][buf_idx].data, in fan_in_and_check() 468 buffers[current_set][buf_idx].stride / sizeof(uint32_t), in fan_in_and_check() 540 if (current_set == 1 && options.gpu_busy_load == 0) { in init_set() [all …]
|
/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 70 std::int32_t current_set; member 74 : n(n), m(m), k(k), repetitions(1), current_set(0), working_sets() {} in Shape() 85 current_set = 0; in init() 89 WorkingSet& working_set() { return working_sets[current_set]; } in working_set() 92 current_set = (current_set + 1) % working_sets.size(); in next_working_set()
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 410 LockFreeAddressHashSet& current_set = sampled_addresses_set(); in BalanceAddressesHashSet() local 411 if (current_set.load_factor() < 1) in BalanceAddressesHashSet() 414 std::make_unique<LockFreeAddressHashSet>(current_set.buckets_count() * 2); in BalanceAddressesHashSet() 415 new_set->Copy(current_set); in BalanceAddressesHashSet()
|
/external/llvm-project/llvm/utils/ |
D | update_mca_test_checks.py | 364 current_set = set() 368 current_set.add(s[0]) 373 if block_text and not current_set: 376 block_infos[block_num][block_text] = sorted(list(current_set))
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 138 def visit_component_info(ci, current_stack, current_set): argument 140 if ci in current_set: 172 current_set.add(ci) 173 visit_component_info(referent, current_stack, current_set) 174 current_set.remove(ci)
|
/external/libxaac/decoder/ |
D | ixheaacd_huff_code_reorder.c | 1688 UWORD8 current_set; in ixheaacd_decode_non_pcw() local 1703 for (current_set = 1; current_set < num_set; current_set++) { in ixheaacd_decode_non_pcw() 1713 cw_offset = num_segment * current_set; in ixheaacd_decode_non_pcw() 1719 cw_offset = num_segment * current_set; in ixheaacd_decode_non_pcw()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-global.log | 481 [ 1.114603] [5: swapper/0: 1] set_host_turn_on_event : current_set is 0!
|
D | galaxy-s8-us.log | 1796 [ 2.271407] [6: swapper/0: 1] set_host_turn_on_event : current_set is 0!
|