Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 - 25 of 158) sorted by relevance

1234567

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp41 template<typename ValueType>
42 void parseType (const char* src, ValueType* dst);
54 typedef typename OptName::ValueType ValueType; typedef
55 typedef void (*ParseFunc) (const char* src, ValueType* dst);
65 const NamedValue<ValueType>* namedValues; //!< Named values or null.
66 const NamedValue<ValueType>* namedValuesEnd; //!< Named value list end.
74 , parse (parseType<ValueType>) in Option()
93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd
121 typedef typename Option::ValueType ValueType; global() typedef
152 typedef typename OptTraits<Name>::ValueType ValueType; global() typedef
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h172 friend class ValueType;
290 // A ValueType is encoded by two components: a ValueKind and a heap
296 // ValueType encoding includes an additional bit marking the index of a type as
298 class ValueType { class
301 constexpr ValueType() : bit_field_(KindField::encode(kVoid)) {} in ValueType() function in v8::internal::wasm::ValueType
302 static constexpr ValueType Primitive(ValueKind kind) { in Primitive()
304 return ValueType(KindField::encode(kind)); in Primitive()
306 static constexpr ValueType Ref(uint32_t heap_type, Nullability nullability) { in Ref()
308 return ValueType( in Ref()
312 static constexpr ValueType Re in Ref()
[all...]
H A Dwasm-subtyping.h21 ValueType subtype, ValueType supertype, const WasmModule* sub_module,
33 V8_NOINLINE V8_EXPORT_PRIVATE bool EquivalentTypes(ValueType type1,
34 ValueType type2,
60 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf()
68 V8_INLINE bool IsSubtypeOf(ValueType subtype, ValueType supertype, in IsSubtypeOf()
80 return IsSubtypeOf(ValueType::Ref(subtype, kNonNullable), in IsHeapSubtypeOf()
81 ValueType in IsHeapSubtypeOf()
[all...]
H A Dstruct-types.h25 const ValueType* reps, const bool* mutabilities) in StructType()
35 ValueType field(uint32_t index) const { in field()
46 base::iterator_range<const ValueType*> fields() const { in fields()
93 buffer_(zone->NewArray<ValueType>(static_cast<int>(field_count))), in Builder()
96 void AddField(ValueType type, bool mutability) { in AddField()
113 ValueType* const buffer_;
123 const ValueType* const reps_;
129 constexpr explicit ArrayType(ValueType rep, bool mutability) in ArrayType()
132 ValueType element_type() const { return rep_; } in element_type()
143 const ValueType rep
[all...]
H A Dwasm-init-expr.cc14 ValueType WasmInitExpr::type(const WasmModule* module, in type()
37 return ValueType::Ref(heap_type, kNonNullable); in type()
40 return ValueType::Ref(immediate().heap_type, kNullable); in type()
47 return ValueType::Ref(immediate().index, kNonNullable); in type()
49 return ValueType::Rtt(immediate().heap_type); in type()
H A Dcanonical-types.cc60 ValueType TypeCanonicalizer::CanonicalizeValueType( in CanonicalizeValueType()
61 const WasmModule* module, ValueType type, in CanonicalizeValueType()
65 ? ValueType::CanonicalWithRelativeIndex( in CanonicalizeValueType()
67 : ValueType::FromIndex( in CanonicalizeValueType()
111 for (ValueType ret : original_sig->returns()) { in CanonicalizeTypeDef()
115 for (ValueType param : original_sig->parameters()) { in CanonicalizeTypeDef()
134 ValueType element_type = CanonicalizeValueType( in CanonicalizeTypeDef()
H A Dwasm-module-builder.h171 uint32_t AddLocal(ValueType type);
190 void EmitValueType(ValueType type);
273 WasmElemSegment(Zone* zone, ValueType type, uint32_t table_index, in WasmElemSegment()
285 WasmElemSegment(Zone* zone, ValueType type, bool declarative) in WasmElemSegment()
295 ValueType type;
317 uint32_t AddGlobal(ValueType type, bool mutability = true,
319 uint32_t AddGlobalImport(base::Vector<const char> name, ValueType type,
345 uint32_t AddTable(ValueType type, uint32_t min_size);
346 uint32_t AddTable(ValueType type, uint32_t min_size, uint32_t max_size);
347 uint32_t AddTable(ValueType typ
[all...]
H A Dinit-expr-interface.cc81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull()
94 ValueType type = ValueType::Ref(module_->functions[function_index].sig_index, in RefFunc()
132 ValueType::Ref(HeapType(imm.index), kNonNullable)); in StructNewWithRtt()
136 WasmValue DefaultValueForType(ValueType type, Isolate* isolate) { in DefaultValueForType()
173 ValueType::Ref(HeapType(imm.index), kNonNullable)); in StructNewDefault()
187 ValueType::Ref(HeapType(imm.index), kNonNullable)); in ArrayInit()
220 array_value, ValueType::Ref(HeapType(array_imm.index), kNonNullable)); in ArrayInitFromData()
228 ValueType::Rtt(type_index)); in RttCanon()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6532 using ValueType = ShadersMapT::value_type; in getSpirvAtomicOpShader()
6536 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_r32ui_end_result}, in getSpirvAtomicOpShader()
6537 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_r32ui_intermediate_values}, in getSpirvAtomicOpShader()
6538 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_r32i_end_result}, in getSpirvAtomicOpShader()
6539 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_r32i_intermediate_values}, in getSpirvAtomicOpShader()
6540 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_array_r32ui_end_result}, in getSpirvAtomicOpShader()
6541 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_array_r32ui_intermediate_values}, in getSpirvAtomicOpShader()
6542 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_array_r32i_end_result}, in getSpirvAtomicOpShader()
6543 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_array_r32i_intermediate_values}, in getSpirvAtomicOpShader()
6544 ValueType{CaseVarian in getSpirvAtomicOpShader()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.cpp6532 using ValueType = ShadersMapT::value_type; in getSpirvAtomicOpShader()
6536 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_r32ui_end_result}, in getSpirvAtomicOpShader()
6537 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_r32ui_intermediate_values}, in getSpirvAtomicOpShader()
6538 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_r32i_end_result}, in getSpirvAtomicOpShader()
6539 ValueType{CaseVariant{IMAGE_TYPE_1D, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_r32i_intermediate_values}, in getSpirvAtomicOpShader()
6540 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_array_r32ui_end_result}, in getSpirvAtomicOpShader()
6541 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_array_r32ui_intermediate_values}, in getSpirvAtomicOpShader()
6542 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_END_RESULTS}, &kShader_1d_array_r32i_end_result}, in getSpirvAtomicOpShader()
6543 ValueType{CaseVariant{IMAGE_TYPE_1D_ARRAY, tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32, CaseVariant::CHECK_TYPE_INTERMEDIATE_RESULTS}, &kShader_1d_array_r32i_intermediate_values}, in getSpirvAtomicOpShader()
6544 ValueType{CaseVarian in getSpirvAtomicOpShader()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany.h125 // a reference type is passed as its `ValueType`:
131 template <typename ValueType>
132 ValueType any_cast(const any& operand);
138 template <typename ValueType>
139 ValueType any_cast(any& operand); // NOLINT(runtime/references)
144 template <typename ValueType>
145 ValueType any_cast(any&& operand);
150 template <typename ValueType>
151 const ValueType* any_cast(const any* operand) noexcept;
156 template <typename ValueType>
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEnumeratedArray.h20 template <typename ValueType, typename Enumeration,
26 EnumeratedArray(ValueType V) { in EnumeratedArray()
31 inline const ValueType &operator[](const Enumeration Index) const { in operator []()
36 inline ValueType &operator[](const Enumeration Index) { in operator []()
37 return const_cast<ValueType &>( in operator []()
38 static_cast<const EnumeratedArray<ValueType, Enumeration, LargestEnum, in operator []()
43 ValueType Underlying[Size];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.h62 /// You create a VarStreamArray by specifying a ValueType and an Extractor type.
64 /// VarStreamArrayExtractor<T> for your ValueType.
84 template <typename ValueType, typename Extractor> class VarStreamArrayIterator;
86 template <typename ValueType,
87 typename Extractor = VarStreamArrayExtractor<ValueType>>
89 friend class VarStreamArrayIterator<ValueType, Extractor>;
92 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
115 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
149 template <typename ValueType, typename Extractor>
151 : public iterator_facade_base<VarStreamArrayIterator<ValueType, Extracto
[all...]
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js48 public static as<ValueType>(value: ValueType): TPromise<ValueType>;
50 public static join<ValueType>(promises: TPromise<ValueType>[]): TPromise<ValueType[]>;
51 public static any<ValueType>(promises: TPromise<ValueType>[]): TPromise<ValueType>;
52 public static wrapError<ValueType>(erro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp57 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>;
60 ScopedHashTableVal<ValueType, CntRegP>>;
61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
62 DenseMapInfo<ValueType>, AllocatorTy>;
101 ValueType &Val) const;
105 unsigned getCount(ValueType Entry);
109 unsigned getReg(ValueType Entry);
112 void incCntAndSetReg(ValueType Entry, unsigned Reg);
235 ValueType Entry; in visitNode()
267 ValueType in isCallViaRegister()
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp1556 The value is converted by calling the @ref json_serializer<ValueType>
1561 ValueType ret;
1562 JSONSerializer<ValueType>::from_json(*this, ret);
1567 - @a ValueType is not @ref basic_json,
1568 - @ref json_serializer<ValueType> has a `from_json()` method of the form
1569 `void from_json(const basic_json&, ValueType&)`, and
1570 - @ref json_serializer<ValueType> does not have a `from_json()` method of
1571 the form `ValueType from_json(const basic_json&)`
1573 @tparam ValueType the returned value type
1575 @return copy of the JSON value, converted to @a ValueType
[all...]
H A Dadl_serializer.hpp21 template<typename ValueType, typename>
26 template<typename BasicJsonType, typename TargetType = ValueType>
36 template<typename BasicJsonType, typename TargetType = ValueType>
46 template<typename BasicJsonType, typename TargetType = ValueType>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAMDGPUMetadata.cpp75 struct ScalarEnumerationTraits<ValueType> {
76 static void enumeration(IO &YIO, ValueType &EN) { in enumeration()
77 YIO.enumCase(EN, "Struct", ValueType::Struct); in enumeration()
78 YIO.enumCase(EN, "I8", ValueType::I8); in enumeration()
79 YIO.enumCase(EN, "U8", ValueType::U8); in enumeration()
80 YIO.enumCase(EN, "I16", ValueType::I16); in enumeration()
81 YIO.enumCase(EN, "U16", ValueType::U16); in enumeration()
82 YIO.enumCase(EN, "F16", ValueType::F16); in enumeration()
83 YIO.enumCase(EN, "I32", ValueType::I32); in enumeration()
84 YIO.enumCase(EN, "U32", ValueType in enumeration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp112 template <RewriteDescriptor::Type DT, typename ValueType,
113 ValueType *(Module::*Get)(StringRef) const>
132 template <RewriteDescriptor::Type DT, typename ValueType,
133 ValueType *(Module::*Get)(StringRef) const>
134 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule()
136 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
152 template <RewriteDescriptor::Type DT, typename ValueType,
153 ValueType *(Module::*Get)(StringRef) const,
154 iterator_range<typename iplist<ValueType>::iterator>
173 template <RewriteDescriptor::Type DT, typename ValueType,
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_join_internal.h158 template <typename ValueType>
178 template <typename ValueType>
179 struct DefaultFormatter<ValueType*> {
180 typedef DereferenceFormatterImpl<typename DefaultFormatter<ValueType>::Type>
184 template <typename ValueType>
185 struct DefaultFormatter<std::unique_ptr<ValueType>>
186 : public DefaultFormatter<ValueType*> {};
290 typedef typename std::iterator_traits<Iterator>::value_type ValueType; in JoinRange() typedef
291 typedef typename DefaultFormatter<ValueType>::Type Formatter; in JoinRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h42 struct ValueType { struct in llvm::DWARFFormValue
43 ValueType() { uval = 0; } in ValueType() function
44 ValueType(int64_t V) : sval(V) {} in ValueType() function
45 ValueType(uint64_t V) : uval(V) {} in ValueType() function
46 ValueType(const char *V) : cstr(V) {} in ValueType() function
58 ValueType Value; /// Contains all data for the form.
62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp87 template <typename ValueType, class Enable = void> struct KeyCompareLess {};
89 template <typename ValueType>
90 struct KeyCompareLess<ValueType,
92 typename ValueType::PrimType>::value>::type> {
95 static_assert(sizeof(typename ValueType::PrimType) <= sizeof(CompareType), in operator ()()
97 typename ValueType::PrimType V1 = llvm::cast<ValueType>(Const1)->getValue(); in operator ()()
98 typename ValueType::PrimType V2 = llvm::cast<ValueType>(Const2)->getValue(); in operator ()()
109 template <typename ValueType>
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dvisitor.h168 template <typename KeyType, typename ValueType>
170 const Member<ValueType>* member_value) { in TraceEphemeron()
176 const ValueType* value = member_value->GetRawAtomic(); in TraceEphemeron()
179 // KeyType and ValueType may refer to GarbageCollectedMixin. in TraceEphemeron()
181 TraceTrait<ValueType>::GetTraceDescriptor(value); in TraceEphemeron()
197 * `ValueType` here should not be `Member`. It is expected that
198 * `TraceTrait<ValueType>::GetTraceDescriptor(value)` returns a
201 template <typename KeyType, typename ValueType>
203 const ValueType* value) { in TraceEphemeron()
204 static_assert(!IsGarbageCollectedOrMixinTypeV<ValueType>, in TraceEphemeron()
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dvisitor.h166 template <typename KeyType, typename ValueType>
168 const Member<ValueType>* member_value) { in TraceEphemeron()
174 const ValueType* value = member_value->GetRawAtomic(); in TraceEphemeron()
177 // KeyType and ValueType may refer to GarbageCollectedMixin. in TraceEphemeron()
179 TraceTrait<ValueType>::GetTraceDescriptor(value); in TraceEphemeron()
195 * `ValueType` here should not be `Member`. It is expected that
196 * `TraceTrait<ValueType>::GetTraceDescriptor(value)` returns a
199 template <typename KeyType, typename ValueType>
201 const ValueType* value) { in TraceEphemeron()
202 static_assert(!IsGarbageCollectedOrMixinTypeV<ValueType>, in TraceEphemeron()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>;
108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> {
109 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject()
110 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {} in UnderlyingObject()
112 ValueType getValue() const { return getPointer(); } in getValue()
193 /// A map from ValueType to SUList, used during DAG construction, as
220 ValueType V);

Completed in 24 milliseconds

1234567