Searched refs:s67 (Results 1 – 10 of 10) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_bi_filter.cl | 52 CALC_SUM (y1.s2345, y1.s67, y2.s01, dark1.s2345, dark1.s67, dark2.s01); 56 CALC_SUM (y1.s67, y2.s0123, y2.s45, dark1.s67, dark2.s0123, dark2.s45); 58 CALC_SUM (y2.s0123, y2.s45, y2.s67, dark2.s0123, dark2.s45, dark2.s67); 63 CALC_SUM (y2.s2345, y2.s67, y1.s01, dark2.s2345, dark2.s67, dark1.s01); 67 CALC_SUM (y2.s67, y1.s0123, y1.s45, dark2.s67, dark1.s0123, dark1.s45);
|
D | kernel_yuv_pipe.cl | 109 in[0].s67 = mad(in[0].s67 - in_prev[0].s67, coeff_Y[3], in_prev[0].s67); 110 in[1].s67 = mad(in[1].s67 - in_prev[1].s67, coeff_Y[3], in_prev[1].s67);
|
D | kernel_gauss_lap_pyramid.cl | 101 … (float4)(result_pre[i_line].s67, result_cur[i_line].s23) * coeffs[COEFF_MID + 1] + 144 data.s67 = read_imagef (input, sampler, pos_start).xy; 327 zoom_in.s67 = read_imagef (input_gauss1, gauss1_sampler, gauss1_pos).xy; 526 … (float8)(result_cur[i_line].s2345, result_cur[i_line].s67, result_next.s01) * 595 … (float8)(result_pre[i_line].s67, result_cur[i_line].s0123, result_cur[i_line].s45) * 597 … (float8)(result_cur[i_line].s2345, result_cur[i_line].s67, result_next[i_line].s01) *
|
D | kernel_geo_map.cl | 100 …output_data.s67 = out_of_bound[6] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[6]).…
|
/external/clang/test/CodeGen/ |
D | x86_32-arguments-darwin.c | 342 struct s67 { _Complex unsigned short int a; }; struct 343 void f67(struct s67 x) {} in f67()
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_jnt_convolve_avx2.c | 730 const __m256i s67 = _mm256_permute2x128_si256( in av1_highbd_dist_wtd_convolve_y_avx2() local 744 s[3] = _mm256_unpacklo_epi16(s67, s78); in av1_highbd_dist_wtd_convolve_y_avx2() 745 s[7] = _mm256_unpackhi_epi16(s67, s78); in av1_highbd_dist_wtd_convolve_y_avx2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | branch-relax-spill.ll | 77 %sgpr67 = tail call i32 asm sideeffect "s_mov_b32 s67, 0", "={s67}"() #0 196 tail call void asm sideeffect "; reg use $0", "{s67}"(i32 %sgpr67) #0
|
D | partial-sgpr-to-vgpr-spills.ll | 157 ; GCN-NEXT: v_writelane_b32 v1, s67, 55
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_avx2.c | 196 const __m256i s67 = _mm256_permute2x128_si256( in av1_highbd_convolve_y_sr_avx2() local 210 s[3] = _mm256_unpacklo_epi16(s67, s78); in av1_highbd_convolve_y_sr_avx2() 211 s[7] = _mm256_unpackhi_epi16(s67, s78); in av1_highbd_convolve_y_sr_avx2()
|
/external/v8/benchmarks/ |
D | regexp.js | 397 var s67 = computeInputVariants('e115', 27); 412 s67[i].replace(/[A-Za-z]/g, '');
|