/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_reloc_overflow.c | 76 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 D | gem_exec_store.c | 70 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 D | i915_module_load.c | 79 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 D | gen3_mixed_blits.c | 277 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 D | gem_exec_faulting_reloc.c | 186 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 D | gem_exec_reloc.c | 90 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 D | gem_exec_lut_handle.c | 156 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 D | gem_lut_handle.c | 68 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 D | gem_exec_params.c | 124 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 D | gen3_render_linear_blits.c | 247 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 D | gen3_render_tiledy_blits.c | 247 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 D | gen3_render_tiledx_blits.c | 247 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 D | gem_exec_whisper.c | 108 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 D | gen3_render_mixed_blits.c | 260 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 D | gem_exec_bad_domains.c | 104 exec[0].relocs_ptr = 0; in multi_write_domain() 113 exec[1].relocs_ptr = to_user_pointer(reloc); in multi_write_domain()
|
H A D | gem_request_retire.c | 130 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 D | gem_bad_reloc.c | 96 obj.relocs_ptr = (uintptr_t)reloc; in negative_reloc() 154 obj[i][1].relocs_ptr = (uintptr_t)&reloc; in negative_reloc_blt()
|
H A D | gem_exec_async.c | 60 obj[1].relocs_ptr = to_user_pointer(&reloc); in store_dword() 104 obj[BATCH].relocs_ptr = to_user_pointer(&reloc); in one()
|
H A D | gem_exec_parse.c | 97 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 D | gem_reloc_vs_gpu.c | 171 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 D | gem_exec_flush.c | 251 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 D | gem_persistent_relocs.c | 163 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 D | gem_exec_big.c | 71 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 D | gem_exec_reloc.c | 132 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 D | intel_hang_replay.c | 601 .relocs_ptr = 0, in main() 621 .relocs_ptr = 0, in main() 643 .relocs_ptr = 0, in main()
|