Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h184 #define _SWR_INVALID_CONCAT_(a, b) a##b macro
185 #define _SWR_INVALID_CONCAT(a, b) _SWR_INVALID_CONCAT_(a, b)