Home
last modified time | relevance | path

Searched refs:OUT_RELOC_FENCED (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_blit.c82 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_fill_blit()
154 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_copy_blit()
157 OUT_RELOC_FENCED(src_buffer, I915_USAGE_2D_SOURCE, src_offset); in i915_copy_blit()
Di915_batch.h47 #define OUT_RELOC_FENCED(buf, usage, offset) \ macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c325 OUT_RELOC_FENCED(dst_buffer, in intelEmitCopyBlit()
330 OUT_RELOC_FENCED(src_buffer, in intelEmitCopyBlit()
499 OUT_RELOC_FENCED(region->bo, in intelClearWithBlit()
569 OUT_RELOC_FENCED(dst_buffer, in intelEmitImmediateColorExpandBlit()
683 OUT_RELOC_FENCED(region->bo, in intel_miptree_set_alpha_to_one()
Dintel_batchbuffer.h147 #define OUT_RELOC_FENCED(buf, read_domains, write_domain, delta) do { \ macro