Searched refs:this_dst (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.cc | 109 uint8* this_dst = dstdata + k * width * channel * height; in Decode() local 129 uint8* p_dst = this_dst + i * width * channel; in Decode() 145 uint8* p_dst = this_dst + i * width * channel; in Decode() 169 uint8* p_dst = this_dst + i * width * channel; in Decode()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_avx2.cc | 935 const __m128i this_dst = _mm256_castsi256_si128(packed_results); in FilterVertical16xH() local 938 StoreUnaligned16(dst8, this_dst); in FilterVertical16xH() 1023 const __m128i this_dst = _mm256_castsi256_si128(results); in FilterVertical8xH() local 1026 StoreUnaligned16(dst16, this_dst); in FilterVertical8xH() 1032 const __m128i this_dst = _mm256_castsi256_si128(packed_results); in FilterVertical8xH() local 1035 StoreLo8(dst8, this_dst); in FilterVertical8xH()
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 215 ; CHECK: store i32 %add.i0, i32* %this_dst.i0, align 16, !llvm.mem.parallel_loop_access ![[TAG]] 216 ; CHECK: store i32 %add.i1, i32* %this_dst.i1, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 217 ; CHECK: store i32 %add.i2, i32* %this_dst.i2, align 8, !llvm.mem.parallel_loop_access ![[TAG]] 218 ; CHECK: store i32 %add.i3, i32* %this_dst.i3, align 4, !llvm.mem.parallel_loop_access ![[TAG]] 226 %this_dst = getelementptr <4 x i32>, <4 x i32> *%dst, i32 %index 229 store <4 x i32> %add, <4 x i32> *%this_dst, !llvm.mem.parallel_loop_access !3
|
/external/llvm-project/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 216 ; CHECK: store i32 %add.i0, i32* %this_dst.i0, align 16, !llvm.access.group ![[TAG]] 217 ; CHECK: store i32 %add.i1, i32* %this_dst.i1, align 4, !llvm.access.group ![[TAG]] 218 ; CHECK: store i32 %add.i2, i32* %this_dst.i2, align 8, !llvm.access.group ![[TAG]] 219 ; CHECK: store i32 %add.i3, i32* %this_dst.i3, align 4, !llvm.access.group ![[TAG]] 227 %this_dst = getelementptr <4 x i32>, <4 x i32> *%dst, i32 %index 230 store <4 x i32> %add, <4 x i32> *%this_dst, !llvm.access.group !13
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 526 struct ureg_dst this_dst = dst; in ntt_emit_scalar() local 531 this_dst.WriteMask = (1 << i); in ntt_emit_scalar() 533 ureg_insn(c->ureg, tgsi_op, &this_dst, 1, srcs, num_src, false); in ntt_emit_scalar()
|
/external/libaom/libaom/av1/encoder/ |
D | tx_search.c | 718 const uint8_t *const this_dst = in get_2x2_normalized_sses_and_sads() local 723 cpi->fn_ptr[tx_bsize_half].vf(this_src, src_stride, this_dst, in get_2x2_normalized_sses_and_sads() 730 this_src, src_stride, this_dst, dst_stride); in get_2x2_normalized_sses_and_sads()
|