/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() argument 71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType() 83 *underlying_type = inst.type_id(); in GetUnderlyingType() 88 if (!_.GetPointerTypeInfo(inst.type_id(), underlying_type, &storage_class)) { in GetUnderlyingType() 579 uint32_t underlying_type); 589 uint32_t underlying_type); 602 uint32_t underlying_type); 616 uint32_t underlying_type); 742 uint32_t underlying_type = 0; in ValidateBool() local 744 GetUnderlyingType(_, decoration, inst, &underlying_type)) { in ValidateBool() [all …]
|
D | validate_memory.cpp | 737 auto underlying_type = value_type; in ValidateVariable() local 738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 739 storage_class = underlying_type->GetOperandAs<SpvStorageClass>(1u); in ValidateVariable() 740 underlying_type = in ValidateVariable() 741 _.FindDef(underlying_type->GetOperandAs<uint32_t>(2u)); in ValidateVariable() 756 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 757 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable() 758 underlying_type = in ValidateVariable() 759 _.FindDef(underlying_type->GetOperandAs<uint32_t>(1u)); in ValidateVariable() 762 !_.HasDecoration(underlying_type->id(), in ValidateVariable() [all …]
|
D | function.h | 40 auto h2 = std::hash<std::underlying_type<ConstructType>::type>{}( in operator() 41 static_cast<std::underlying_type<ConstructType>::type>(p.second)); in operator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() argument 71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType() 83 *underlying_type = inst.type_id(); in GetUnderlyingType() 88 if (!_.GetPointerTypeInfo(inst.type_id(), underlying_type, &storage_class)) { in GetUnderlyingType() 579 uint32_t underlying_type); 589 uint32_t underlying_type); 602 uint32_t underlying_type); 616 uint32_t underlying_type); 742 uint32_t underlying_type = 0; in ValidateBool() local 744 GetUnderlyingType(_, decoration, inst, &underlying_type)) { in ValidateBool() [all …]
|
D | validate_memory.cpp | 737 auto underlying_type = value_type; in ValidateVariable() local 738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 739 storage_class = underlying_type->GetOperandAs<SpvStorageClass>(1u); in ValidateVariable() 740 underlying_type = in ValidateVariable() 741 _.FindDef(underlying_type->GetOperandAs<uint32_t>(2u)); in ValidateVariable() 756 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 757 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable() 758 underlying_type = in ValidateVariable() 759 _.FindDef(underlying_type->GetOperandAs<uint32_t>(1u)); in ValidateVariable() 762 !_.HasDecoration(underlying_type->id(), in ValidateVariable() [all …]
|
D | function.h | 40 auto h2 = std::hash<std::underlying_type<ConstructType>::type>{}( in operator() 41 static_cast<std::underlying_type<ConstructType>::type>(p.second)); in operator()
|
/third_party/spirv-tools/source/val/ |
D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() argument 71 *underlying_type = inst.word(decoration.struct_member_index() + 2); in GetUnderlyingType() 83 *underlying_type = inst.type_id(); in GetUnderlyingType() 88 if (!_.GetPointerTypeInfo(inst.type_id(), underlying_type, &storage_class)) { in GetUnderlyingType() 592 uint32_t underlying_type); 602 uint32_t underlying_type); 615 uint32_t underlying_type); 629 uint32_t underlying_type); 755 uint32_t underlying_type = 0; in ValidateBool() local 757 GetUnderlyingType(_, decoration, inst, &underlying_type)) { in ValidateBool() [all …]
|
D | validate_memory.cpp | 770 auto underlying_type = value_type; in ValidateVariable() local 771 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable() 772 storage_class = underlying_type->GetOperandAs<SpvStorageClass>(1u); in ValidateVariable() 773 underlying_type = in ValidateVariable() 774 _.FindDef(underlying_type->GetOperandAs<uint32_t>(2u)); in ValidateVariable() 789 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 790 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable() 791 underlying_type = in ValidateVariable() 792 _.FindDef(underlying_type->GetOperandAs<uint32_t>(1u)); in ValidateVariable() 795 !_.HasDecoration(underlying_type->id(), in ValidateVariable() [all …]
|
D | function.h | 40 auto h2 = std::hash<std::underlying_type<ConstructType>::type>{}( in operator() 41 static_cast<std::underlying_type<ConstructType>::type>(p.second)); in operator()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn/ |
D | EnumClassBitmasks.h | 55 using Integral = typename std::underlying_type<T>::type; 84 using Integral = typename std::underlying_type<T>::type; 95 using Integral = typename std::underlying_type<T>::type; 106 using Integral = typename std::underlying_type<T>::type; 114 using Integral = typename std::underlying_type<T>::type; 150 using Integral = typename std::underlying_type<T>::type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | BitmaskEnum.h | 80 template <typename E> typename std::underlying_type<E>::type Mask() { 83 return NextPowerOf2(static_cast<typename std::underlying_type<E>::type>( 90 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) { 91 auto U = static_cast<typename std::underlying_type<E>::type>(Val);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 55 static_cast<std::underlying_type<Class>::type>(a) | \ 56 static_cast<std::underlying_type<Class>::type>(b)); \ 60 static_cast<std::underlying_type<Class>::type>(a) & \ 61 static_cast<std::underlying_type<Class>::type>(b)); \ 65 ~static_cast<std::underlying_type<Class>::type>(a)); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/ |
D | OrcError.cpp | 79 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() 103 typedef std::underlying_type<OrcErrorCode>::type UT; in convertToErrorCode()
|
/third_party/gn/src/base/containers/ |
D | flat_tree.h | 84 using underlying_type = std::vector<Value>; 109 using pointer = typename underlying_type::pointer; 110 using const_pointer = typename underlying_type::const_pointer; 111 using reference = typename underlying_type::reference; 112 using const_reference = typename underlying_type::const_reference; 113 using size_type = typename underlying_type::size_type; 114 using difference_type = typename underlying_type::difference_type; 115 using iterator = typename underlying_type::iterator; 116 using const_iterator = typename underlying_type::const_iterator; 117 using reverse_iterator = typename underlying_type::reverse_iterator; [all …]
|
/third_party/node/deps/v8/src/roots/ |
D | roots-inl.h | 31 using type = typename std::underlying_type<RootIndex>::type; 36 using type = typename std::underlying_type<RootIndex>::type;
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | api_cpp_print.h | 39 …ex << std::setfill('0') << std::setw(4) << static_cast<typename std::underlying_type<{{as_cppType(… 80 …ex << std::setfill('0') << std::setw(4) << static_cast<typename std::underlying_type<{{as_cppType(…
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 184 typedef void underlying_type; 206 typedef FloatProxy<float> underlying_type; 220 typedef FloatProxy<double> underlying_type; 234 typedef uint16_t underlying_type; 257 typedef typename Traits::underlying_type underlying_type; 605 other.set_value(BitwiseCast<typename other_T::underlying_type>( 620 other.set_value(BitwiseCast<typename other_T::underlying_type>(
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 217 using underlying_type = void; 239 using underlying_type = FloatProxy<float>; 253 using underlying_type = FloatProxy<double>; 267 using underlying_type = uint16_t; 291 using underlying_type = typename Traits::underlying_type; 675 other.set_value(typename other_T::underlying_type( 690 other.set_value(typename other_T::underlying_type(
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 217 using underlying_type = void; 239 using underlying_type = FloatProxy<float>; 253 using underlying_type = FloatProxy<double>; 267 using underlying_type = uint16_t; 291 using underlying_type = typename Traits::underlying_type; 675 other.set_value(typename other_T::underlying_type( 690 other.set_value(typename other_T::underlying_type(
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 218 using underlying_type = void; 240 using underlying_type = FloatProxy<float>; 254 using underlying_type = FloatProxy<double>; 268 using underlying_type = uint16_t; 292 using underlying_type = typename Traits::underlying_type; 676 other.set_value(typename other_T::underlying_type( 691 other.set_value(typename other_T::underlying_type(
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 81 std::uniform_int_distribution<typename std::underlying_type<Enum>::type> 95 typename std::underlying_type<EnumClass>::type>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | EnumTables.cpp | 16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
|
/third_party/node/deps/v8/src/torque/ |
D | runtime-support.h | 16 struct UnderlyingTypeHelper : Identity<typename std::underlying_type<T>::type> {
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | webgpu_absl_format.cpp | 181 …s->Append(absl::StrFormat("%x", static_cast<typename std::underlying_type<{{as_cppType(type.name)}… 228 …StrFormat("{{as_cppType(type.name)}}::%x", static_cast<typename std::underlying_type<{{as_cppType(…
|
/third_party/node/deps/v8/src/wasm/ |
D | memory-tracing.h | 29 std::underlying_type<MachineRepresentation>::type>::value,
|