Searched refs:num_loop (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/autotest/client/site_tests/power_WaitForCoolDown/ |
H A D | power_WaitForCoolDown.py | 40 num_loop = int(max_runtime / loop_secs) 43 for i in range(num_loop): 54 num_loop * loop_secs, max_temp, target_temp)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/ |
H A D | xla_control_flow_ops_test.py | 44 num_loop = 10 45 x_series = random_ops.random_uniform([num_loop, 9, 9]) 46 y_series = random_ops.random_uniform([num_loop, 9, 1]) 61 self._test_loop_fn(loop_fn, num_loop)
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.h | 92 LLVMValueRef num_loop; member 130 LLVMValueRef num_loop,
|
H A D | lp_state_fs.c | 410 LLVMValueRef num_loop, in lp_build_sample_alpha_to_coverage() argument 425 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, lp_build_const_int32(gallivm, s), num_loop, ""); in lp_build_sample_alpha_to_coverage() 648 LLVMValueRef num_loop, in generate_fs_loop() argument 756 LLVMValueRef color_store_size = num_loop; in generate_fs_loop() 758 …color_store_size = LLVMBuildMul(builder, num_loop, lp_build_const_int32(gallivm, key->min_samples)… in generate_fs_loop() 792 num_loop, in generate_fs_loop() 800 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, num_loop, lp_build_const_int32(gallivm, s), ""); in generate_fs_loop() 871 LLVMValueRef s_mask_idx = LLVMBuildMul(builder, sample_loop_state.counter, num_loop, ""); in generate_fs_loop() 1008 LLVMValueRef s_mask_idx = LLVMBuildMul(builder, sample_loop_state.counter, num_loop, ""); in generate_fs_loop() 1115 lp_build_sample_alpha_to_coverage(gallivm, type, key->coverage_samples, num_loop, in generate_fs_loop() [all …]
|
H A D | lp_bld_interp.c | 172 …LLVMValueRef s_mask_idx = LLVMBuildMul(builder, bld->num_loop, lp_build_const_int32(gallivm, s), "… in calc_centroid_offsets() 725 LLVMValueRef num_loop, in lp_build_interp_soa_init() argument 795 bld->num_loop = num_loop; in lp_build_interp_soa_init()
|