Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c93 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro
105 unsigned int spill = SPILL(dst, _type); \
108 if (spill && spill == SPILL(src, _type) && \
121 if (!spill && !SPILL(src, _type)) { \
178 unsigned int spill = SPILL(dst, _type); \
182 if (spill && spill <= size && spill == SPILL(src, _type)) { \
194 if (!spill && !SPILL(src, _type)) { \
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c93 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro
105 unsigned int spill = SPILL(dst, _type); \
108 if (spill && spill == SPILL(src, _type) && \
121 if (!spill && !SPILL(src, _type)) { \
178 unsigned int spill = SPILL(dst, _type); \
182 if (spill && spill <= size && spill == SPILL(src, _type)) { \
194 if (!spill && !SPILL(src, _type)) { \

Completed in 2 milliseconds