BLT_DEPTH_32       57 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 			*cmd++ = BLT_DEPTH_32 | BLT_ROP_COLOR_COPY | PAGE_SIZE;
BLT_DEPTH_32       65 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 			*cmd++ = BLT_DEPTH_32 | BLT_ROP_COLOR_COPY | PAGE_SIZE;
BLT_DEPTH_32      241 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 			*cmd++ = BLT_DEPTH_32 | PAGE_SIZE;
BLT_DEPTH_32      252 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 			*cmd++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | PAGE_SIZE;
BLT_DEPTH_32      263 drivers/gpu/drm/i915/gem/i915_gem_object_blt.c 			*cmd++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | PAGE_SIZE;
BLT_DEPTH_32     1122 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	*cs++ = BLT_DEPTH_32 | BLT_ROP_COLOR_COPY | 4096;
BLT_DEPTH_32     1142 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 		*cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096;