Searched refs:drm_intel_bo_emit_reloc (Results 1 – 15 of 15) sorted by relevance
/external/libdrm/intel/ |
D | intel-symbols.txt | 7 drm_intel_bo_emit_reloc
|
D | intel_bufmgr.h | 151 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, 315 drm_intel_bo_emit_reloc(reloc_bo, reloc_offset, \
|
D | intel_bufmgr.c | 199 drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, in drm_intel_bo_emit_reloc() function
|
/external/igt-gpu-tools/lib/stubs/drm/ |
D | intel_bufmgr.h | 151 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, 297 drm_intel_bo_emit_reloc(reloc_bo, reloc_offset, \
|
D | intel_bufmgr.c | 46 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, in drm_intel_bo_emit_reloc() function
|
/external/igt-gpu-tools/lib/ |
D | gpu_cmds.c | 113 ret = drm_intel_bo_emit_reloc(batch->bo, in gen7_fill_surface_state() 418 ret = drm_intel_bo_emit_reloc(batch->bo, in gen8_fill_surface_state() 473 ret = drm_intel_bo_emit_reloc(batch->bo, in gen11_fill_surface_state()
|
D | rendercopy_gen9.c | 226 ret = drm_intel_bo_emit_reloc(batch->bo, in gen8_bind_buf() 248 ret = drm_intel_bo_emit_reloc(batch->bo, in gen8_bind_buf()
|
D | rendercopy_gen7.c | 106 ret = drm_intel_bo_emit_reloc(batch->bo, in gen7_bind_buf()
|
D | rendercopy_gen6.c | 108 ret = drm_intel_bo_emit_reloc(batch->bo, in gen6_bind_buf()
|
D | rendercopy_gen4.c | 171 ret = drm_intel_bo_emit_reloc(batch->bo, in gen4_bind_buf()
|
D | intel_batchbuffer.c | 333 ret = drm_intel_bo_emit_reloc(batch->bo, batch->ptr - batch->buffer, in intel_batchbuffer_emit_reloc()
|
D | rendercopy_gen8.c | 194 ret = drm_intel_bo_emit_reloc(batch->bo, in gen8_bind_buf()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_storedw_batches_loop.c | 88 igt_assert(drm_intel_bo_emit_reloc(cmd_bo, cmd_address_offset, target_bo, 0, in store_dword_loop()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_batchbuffer.c | 202 ret = drm_intel_bo_emit_reloc(intel->batch.bo, 4*intel->batch.used, in intel_batchbuffer_emit_reloc()
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_batchbuffer.c | 140 ret = drm_intel_bo_emit_reloc(batch->bo, offset, in i915_drm_batchbuffer_reloc()
|