Home
last modified time | relevance | path

Searched refs:kBool (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/src/utils/
H A DSkJSON.h60 kBool, member in skjson::Type
128 kBool = 0b00000010, // inline payload member in skjson::Tag
221 inline static constexpr Type kType = Type::kBool;
226 SkASSERT(this->getTag() == Tag::kBool); in operator *()
351 case Tag::kBool: return Type::kBool; in getType()
H A DSkJSON.cpp59 this->init_tagged(Tag::kBool); in BoolValue()
61 SkASSERT(this->getTag() == Tag::kBool); in BoolValue()
862 case Value::Type::kBool: in Write()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h54 enum class Kind { kBool, kU32, kI32, kF32 }; member in tint::writer::spirv::ScalarConstant::Kind
87 /// @returns a new ScalarConstant with the provided value and kind Kind::kBool
91 c.kind = Kind::kBool; in Bool()
123 Kind kind = Kind::kBool;
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dscalar.cc22 Scalar::Scalar(bool val) : type_(kBool) { in Scalar()
43 return type_ == kBool; in IsBool()
H A Dscalar.h60 kBool, enumerator
H A Dentry_point.h101 kBool, member in tint::inspector::OverridableConstant::Type
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h131 enum TypeKind { kBool, kInteger, kFloatingPoint, kOther }; enumerator
146 GMOCK_DECLARE_KIND_(bool, kBool);
191 (kFromKind == kBool) ? true
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.h29 return Truncation(TruncationKind::kBool, kIdentifyZeros); in Bool()
55 return LessGeneral(kind_, TruncationKind::kBool); in IsUsedAsBool()
68 LessGeneral(kind_, TruncationKind::kBool); in IdentifiesUndefinedAndZero()
92 kBool, member in v8::internal::compiler::final::TruncationKind
H A Dfast-api-calls.cc29 case CTypeInfo::Type::kBool: in GetTypedArrayElementsKind()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc31 kBool, member in tint::writer::msl::__anon26260::ParamType
48 case ParamType::kBool: in operator <<()
205 IntrinsicData{IntrinsicType::kAll, ParamType::kBool, "all"},
206 IntrinsicData{IntrinsicType::kAny, ParamType::kBool, "any"},
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h242 kBool, member in v8::CTypeInfo::Type
315 type == Type::kBool; in IsPrimitive()
603 kReturnType == CTypeInfo::Type::kBool ||
645 V(bool, kBool) \
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h242 kBool, member in v8::CTypeInfo::Type
319 type == Type::kBool; in IsPrimitive()
620 kReturnType == CTypeInfo::Type::kBool ||
663 V(bool, kBool) \
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_test.cc35 kBool, member in tint::writer::hlsl::__anon26229::ParamType
52 case ParamType::kBool: in operator <<()
191 IntrinsicData{IntrinsicType::kAll, ParamType::kBool, "all"},
192 IntrinsicData{IntrinsicType::kAny, ParamType::kBool, "any"},
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h81 kBool, member in v8::internal::MachineRepresentation::MachineSemantic
234 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
282 case CTypeInfo::Type::kBool: in TypeForCType()
H A Dmachine-type.cc70 case MachineSemantic::kBool: in operator <<()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
H A Dtransformation_add_copy_memory.cpp190 case opt::analysis::Type::kBool: in CanUsePointeeWithCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
/third_party/skia/src/pdf/
H A DSkPDFUnion.h91 kBool, member in SkPDFUnion::Type
H A DSkPDFTypes.cpp56 case Type::kBool: in SkPDFUnion()
179 case Type::kBool: in emitObject()
227 return SkPDFUnion(Type::kBool, value); in Bool()
/third_party/skia/experimental/graphite/src/
H A DDrawTypes.h22 kBool, member in skgpu::SLType
H A DUniformManager.cpp355 case SLType::kBool: in sltype_to_alignment_mask()
421 case SLType::kBool: in sltype_to_mtl_size()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_interchange_zero_like_constants.cpp54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_test.cc35 kBool, member in tint::writer::glsl::__anon26198::ParamType
52 case ParamType::kBool: in operator <<()
191 IntrinsicData{IntrinsicType::kAll, ParamType::kBool, "all"},
192 IntrinsicData{IntrinsicType::kAny, ParamType::kBool, "any"},
/third_party/skia/modules/skottie/src/
H A DSkottieJson.cpp46 case Value::Type::kBool: in Parse()

Completed in 17 milliseconds

123