Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h190 #define SWR_STATIC_ASSERT(expression, ...) \ macro
227 #define SWR_STATIC_ASSERT(e, ...) \ macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h293 SWR_STATIC_ASSERT(sizeof(SWR_TESSELLATION_FACTORS) == 32);
/external/mesa3d/docs/relnotes/
D19.1.0.rst367 - swr/rast: add SWR_STATIC_ASSERT() macro