Home
last modified time | relevance | path

Searched refs:relocs_ptr (Results 1 – 7 of 7) 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.cpp313 objects[0].relocs_ptr = 0; in submit_batch()
327 objects[1].relocs_ptr = 0; in submit_batch()
333 objects[1].relocs_ptr = (uintptr_t)(void *)&relocs[0]; in submit_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c863 entry->relocs_ptr = (uintptr_t)batch->state.relocs.relocs; in submit_batch()
870 entry->relocs_ptr = (uintptr_t)batch->command.relocs.relocs; in submit_batch()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1138 __u64 relocs_ptr; member
1189 __u64 relocs_ptr; member
/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.c1318 obj->relocs_ptr = 0; in anv_execbuf_add_bo()
1341 obj->relocs_ptr = (uintptr_t) relocs->relocs; in anv_execbuf_add_bo()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c519 bufmgr_gem->exec2_objects[index].relocs_ptr = (uintptr_t)bo_gem->relocs; in drm_intel_add_validate_buffer2()