Home
last modified time | relevance | path

Searched refs:underlying_type (Results 1 – 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_builtins.cpp63 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 …]
Dvalidate_memory.cpp737 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 …]
Dfunction.h40 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/
Dvalidate_builtins.cpp63 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 …]
Dvalidate_memory.cpp737 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 …]
Dfunction.h40 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/
Dvalidate_builtins.cpp63 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 …]
Dvalidate_memory.cpp770 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 …]
Dfunction.h40 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/
DEnumClassBitmasks.h55 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/
DBitmaskEnum.h80 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/
DCodeView.h55 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/
DOrcError.cpp79 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/
Dflat_tree.h84 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/
Droots-inl.h31 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/
Dapi_cpp_print.h39 …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/
Dhex_float.h184 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/
Dhex_float.h217 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/
Dhex_float.h217 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/
Dhex_float.h218 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/
Dhash_generator_testing.h81 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/
DEnumTables.cpp16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
/third_party/node/deps/v8/src/torque/
Druntime-support.h16 struct UnderlyingTypeHelper : Identity<typename std::underlying_type<T>::type> {
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
Dwebgpu_absl_format.cpp181 …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/
Dmemory-tracing.h29 std::underlying_type<MachineRepresentation>::type>::value,

123