Searched refs:b_src (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | buffer.h | 209 T *b_src = this->TopLeftPixel(); in CopyFrom() local 212 b_src[width] = a_src[width]; in CopyFrom() 215 b_src += this->stride(); in CopyFrom() 243 T *b_src = TopLeftPixel(); in PrintDifference() local 248 if (a_src[width] != b_src[width]) { in PrintDifference() 249 printf("*%3d", b_src[width]); in PrintDifference() 251 printf("%4d", b_src[width]); in PrintDifference() 256 b_src += this->stride(); in PrintDifference() 260 b_src = TopLeftPixel(); in PrintDifference() 265 if (a_src[width] != b_src[width]) { in PrintDifference() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 495 struct radv_meta_blit2d_surf b_src = in copy_image() local 516 if (!src_compressed || radv_dcc_formats_compatible(b_src.format, b_dst.format)) { in copy_image() 517 b_src.format = b_dst.format; in copy_image() 519 b_dst.format = b_src.format; in copy_image() 528 b_dst.format = b_src.format; in copy_image() 566 b_src.layer = src_offset_el.z; in copy_image() 587 radv_meta_image_to_image_cs(cmd_buffer, &b_src, &b_dst, 1, &rect); in copy_image() 589 radv_meta_blit2d(cmd_buffer, &b_src, NULL, &b_dst, 1, &rect); in copy_image() 592 b_src.layer++; in copy_image()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
D | libtpu_client.c | 98 char a_src[size], b_src[size], sum_src[size]; in main() local 101 b_src[i] = 2; in main() 113 driver_fn.TpuDriver_TransferToDevice(driver, b_src, buf_b_handle, in main()
|
/external/bcc/tests/python/ |
D | test_usdt3.py | 94 b_src = self.tmp_dir + "/b.c" 101 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + b_obj + " " + b_src), 0)
|