/third_party/skia/src/utils/ |
H A D | SkJSON.h | 60 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 D | SkJSON.cpp | 59 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 D | scalar_constant.h | 54 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 D | scalar.cc | 22 Scalar::Scalar(bool val) : type_(kBool) { in Scalar() 43 return type_ == kBool; in IsBool()
|
H A D | scalar.h | 60 kBool, enumerator
|
H A D | entry_point.h | 101 kBool, member in tint::inspector::OverridableConstant::Type
|
/third_party/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 131 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 D | representation-change.h | 29 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 D | fast-api-calls.cc | 29 case CTypeInfo::Type::kBool: in GetTypedArrayElementsKind()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_intrinsic_test.cc | 31 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 D | v8-fast-api-calls.h | 242 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 D | v8-fast-api-calls.h | 242 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 D | generator_impl_intrinsic_test.cc | 35 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 D | machine-type.h | 81 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 D | machine-type.cc | 70 case MachineSemantic::kBool: in operator <<()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_interchange_zero_like_constants.cpp | 54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
|
H A D | transformation_add_copy_memory.cpp | 190 case opt::analysis::Type::kBool: in CanUsePointeeWithCopyMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_interchange_zero_like_constants.cpp | 54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUnion.h | 91 kBool, member in SkPDFUnion::Type
|
H A D | SkPDFTypes.cpp | 56 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 D | DrawTypes.h | 22 kBool, member in skgpu::SLType
|
H A D | UniformManager.cpp | 355 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 D | fuzzer_pass_interchange_zero_like_constants.cpp | 54 if (kind == opt::analysis::Type::kBool || in FindOrCreateToggledConstant()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_intrinsic_test.cc | 35 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 D | SkottieJson.cpp | 46 case Value::Type::kBool: in Parse()
|