Home
last modified time | relevance | path

Searched refs:intel_uxa_emit_reloc (Results 1 – 3 of 3) sorted by relevance

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Di965_video.c416 intel_uxa_emit_reloc(surf_bo, offset + offsetof(struct brw_surface_state, ss1), in i965_create_dst_surface_state()
467 intel_uxa_emit_reloc(surface_bo, in i965_create_src_surface_state()
503 intel_uxa_emit_reloc(surf_bo, in gen7_create_dst_surface_state()
545 intel_uxa_emit_reloc(surface_bo, in gen7_create_src_surface_state()
682 intel_uxa_emit_reloc(sf_bo, offsetof(struct brw_sf_unit_state, thread0), in i965_create_sf_state()
766 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, thread0), in i965_create_wm_state()
793 intel_uxa_emit_reloc(wm_bo, offsetof(struct brw_wm_unit_state, wm4), in i965_create_wm_state()
852 intel_uxa_emit_reloc(cc_bo, offsetof(struct brw_cc_unit_state, cc4), in i965_create_cc_state()
H A Di965_render.c795 intel_uxa_emit_reloc(sf_state_bo, in gen4_create_sf_state()
906 intel_uxa_emit_reloc(sampler_state_bo, sampler_state_offset + in gen4_sampler_state_init()
972 intel_uxa_emit_reloc(sampler_state_bo, sampler_state_offset + in gen7_sampler_state_init()
1088 intel_uxa_emit_reloc(cc_state_bo, cc_state_offset + in cc_state_init()
1129 intel_uxa_emit_reloc(wm_state_bo, in gen4_create_wm_state()
1153 intel_uxa_emit_reloc(wm_state_bo, in gen4_create_wm_state()
H A Dintel_uxa.h240 intel_uxa_emit_reloc(drm_intel_bo * bo, uint32_t offset, in intel_uxa_emit_reloc() function