Searched refs:perform_copy (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | prime_nv_pcopy.c | 337 static void perform_copy(struct nouveau_bo *nvbo, const rect *dst, in perform_copy() function 497 perform_copy(nvbo, &dst, 0, 0, nvbi, &src, 0, 0, w, h); in test1_macro() 581 perform_copy(bo_nvidia, &nvidia, 0, 0, bo_linear, &linear, 0, 0, nvidia.pitch, nvidia.h); in test1_micro() 585 perform_copy(bo_intel, &intel, dst_x, dst_y, bo_nvidia, &nvidia, src_x, src_y, w, h); in test1_micro() 641 perform_copy(nvbo, &dst, 0, 0, nvbi, &src, 0, 0, w, h); in test2() 703 perform_copy(bo_intel, &intel, 0, 0, bo_linear, &linear, 0, 0, linear.pitch, linear.h); in test3_base() 707 perform_copy(bo_nvidia, &nvidia, 0, 0, bo_linear, &linear, 0, 0, nvidia.pitch, nvidia.h); in test3_base() 711 perform_copy(bo_intel, &intel, dst_x, dst_y, bo_nvidia, &nvidia, src_x, src_y, w, h); in test3_base() 716 perform_copy(bo_linear, &linear, 0, 0, bo_intel, &intel, 0, 0, intel.pitch, intel.h); in test3_base()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_cuda.py | 682 def perform_copy(): function 691 perform_copy()
|