Searched refs:boolVal (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgVariableValue.hpp | 40 bool boolVal; member 45 Scalar (bool v) : boolVal (v) {} in Scalar() 70 template <> inline bool Scalar::as<bool> (void) const { return boolVal; } in as() 71 template <> inline bool& Scalar::as<bool> (void) { return boolVal; } in as() 103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() 108 …ool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; } in asBool() 136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } in asBool() 141 …ool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; } in asBool() 155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; } in operator =() argument
|
D | rsgVariableValue.cpp | 110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } in toInt() argument
|
/third_party/ffmpeg/libavcodec/ |
D | mf_utils.h | 151 #define FF_VAL_VT_BOOL(v) FF_VARIANT_VALUE(VT_BOOL, .boolVal = (v))
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 517 boolVal := true 545 builder.PrependBoolSlot(int(f), boolVal, false) 603 check("bool", boolVal, table.GetBoolSlot(f, false))
|
D | py_test.py | 683 boolVal = True variable in TestFuzz 715 builder.PrependBoolSlot(int(j), self.boolVal, False) 768 check(table, "bool", self.boolVal,
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmftransform.cpp | 1362 var.boolVal = value ? VARIANT_TRUE : VARIANT_FALSE; in gst_mf_transform_set_codec_api_boolean()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 66 Result.Value.Bool = (V.boolVal == VARIANT_TRUE) ? true : false; in VariantFromVARIANT()
|