SPILL             104 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	unsigned int spill = SPILL(dst, _type);				\
SPILL             107 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	if (spill && spill == SPILL(src, _type) &&			\
SPILL             120 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	if (!spill && !SPILL(src, _type)) {				\
SPILL             177 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	unsigned int spill = SPILL(dst, _type);				\
SPILL             181 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	if (spill && spill <= size && spill == SPILL(src, _type)) {	\
SPILL             193 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	if (!spill && !SPILL(src, _type)) {				\