Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Di915_drm.h863 __u64 relocs_ptr; member
913 __u64 relocs_ptr; member
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp311 objects[0].relocs_ptr = 0; in submit_batch()
325 objects[1].relocs_ptr = 0; in submit_batch()
331 objects[1].relocs_ptr = (uintptr_t)(void *)&relocs[0]; in submit_batch()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1062 __u64 relocs_ptr; member
1113 __u64 relocs_ptr; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c854 entry->relocs_ptr = (uintptr_t)batch->state.relocs.relocs; in submit_batch()
861 entry->relocs_ptr = (uintptr_t)batch->command.relocs.relocs; in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c820 entry->relocs_ptr = (uintptr_t) batch->state_relocs.relocs; in submit_batch()
827 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; in submit_batch()
Dbrw_screen.c2061 .relocs_ptr = (uintptr_t) &reloc, in brw_detect_pipelined_register()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c140 (const struct drm_i915_gem_relocation_entry *) (uintptr_t) obj->relocs_ptr; in relocate_bo()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1296 obj->relocs_ptr = 0; in anv_execbuf_add_bo()
1319 obj->relocs_ptr = (uintptr_t) relocs->relocs; in anv_execbuf_add_bo()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c513 bufmgr_gem->exec_objects[index].relocs_ptr = (uintptr_t) bo_gem->relocs; in drm_intel_add_validate_buffer()
558 bufmgr_gem->exec2_objects[index].relocs_ptr = (uintptr_t)bo_gem->relocs; in drm_intel_add_validate_buffer2()