HomeSort by relevance Sort by last modified time
    Searched refs:dst_bo (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 44 struct radeon_bo *dst_bo,
r200_blit.c 360 struct radeon_bo *dst_bo)
372 dst_bo, 0, RADEON_GEM_DOMAIN_VRAM | RADEON_GEM_DOMAIN_GTT);
451 * @param[in] dst_bo destination radeon buffer object
452 * @param[in] dst_offset offset of the destination image in the @a dst_bo
472 struct radeon_bo *dst_bo,
506 if (src_bo == dst_bo) {
523 _mesa_get_format_name(dst_mesaformat), dst_bo);
532 if (!validate_buffers(r200, src_bo, dst_bo))
540 emit_cb_setup(r200, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 44 struct radeon_bo *dst_bo,
radeon_blit.c 235 struct radeon_bo *dst_bo)
247 dst_bo, 0, RADEON_GEM_DOMAIN_VRAM | RADEON_GEM_DOMAIN_GTT);
329 * @param[in] dst_bo destination radeon buffer object
330 * @param[in] dst_offset offset of the destination image in the @a dst_bo
350 struct radeon_bo *dst_bo,
384 if (src_bo == dst_bo) {
401 _mesa_get_format_name(dst_mesaformat), dst_bo);
410 if (!validate_buffers(r100, src_bo, dst_bo))
418 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
radeon_common_context.h 487 struct radeon_bo *dst_bo,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.h 67 drm_intel_bo *dst_bo,
intel_blit.c 482 drm_intel_bo *dst_bo,
499 pitch, dst_bo, dst_offset, I915_TILING_NONE,
514 pitch, dst_bo, dst_offset, I915_TILING_NONE,
intel_buffer_objects.c 645 drm_intel_bo *src_bo, *dst_bo; local
682 dst_bo = intel_bufferobj_buffer(intel, intel_dst, INTEL_WRITE_PART);
686 dst_bo, write_offset,

Completed in 511 milliseconds