Home
last modified time | relevance | path

Searched refs:kStruct (Results 1 - 25 of 48) sorted by relevance

12

/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h61 case Type::TypeKind::kStruct: { in alignment()
122 case Type::TypeKind::kStruct: { in size()
155 case Type::TypeKind::kStruct: in LayoutIsSupported()
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.h27 kStruct = 2, member in PropertyType
28 kStructArray = kArray | kStruct,
H A Dv8-debug-helper-interop.cc104 static_cast<int>(PropertyType::kStruct)); in GetPropertiesAsVector()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp203 case opt::analysis::Type::kStruct: in ContainsPointer()
219 case opt::analysis::Type::kStruct: in ContainsRuntimeArray()
H A Dtransformation_add_copy_memory.cpp199 case opt::analysis::Type::kStruct: in CanUsePointeeWithCopyMemory()
H A Dtransformation_propagate_instruction_up.cpp41 case opt::analysis::Type::kStruct: in ContainsPointers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp203 case opt::analysis::Type::kStruct: in ContainsPointer()
219 case opt::analysis::Type::kStruct: in ContainsRuntimeArray()
H A Dtransformation_add_copy_memory.cpp199 case opt::analysis::Type::kStruct: in CanUsePointeeWithCopyMemory()
H A Dtransformation_propagate_instruction_up.cpp41 case opt::analysis::Type::kStruct: in ContainsPointers()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp204 case opt::analysis::Type::kStruct: in ContainsPointer()
220 case opt::analysis::Type::kStruct: in ContainsRuntimeArray()
H A Dtransformation_add_copy_memory.cpp203 case opt::analysis::Type::kStruct: in CanUsePointeeWithCopyMemory()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h351 enum Kind { kFunction, kStruct, kArray }; enumerator
356 : struct_type(type), supertype(supertype), kind(kStruct) {} in TypeDefinition()
375 case kStruct: in operator ==()
470 return index < types.size() && types[index].kind == TypeDefinition::kStruct; in has_struct()
H A Dcanonical-types.cc122 case TypeDefinition::kStruct: { in CanonicalizeTypeDef()
H A Dwasm-subtyping.cc116 case TypeDefinition::kStruct: in ValidSubtypeDefinition()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreduce_load_size.cpp167 case analysis::Type::kStruct: in ShouldReplaceExtract()
H A Dtype_manager.cpp336 case Type::kStruct: { in GetTypeInstruction()
575 case Type::kStruct: { in RebuildType()
959 case Type::kStruct: { in ReplaceForwardPointers()
1017 case Type::kStruct: { in ReplaceType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreduce_load_size.cpp167 case analysis::Type::kStruct: in ShouldReplaceExtract()
H A Dtype_manager.cpp336 case Type::kStruct: { in GetTypeInstruction()
575 case Type::kStruct: { in RebuildType()
959 case Type::kStruct: { in ReplaceForwardPointers()
1017 case Type::kStruct: { in ReplaceType()
/third_party/spirv-tools/source/opt/
H A Dreduce_load_size.cpp171 case analysis::Type::kStruct: in ShouldReplaceExtract()
H A Dtypes.cpp90 case kStruct: in IsUniqueType()
275 case kStruct: in NumberOfComponents()
489 : Type(kStruct), element_types_(types) { in Struct()
H A Dtype_manager.cpp337 case Type::kStruct: { in GetTypeInstruction()
592 case Type::kStruct: { in RebuildType()
992 case Type::kStruct: { in ReplaceForwardPointers()
1050 case Type::kStruct: { in ReplaceType()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.h271 kStruct, member in tint::reader::wgsl::Token::Type
H A Dtoken.cc262 case Token::Type::kStruct: in TypeToName()
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h303 kStruct = 23, enumerator
/third_party/skia/src/sksl/ir/
H A DSkSLType.h86 kStruct, member in SkSL::Type::TypeKind

Completed in 19 milliseconds

12