Home
last modified time | relevance | path

Searched refs:relocs_ptr (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_reloc_overflow.c76 obj[1].relocs_ptr = 0; in source_offset_tests()
79 obj[0].relocs_ptr = to_user_pointer(&single_reloc); in source_offset_tests()
184 obj[0].relocs_ptr = 0; in reloc_tests()
195 obj[0].relocs_ptr = to_user_pointer(reloc); in reloc_tests()
199 obj[0].relocs_ptr = to_user_pointer((reloc - 1)); in reloc_tests()
205 obj[0].relocs_ptr = 0; in reloc_tests()
248 obj[0].relocs_ptr = to_user_pointer(reloc); in reloc_tests()
287 o->relocs_ptr = to_user_pointer(reloc); in reloc_tests()
346 obj[i].relocs_ptr = 0; in buffer_count_tests()
H A Dgem_exec_store.c70 obj[1].relocs_ptr = to_user_pointer(&reloc); in store_dword()
126 obj[i-1].relocs_ptr = to_user_pointer(reloc); in store_cachelines()
239 obj[1].relocs_ptr = to_user_pointer(&reloc[j]); in store_all()
254 obj[1].relocs_ptr = to_user_pointer(&reloc[j]); in store_all()
267 obj[1].relocs_ptr = to_user_pointer(&reloc[2*i]); in store_all()
276 obj[1].relocs_ptr = to_user_pointer(&reloc[2*i+1]); in store_all()
H A Di915_module_load.c79 obj[1].relocs_ptr = (uintptr_t)&reloc; in store_dword()
170 obj[1].relocs_ptr = (uintptr_t)&reloc[j]; in store_all()
185 obj[1].relocs_ptr = (uintptr_t)&reloc[j]; in store_all()
198 obj[1].relocs_ptr = (uintptr_t)&reloc[2*i]; in store_all()
207 obj[1].relocs_ptr = (uintptr_t)&reloc[2*i+1]; in store_all()
H A Dgen3_mixed_blits.c277 obj[0].relocs_ptr = 0; in render_copy()
286 obj[1].relocs_ptr = 0; in render_copy()
295 obj[2].relocs_ptr = (uintptr_t)reloc; in render_copy()
349 obj[0].relocs_ptr = 0; in blt_copy()
358 obj[1].relocs_ptr = 0; in blt_copy()
367 obj[2].relocs_ptr = (uintptr_t)reloc; in blt_copy()
H A Dgem_exec_faulting_reloc.c186 exec[0].relocs_ptr = 0; in run()
195 exec[1].relocs_ptr = 0; in run()
213 exec[2].relocs_ptr = to_user_pointer(gtt_relocs); in run()
H A Dgem_exec_reloc.c90 obj[1].relocs_ptr = to_user_pointer(&reloc); in write_dword()
162 obj.relocs_ptr = to_user_pointer(relocs); in from_mmap()
222 obj.relocs_ptr = to_user_pointer(relocs); in from_gpu()
275 obj[1].relocs_ptr = to_user_pointer(&reloc); in active()
347 obj.relocs_ptr = to_user_pointer(&reloc); in basic_reloc()
580 obj[n].relocs_ptr = to_user_pointer(reloc); in basic_range()
H A Dgem_exec_lut_handle.c156 gem_exec[MAX_NUM_EXEC].relocs_ptr = to_user_pointer(reloc);
186 gem_exec[MAX_NUM_EXEC].relocs_ptr = to_user_pointer(reloc);
216 gem_exec[MAX_NUM_EXEC].relocs_ptr = to_user_pointer(reloc);
H A Dgem_lut_handle.c68 gem_exec[0].relocs_ptr = to_user_pointer(gem_reloc); in exec()
107 gem_exec[n].relocs_ptr = 0; in many_exec()
117 gem_exec[n].relocs_ptr = to_user_pointer(gem_reloc); in many_exec()
H A Dgem_exec_params.c124 obj[0].relocs_ptr = to_user_pointer(&reloc[0]); in test_batch_first()
151 obj[2].relocs_ptr = to_user_pointer(&reloc[1]); in test_batch_first()
217 gem_exec[0].relocs_ptr = 0;
H A Dgen3_render_linear_blits.c247 obj[0].relocs_ptr = 0; in copy()
256 obj[1].relocs_ptr = 0; in copy()
265 obj[2].relocs_ptr = (uintptr_t)reloc; in copy()
H A Dgen3_render_tiledy_blits.c247 obj[0].relocs_ptr = 0; in copy()
256 obj[1].relocs_ptr = 0; in copy()
265 obj[2].relocs_ptr = (uintptr_t)reloc; in copy()
H A Dgen3_render_tiledx_blits.c247 obj[0].relocs_ptr = 0; in copy()
256 obj[1].relocs_ptr = 0; in copy()
265 obj[2].relocs_ptr = (uintptr_t)reloc; in copy()
H A Dgem_exec_whisper.c108 h->obj.relocs_ptr = to_user_pointer(&h->reloc); in init_hang()
252 store.relocs_ptr = to_user_pointer(&reloc); in whisper()
337 batches[n].relocs_ptr = to_user_pointer(&inter[n]); in whisper()
469 igt_assert(tmp[1].relocs_ptr == to_user_pointer(&reloc)); in whisper()
H A Dgen3_render_mixed_blits.c260 obj[0].relocs_ptr = 0; in copy()
269 obj[1].relocs_ptr = 0; in copy()
278 obj[2].relocs_ptr = (uintptr_t)reloc; in copy()
H A Dgem_exec_bad_domains.c104 exec[0].relocs_ptr = 0; in multi_write_domain()
113 exec[1].relocs_ptr = to_user_pointer(reloc); in multi_write_domain()
H A Dgem_request_retire.c130 obj[exec.buffer_count].relocs_ptr = to_user_pointer(reloc); in blit()
166 obj[exec.buffer_count].relocs_ptr = to_user_pointer(0); in noop()
H A Dgem_bad_reloc.c96 obj.relocs_ptr = (uintptr_t)reloc; in negative_reloc()
154 obj[i][1].relocs_ptr = (uintptr_t)&reloc; in negative_reloc_blt()
H A Dgem_exec_async.c60 obj[1].relocs_ptr = to_user_pointer(&reloc); in store_dword()
104 obj[BATCH].relocs_ptr = to_user_pointer(&reloc); in one()
H A Dgem_exec_parse.c97 obj[1].relocs_ptr = to_user_pointer(reloc); in __exec_batch_patched()
230 obj[1].relocs_ptr = to_user_pointer(&reloc); in exec_batch_chained()
239 obj[2].relocs_ptr = to_user_pointer(&first_level_reloc); in exec_batch_chained()
H A Dgem_reloc_vs_gpu.c171 exec[1].relocs_ptr = to_user_pointer(gtt_relocs); in reloc_and_emit()
173 exec[1].relocs_ptr = to_user_pointer(reloc); in reloc_and_emit()
H A Dgem_exec_flush.c251 obj[1].relocs_ptr = to_user_pointer(&reloc0[i]); in run()
252 obj[2].relocs_ptr = to_user_pointer(&reloc1[i]); in run()
406 obj[1].relocs_ptr = to_user_pointer(&reloc); in batch()
H A Dgem_persistent_relocs.c163 exec[0].relocs_ptr = 0; in faulting_reloc_and_emit()
173 exec[1].relocs_ptr = to_user_pointer(gtt_relocs); in faulting_reloc_and_emit()
H A Dgem_exec_big.c71 gem_exec[0].relocs_ptr = to_user_pointer(gem_reloc); in exec1()
156 gem_exec[0].relocs_ptr = to_user_pointer(gem_reloc); in execN()
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_exec_reloc.c132 gem_exec[num_objects].relocs_ptr = (uintptr_t)reloc; in run()
168 gem_exec[num_objects].relocs_ptr = (uintptr_t)reloc; in run()
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_hang_replay.c601 .relocs_ptr = 0, in main()
621 .relocs_ptr = 0, in main()
643 .relocs_ptr = 0, in main()

12345