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/
Dgen7_wm_surface_state.c131 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_set_surface_mcs_info()
267 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_update_buffer_texture_surface()
390 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_update_texture_surface()
442 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_create_constant_surface()
583 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_update_renderbuffer_surface()
Dbrw_wm_state.c227 drm_intel_bo_emit_reloc(intel->batch.bo, in brw_upload_wm_unit()
237 drm_intel_bo_emit_reloc(intel->batch.bo, in brw_upload_wm_unit()
Dbrw_vs_state.c158 drm_intel_bo_emit_reloc(intel->batch.bo, in brw_upload_vs_unit()
Dbrw_wm_surface_state.c747 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_update_buffer_texture_surface()
816 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_update_texture_surface()
863 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_create_constant_surface()
950 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_update_sol_surface()
1102 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_update_null_renderbuffer_surface()
1238 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in brw_update_renderbuffer_surface()
Dbrw_sf_state.c306 drm_intel_bo_emit_reloc(bo, (brw->sf.state_offset + in upload_sf_unit()
Dbrw_cc.c223 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in upload_cc_unit()
Dbrw_wm_sampler_state.c313 drm_intel_bo_emit_reloc(intel->batch.bo, in brw_update_sampler_state()
Dintel_batchbuffer.c273 ret = drm_intel_bo_emit_reloc(intel->batch.bo, 4*intel->batch.used, in intel_batchbuffer_emit_reloc()
Dbrw_context.h1258 drm_intel_bo_emit_reloc(intel->batch.bo, in brw_program_reloc()
Dgen7_blorp.cpp208 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen7_blorp_emit_surface_state()
Dgen6_blorp.cpp469 drm_intel_bo_emit_reloc(brw->intel.batch.bo, in gen6_blorp_emit_surface_state()
/external/libdrm/intel/
Dintel_bufmgr.h147 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset,
286 drm_intel_bo_emit_reloc(reloc_bo, reloc_offset, \
Dintel_bufmgr.c201 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.c273 ret = drm_intel_bo_emit_reloc(intel->batch.bo, 4*intel->batch.used, in intel_batchbuffer_emit_reloc()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_batchbuffer.c273 ret = drm_intel_bo_emit_reloc(intel->batch.bo, 4*intel->batch.used, in intel_batchbuffer_emit_reloc()
/external/drm_gralloc/
Dgralloc_drm_intel.c108 ret = drm_intel_bo_emit_reloc(info->batch_ibo, offset, in batch_reloc()