Searched refs:intel_copy_bo (Results 1 – 9 of 9) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_pread_after_blit.c | 148 intel_copy_bo(batch, tmp[0], src[0], width*height*4); in do_test() 152 intel_copy_bo(batch, tmp[0], src[1], width*height*4); in do_test() 157 intel_copy_bo(batch, tmp[0], src[0], width*height*4); in do_test() 161 intel_copy_bo(batch, tmp[0], src[1], width*height*4); in do_test() 166 intel_copy_bo(batch, tmp[0], src[0], width*height*4); in do_test() 171 intel_copy_bo(batch, tmp[0], src[0], width*height*4); in do_test() 172 intel_copy_bo(batch, tmp[1], src[1], width*height*4); in do_test() 178 intel_copy_bo(batch, tmp[0], src[0], width*height*4); in do_test() 179 intel_copy_bo(batch, tmp[1], src[1], width*height*4); in do_test() 185 intel_copy_bo(batch, tmp[1], src[0], width*height*4); in do_test() [all …]
|
D | gem_tiled_blits.c | 85 intel_copy_bo (batch, bo, linear_bo, width*height*4); in create_bo() 102 intel_copy_bo(batch, linear_bo, bo, width*height*4); in check_bo() 149 intel_copy_bo(batch, bo[dst], bo[src], width*height*4); in run_test() 171 intel_copy_bo(batch, bo[dst], bo[src], width*height*4); in run_test() 185 intel_copy_bo(batch, bo[dst], bo[src], width*height*4); in run_test()
|
D | gem_ppgtt.c | 203 intel_copy_bo(batch, src[0], src[1], SIZE); in fork_bcs_copy() 204 intel_copy_bo(batch, dst[child], src[0], SIZE); in fork_bcs_copy() 215 intel_copy_bo(batch, src[0], src[1], SIZE); in fork_bcs_copy() 216 intel_copy_bo(batch, dst[child], src[0], SIZE); in fork_bcs_copy()
|
D | gem_ring_sync_copy.c | 249 intel_copy_bo(data->batch, in blitter_busy() 273 intel_copy_bo(data->batch, dst, src, WIDTH*HEIGHT*4); in blitter_copy()
|
D | gem_stolen.c | 84 intel_copy_bo(batch, dest, src, SIZE); in verify_copy_op() 358 intel_copy_bo(batch, dest, src, SIZE); in stolen_hibernate()
|
/external/igt-gpu-tools/tests/ |
D | prime_mmap_coherency.c | 64 intel_copy_bo(batch, bo_1, bo_2, width * height); in test_read_flush() 87 intel_copy_bo(batch, bo_1, bo_2, width * height); in test_read_flush() 131 intel_copy_bo(batch, bo_1, bo_2, width * height); in test_write_flush() 150 intel_copy_bo(batch, bo_2, bo_1, width * height); in test_write_flush() 224 intel_copy_bo(local_batch, bo_2, bo_1, width * height); in blit_and_cmp()
|
D | prime_nv_test.c | 338 intel_copy_bo(intel_batch, test_intel_bo, src_bo, BO_SIZE); in test_i915_blt_fill_nv_read()
|
/external/igt-gpu-tools/lib/ |
D | intel_batchbuffer.h | 197 void intel_copy_bo(struct intel_batchbuffer *batch,
|
D | intel_batchbuffer.c | 491 intel_copy_bo(struct intel_batchbuffer *batch, in intel_copy_bo() function
|