Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h66 #if !defined(SWR_ENABLE_ASSERTS)
69 #define SWR_ENABLE_ASSERTS 1 macro
71 #define SWR_ENABLE_ASSERTS 0 macro
80 #if SWR_ENABLE_ASSERTS || SWR_ENABLE_REL_ASSERTS
87 #if SWR_ENABLE_ASSERTS
126 #if SWR_ENABLE_ASSERTS
148 #if !SWR_ENABLE_ASSERTS
Dswr_assert.cpp31 #if SWR_ENABLE_ASSERTS || SWR_ENABLE_REL_ASSERTS
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1107 #if SWR_ENABLE_ASSERTS in TessellationStages()