Home
last modified time | relevance | path

Searched refs:drm_intel_bo_emit_reloc (Results 1 – 15 of 15) sorted by relevance

/external/libdrm/intel/
Dintel-symbols.txt7 drm_intel_bo_emit_reloc
Dintel_bufmgr.h151 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset,
315 drm_intel_bo_emit_reloc(reloc_bo, reloc_offset, \
Dintel_bufmgr.c199 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/
Dintel_bufmgr.h151 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset,
297 drm_intel_bo_emit_reloc(reloc_bo, reloc_offset, \
Dintel_bufmgr.c46 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/
Dgpu_cmds.c113 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()
Drendercopy_gen9.c226 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()
Drendercopy_gen7.c106 ret = drm_intel_bo_emit_reloc(batch->bo, in gen7_bind_buf()
Drendercopy_gen6.c108 ret = drm_intel_bo_emit_reloc(batch->bo, in gen6_bind_buf()
Drendercopy_gen4.c171 ret = drm_intel_bo_emit_reloc(batch->bo, in gen4_bind_buf()
Dintel_batchbuffer.c333 ret = drm_intel_bo_emit_reloc(batch->bo, batch->ptr - batch->buffer, in intel_batchbuffer_emit_reloc()
Drendercopy_gen8.c194 ret = drm_intel_bo_emit_reloc(batch->bo, in gen8_bind_buf()
/external/igt-gpu-tools/tests/i915/
Dgem_storedw_batches_loop.c88 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/
Dintel_batchbuffer.c202 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/
Di915_drm_batchbuffer.c140 ret = drm_intel_bo_emit_reloc(batch->bo, offset, in i915_drm_batchbuffer_reloc()