Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_state.c163 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_upload_vs_unit()
174 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_upload_vs_unit()
Dbrw_wm_state.c226 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_upload_wm_unit()
236 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_upload_wm_unit()
Dbrw_wm_surface_state.c171 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_emit_surface_state()
185 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_emit_surface_state()
671 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_emit_buffer_surface_state()
829 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_update_sol_surface()
956 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_emit_null_surface_state()
1059 drm_intel_bo_emit_reloc(brw->batch.bo, in gen4_update_renderbuffer_surface()
Dbrw_clip_state.c141 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_upload_clip_unit()
Dintel_batchbuffer.c449 ret = drm_intel_bo_emit_reloc(batch->bo, offset, in intel_batchbuffer_reloc()
468 int ret = drm_intel_bo_emit_reloc(batch->bo, offset, in intel_batchbuffer_reloc64()
DgenX_blorp_exec.c79 drm_intel_bo_emit_reloc(brw->batch.bo, ss_offset, in blorp_surface_reloc()
Dbrw_sf_state.c296 drm_intel_bo_emit_reloc(bo, (brw->sf.state_offset + in upload_sf_unit()
Dbrw_cc.c241 drm_intel_bo_emit_reloc(brw->batch.bo, in upload_cc_unit()
Dbrw_sampler_state.c107 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_emit_sampler_state()
Dbrw_context.h1610 drm_intel_bo_emit_reloc(brw->batch.bo, in brw_program_reloc()
Dintel_screen.c1313 drm_intel_bo_emit_reloc(bo, (char *)batch -(char *)bo->virtual, in intel_detect_pipelined_register()
/external/libdrm/intel/
Dintel-symbol-check19 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.c203 drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, in drm_intel_bo_emit_reloc() function
/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()
/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/intel/drm/
Dintel_drm_winsys.c619 err = drm_intel_bo_emit_reloc(gem_bo(bo), offset, in intel_bo_add_reloc()