Home
last modified time | relevance | path

Searched refs:intel_copy_bo (Results 1 – 9 of 9) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_pread_after_blit.c148 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 …]
Dgem_tiled_blits.c85 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()
Dgem_ppgtt.c203 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()
Dgem_ring_sync_copy.c249 intel_copy_bo(data->batch, in blitter_busy()
273 intel_copy_bo(data->batch, dst, src, WIDTH*HEIGHT*4); in blitter_copy()
Dgem_stolen.c84 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/
Dprime_mmap_coherency.c64 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()
Dprime_nv_test.c338 intel_copy_bo(intel_batch, test_intel_bo, src_bo, BO_SIZE); in test_i915_blt_fill_nv_read()
/external/igt-gpu-tools/lib/
Dintel_batchbuffer.h197 void intel_copy_bo(struct intel_batchbuffer *batch,
Dintel_batchbuffer.c491 intel_copy_bo(struct intel_batchbuffer *batch, in intel_copy_bo() function