Home
last modified time | relevance | path

Searched refs:BLT_DEPTH_32 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c194 *cs++ = src_4t | dst_4t | BLT_DEPTH_32 | dst_pitch; in prepare_blit()
240 *cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | dst_pitch; in prepare_blit()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h278 #define BLT_DEPTH_32 (3<<24) macro