Home
last modified time | relevance | path

Searched refs:OUT_RELOC_FENCED (Results 1 – 6 of 6) 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/i965/
Dintel_blit.c204 OUT_RELOC_FENCED(dst_buffer, in intelEmitCopyBlit()
209 OUT_RELOC_FENCED(src_buffer, in intelEmitCopyBlit()
378 OUT_RELOC_FENCED(region->bo, in intelClearWithBlit()
457 OUT_RELOC_FENCED(dst_buffer, in intelEmitImmediateColorExpandBlit()
597 OUT_RELOC_FENCED(region->bo, in intel_set_teximage_alpha_to_one()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c204 OUT_RELOC_FENCED(dst_buffer, in intelEmitCopyBlit()
209 OUT_RELOC_FENCED(src_buffer, in intelEmitCopyBlit()
378 OUT_RELOC_FENCED(region->bo, in intelClearWithBlit()
457 OUT_RELOC_FENCED(dst_buffer, in intelEmitImmediateColorExpandBlit()
597 OUT_RELOC_FENCED(region->bo, in intel_set_teximage_alpha_to_one()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_blit.c204 OUT_RELOC_FENCED(dst_buffer, in intelEmitCopyBlit()
209 OUT_RELOC_FENCED(src_buffer, in intelEmitCopyBlit()
378 OUT_RELOC_FENCED(region->bo, in intelClearWithBlit()
457 OUT_RELOC_FENCED(dst_buffer, in intelEmitImmediateColorExpandBlit()
597 OUT_RELOC_FENCED(region->bo, in intel_set_teximage_alpha_to_one()
Dintel_batchbuffer.h163 #define OUT_RELOC_FENCED(buf, read_domains, write_domain, delta) do { \ macro