OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWR_REL_ASSERT
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.h
45
// -
SWR_REL_ASSERT
(expression, ...): Unconditionally enabled version of SWR_ASSERT
52
// - SWR_REL_ASSUME_ASSERT(expression, ...): Same as
SWR_REL_ASSERT
.
108
#define
SWR_REL_ASSERT
(e, ...) assert(e)
163
#define
SWR_REL_ASSERT
(e, ...) _SWR_ASSERT(false, e, ##__VA_ARGS__)
164
#define SWR_REL_ASSUME_ASSERT(e, ...)
SWR_REL_ASSERT
(e, ##__VA_ARGS__)
198
#define
SWR_REL_ASSERT
(e, ...) _SWR_MACRO_START (void)sizeof(SwrSizeofWorkaround(e)); _SWR_MACRO_END
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp
[
all
...]
Completed in 54 milliseconds