Home
last modified time | relevance | path

Searched refs:asBool (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp91 bool aMin = a.component(ndx).getMin().asBool(); in compareValueRangesAllTrue()
92 bool aMax = a.component(ndx).getMax().asBool(); in compareValueRangesAllTrue()
93 bool bMin = b.component(ndx).getMin().asBool(); in compareValueRangesAllTrue()
94 bool bMax = b.component(ndx).getMax().asBool(); in compareValueRangesAllTrue()
253 bool aMin = a.component(ndx).getMin().asBool(); in computeIntersection()
254 bool aMax = a.component(ndx).getMax().asBool(); in computeIntersection()
255 bool bMin = b.component(ndx).getMin().asBool(); in computeIntersection()
256 bool bMax = b.component(ndx).getMax().asBool(); in computeIntersection()
H A DrsgBinaryOps.cpp192 dst.component(elemNdx).asBool(compNdx) = EvaluateLessThan()(a.component(elemNdx).asFloat(compNdx),b.component(elemNdx).asFloat(compNdx)); in evaluate()
423 ComputeValueRange()(state.getRandom(), dst.getMin().asBool(), dst.getMax().asBool(), in BinaryVecOp()
424 a.getMin().asBool(), a.getMax().asBool(), in BinaryVecOp()
425 b.getMin().asBool(), b.getMax().asBool()); in BinaryVecOp()
672 bool dstMin = valueRange.getMin().asBool(); in RelationalOp()
673 bool dstMax = valueRange.getMax().asBool(); in RelationalOp()
701 dst.asBool(compNd in evaluate()
[all...]
H A DrsgExecutionContext.cpp99 newValue.asBool(i) = oldValue.asBool(i) && value.asBool(i); in andExecutionMask()
158 if (mask.asBool(compNdx)) in assignMasked()
H A DrsgUtils.cpp76 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue()
77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue()
78 dst.component(ndx).asBool() = rnd.getInt(minVal, maxVal) == 1; in computeRandomValue()
197 valueRange.getMin().component(ndx).asBool() = minVal; in computeRandomValueRange()
198 valueRange.getMax().component(ndx).asBool() = maxVal; in computeRandomValueRange()
313 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum()
314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum()
H A DrsgVariableValue.hpp103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() function in rsg::ConstStridedValueAccess
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; } in asBool() function in rsg::ConstStridedValueAccess
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } in asBool() function in rsg::StridedValueAccess
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; } in asBool() function in rsg::StridedValueAccess
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; } in operator =()
H A DrsgStatement.cpp431 range.getMin().asBool() = false; in createNextChild()
432 range.getMax().asBool() = true; in createNextChild()
518 falseMask.asBool(i) = !trueMask.asBool(i); in execute()
H A DrsgExpression.cpp491 minVal = valueRange.getMin().component(0).asBool() ? 1 : 0; in BoolLiteral()
492 maxVal = valueRange.getMax().component(0).asBool() ? 1 : 0; in BoolLiteral()
499 access.asBool(ndx) = value; in BoolLiteral()
511 access.asBool(ndx) = customValue; in BoolLiteral()
530 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)).asBool(0)); in tokenize()
615 template<> inline bool getValueAccessValue<bool> (ConstValueAccess access) { return access.asBool(); } in getValueAccessValue()
620 template<> inline bool& getValueAccessValue<bool> (ValueAccess access) { return access.asBool(); } in getValueAccessValue()
/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc95 if (args["info"].asBool()) { in main()
99 if (args["dump"].asBool()) { in main()
125 if (args["groups"].asBool()) { in main()
129 if (args["counters"].asBool()) { in main()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2108 bool collectComments = settings_["collectComments"].asBool();
2110 features.allowComments_ = settings_["allowComments"].asBool();
2111 features.strictRoot_ = settings_["strictRoot"].asBool();
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2114 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2116 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2117 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
2118 features.allowSpecialFloats_ = settings_["allowSpecialFloats"].asBool();
3212 bool Value::asBool() cons function in Json::Value
[all...]
H A Djson.h730 bool asBool() const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
3180 bool Value::asBool() const {
4273 document_ += valueToString(value.asBool());
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
3180 bool Value::asBool() const {
4273 document_ += valueToString(value.asBool());
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKeys"].asBool();
3180 bool Value::asBool() const {
4273 document_ += valueToString(value.asBool());
[all...]
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp674 bool useANGLE = jRule[kJsonUseANGLE].asBool(); in ReadRulesFromJsonString()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp439 case rsg::VariableType::TYPE_BOOL: message << (value.component(elementNdx).asBool() ? "true" : "false"); break; in operator <<()
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h680 bool asBool() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h680 bool asBool() const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h680 bool asBool() const;

Completed in 39 milliseconds