Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c95 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro
107 unsigned int spill = SPILL(dst, _type); \
110 if (spill && spill == SPILL(src, _type) && \
123 if (!spill && !SPILL(src, _type)) { \
180 unsigned int spill = SPILL(dst, _type); \
184 if (spill && spill <= size && spill == SPILL(src, _type)) { \
196 if (!spill && !SPILL(src, _type)) { \