Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsAttributeLocationTests.cpp136 if (iter->getCondition() != Cond::COND_NEVER && iter->getCondition() != Cond::COND_ALWAYS) in generateConditionUniformDefinitions()
179 if (iter->getCondition() == Cond::COND_NEVER) in generateOutputCode()
582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER; in checkActiveAttribQuery()
616 …<< (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", exp… in checkAttribLocationQuery()
619 if (attrib.getCondition() == Cond::COND_NEVER && location != -1) in checkAttribLocationQuery()
622 …if (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF && expec… in checkAttribLocationQuery()
625 …isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || … in checkAttribLocationQuery()
665 : m_negate (cond != COND_NEVER) in Cond()
668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER); in Cond()
999 …tribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond::COND_NEVER)); in iterate()
H A DglsAttributeLocationTests.hpp66 COND_NEVER enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dpreproc.c321 COND_DONE, COND_NEVER enumerator
2724 j = COND_NEVER; in do_directive()
2728 j = j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2748 case COND_NEVER: in do_directive()
2755 istk->conds->state = COND_NEVER; in do_directive()
2770 j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2788 case COND_NEVER: in do_directive()
2799 istk->conds->state = COND_NEVER; in do_directive()
4910 istk->conds->state == COND_NEVER : in pp_verror()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dpreproc.c530 COND_DONE, COND_NEVER enumerator
2767 return COND_NEVER; in if_condition()
3969 j = COND_NEVER; in do_directive()
3991 case COND_NEVER: in do_directive()
3998 istk->conds->state = COND_NEVER; in do_directive()
4029 case COND_NEVER: in do_directive()
4040 istk->conds->state = COND_NEVER; in do_directive()
6386 istk->conds->state == COND_NEVER : in pp_suppress_error()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dpreproc.c531 COND_DONE, COND_NEVER enumerator
2782 return COND_NEVER; in if_condition()
4046 j = COND_NEVER; in do_directive()
4068 case COND_NEVER: in do_directive()
4075 istk->conds->state = COND_NEVER; in do_directive()
4106 case COND_NEVER: in do_directive()
4117 istk->conds->state = COND_NEVER; in do_directive()
6472 istk->conds->state == COND_NEVER : in pp_suppress_error()
/dports/devel/yasm/yasm-1.3.0/modules/preprocs/nasm/
H A Dnasm-pp.c238 COND_NEVER enumerator
2897 j = COND_NEVER; in do_directive()
2902 j = j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2931 || istk->conds->state == COND_NEVER) in do_directive()
2932 istk->conds->state = COND_NEVER; in do_directive()
2946 j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2957 || istk->conds->state == COND_NEVER) in do_directive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c238 COND_NEVER enumerator
2897 j = COND_NEVER; in do_directive()
2902 j = j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2931 || istk->conds->state == COND_NEVER) in do_directive()
2932 istk->conds->state = COND_NEVER; in do_directive()
2946 j < 0 ? COND_NEVER : j ? COND_IF_TRUE : COND_IF_FALSE; in do_directive()
2957 || istk->conds->state == COND_NEVER) in do_directive()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/hppa/
H A Dtcg-target.c167 #define COND_NEVER 0 macro