Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c147 for (size_t i = 0; i < obj->relocation_count; i++) { in relocate_bo()
329 if (obj->relocation_count > 0) in dump_execbuffer2()
/third_party/libdrm/include/drm/
Di915_drm.h858 __u32 relocation_count; member
908 __u32 relocation_count; member
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp310 objects[0].relocation_count = 0; in submit_batch()
324 objects[1].relocation_count = 0; in submit_batch()
330 objects[1].relocation_count = relocs.size(); in submit_batch()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1057 __u32 relocation_count; member
1108 __u32 relocation_count; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c853 entry->relocation_count = batch->state.relocs.reloc_count; in submit_batch()
860 entry->relocation_count = batch->command.relocs.reloc_count; in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c819 entry->relocation_count = batch->state_relocs.reloc_count; in submit_batch()
826 entry->relocation_count = batch->batch_relocs.reloc_count; in submit_batch()
Dbrw_screen.c2060 .relocation_count = 1, in brw_detect_pipelined_register()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1295 obj->relocation_count = 0; in anv_execbuf_add_bo()
1310 assert(obj->relocation_count == 0); in anv_execbuf_add_bo()
1318 obj->relocation_count = relocs->num_relocs; in anv_execbuf_add_bo()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c512 bufmgr_gem->exec_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer()
557 bufmgr_gem->exec2_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer2()