Home
last modified time | relevance | path

Searched refs:CONDITION (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp322 #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/
Dtraits.h99 template <bool CONDITION, typename T>
100 using EnableIf = typename std::enable_if<CONDITION, T>::type;
Dprogram_builder.h2051 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/
Dlogging.h150 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc181 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
182 if (!(CONDITION)) \
/third_party/node/deps/cares/
Daclocal.m4156 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/third_party/skia/third_party/externals/libpng/
Daclocal.m4139 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/third_party/skia/third_party/externals/microhttpd/
Daclocal.m4334 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/third_party/curl/
Daclocal.m4156 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/third_party/libevdev/
Daclocal.m4463 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h771 template <bool CONDITION, typename TYPE = void>
/third_party/lame/
Daclocal.m411748 # AM_CONDITIONAL(NAME, SHELL-CONDITION)