Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_WaitForCoolDown/
Dpower_WaitForCoolDown.py39 num_loop = int(max_runtime / loop_secs)
42 for i in range(num_loop):
53 num_loop * loop_secs, max_temp, target_temp)
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.h93 LLVMValueRef num_loop; member
128 LLVMValueRef num_loop,
Dlp_bld_interp.c170 …LLVMValueRef s_mask_idx = LLVMBuildMul(builder, bld->num_loop, lp_build_const_int32(gallivm, s), "… in calc_centroid_offsets()
678 LLVMValueRef num_loop, in lp_build_interp_soa_init() argument
750 bld->num_loop = num_loop; in lp_build_interp_soa_init()
Dlp_state_fs.c398 LLVMValueRef num_loop, in lp_build_sample_alpha_to_coverage() argument
412 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, lp_build_const_int32(gallivm, s), num_loop, ""); in lp_build_sample_alpha_to_coverage()
563 LLVMValueRef num_loop, in generate_fs_loop() argument
681 LLVMValueRef color_store_size = num_loop; in generate_fs_loop()
683 …color_store_size = LLVMBuildMul(builder, num_loop, lp_build_const_int32(gallivm, key->min_samples)… in generate_fs_loop()
706 num_loop, in generate_fs_loop()
714 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, num_loop, lp_build_const_int32(gallivm, s), ""); in generate_fs_loop()
786 LLVMValueRef s_mask_idx = LLVMBuildMul(builder, sample_loop_state.counter, num_loop, ""); in generate_fs_loop()
913 LLVMValueRef s_mask_idx = LLVMBuildMul(builder, sample_loop_state.counter, num_loop, ""); in generate_fs_loop()
1006 lp_build_sample_alpha_to_coverage(gallivm, type, key->coverage_samples, num_loop, in generate_fs_loop()
[all …]
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dxla_control_flow_ops_test.py48 num_loop = 10
49 x_series = random_ops.random_uniform([num_loop, 9, 9])
50 y_series = random_ops.random_uniform([num_loop, 9, 1])
65 self._test_loop_fn(loop_fn, num_loop)