HomeSort by relevance Sort by last modified time
    Searched refs:dst_ref (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_shader.c 39 struct pipe_reference *dst_ref; local
48 dst_ref = dst ? &dst->refcnt : NULL;
50 if (pipe_reference(dst_ref, src_ref)) {
vmw_surface.c 197 struct pipe_reference *dst_ref; local
206 dst_ref = dst ? &dst->refcnt : NULL;
208 if (pipe_reference(dst_ref, src_ref)) {
  /external/webrtc/webrtc/modules/video_processing/test/
denoiser_test.cc 73 uint8_t running_src[16 * 16], src[16 * 16], dst[16 * 16], dst_ref[16 * 16]; local
80 dst_ref[i * 16 + j] = running_src[i * 16 + j];
85 EXPECT_EQ(0, memcmp(dst, dst_ref, 16 * 16));
92 dst_ref[i * 16 + j] = src[i * 16 + j] - 2;
97 EXPECT_EQ(0, memcmp(dst, dst_ref, 16 * 16));
100 EXPECT_EQ(0, memcmp(dst, dst_ref, 16 * 16));
107 dst_ref[i * 16 + j] = src[i * 16 + j] - 6;
112 EXPECT_EQ(0, memcmp(dst, dst_ref, 16 * 16));
115 EXPECT_EQ(0, memcmp(dst, dst_ref, 16 * 16));
  /external/libaom/libaom/test/
convolve_round_test.cc 91 uint8_t *dst_ref = 0; local
95 dst_ref = reinterpret_cast<uint8_t *>(dst_ref_);
98 dst_ref = CONVERT_TO_BYTEPTR(dst_ref_);
115 func_ref_(src_, src_stride, dst_ref, dst_stride, w, h, bits);
122 ASSERT_EQ(dst_ref[r * dst_stride + c], dst[r * dst_stride + c])
  /external/tensorflow/tensorflow/core/util/
presized_cuckoo_map.h 291 Bucket& dst_ref = buckets_[dst_bucket]; local
292 dst_ref.keys[dst_slot] = src_ref.keys[src_slot];
293 dst_ref.values[dst_slot] = src_ref.values[src_slot];

Completed in 727 milliseconds