Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c92 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro
104 unsigned int spill = SPILL(dst, _type); \
107 if (spill && spill == SPILL(src, _type) && \
120 if (!spill && !SPILL(src, _type)) { \
177 unsigned int spill = SPILL(dst, _type); \
181 if (spill && spill <= size && spill == SPILL(src, _type)) { \
193 if (!spill && !SPILL(src, _type)) { \