Searched refs:CONDITION (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 322 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument 325 if (m_sampleRegister[regSampleNdx].isAlive && (CONDITION)) \ in executeStencilDpFailAndPass() 335 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument 338 …case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) b… in executeStencilDpFailAndPass() 339 case STENCILOP_ZERO: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, 0) break; \ in executeStencilDpFailAndPass() 340 …case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) … in executeStencilDpFailAndPass() 341 …case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, … in executeStencilDpFailAndPass() 342 …case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, … in executeStencilDpFailAndPass() 343 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass() 344 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & (… in executeStencilDpFailAndPass() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | traits.h | 99 template <bool CONDITION, typename T> 100 using EnableIf = typename std::enable_if<CONDITION, T>::type;
|
D | program_builder.h | 2051 template <typename CONDITION> 2052 const ast::ElseStatement* Else(CONDITION&& condition, in Else() 2054 return create<ast::ElseStatement>(Expr(std::forward<CONDITION>(condition)), in Else() 2071 template <typename CONDITION, typename... ELSE_STATEMENTS> 2072 const ast::IfStatement* If(CONDITION&& condition, in If() 2076 Expr(std::forward<CONDITION>(condition)), body, in If()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 150 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument 151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 181 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument 182 if (!(CONDITION)) \
|
/third_party/node/deps/cares/ |
D | aclocal.m4 | 156 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/skia/third_party/externals/libpng/ |
D | aclocal.m4 | 139 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | aclocal.m4 | 334 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/curl/ |
D | aclocal.m4 | 156 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/libevdev/ |
D | aclocal.m4 | 463 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/third_party/json/tests/thirdparty/doctest/ |
D | doctest.h | 771 template <bool CONDITION, typename TYPE = void>
|
/third_party/lame/ |
D | aclocal.m4 | 11748 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|