Home
last modified time | relevance | path

Searched refs:kUint32 (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc114 case VertexFormat::kUint32: in operator <<()
158 case VertexFormat::kUint32: in DataTypeOf()
429 return LoadPrimitive(array_base, offset, buffer, VertexFormat::kUint32); in Fetch()
438 VertexFormat::kUint32); in Fetch()
451 VertexFormat::kUint32); in Fetch()
461 VertexFormat::kUint32); in Fetch()
474 VertexFormat::kUint32); in Fetch()
484 VertexFormat::kUint32); in Fetch()
500 case VertexFormat::kUint32: in Fetch()
508 VertexFormat::kUint32, 2); in Fetch()
[all …]
Dvertex_pulling_test.cc806 {VertexFormat::kUint32, 64, 22}, in TEST_F()
967 {VertexFormat::kUint32, 63, 22}, in TEST_F()
1127 {VertexFormat::kUint32, 64, 22}, in TEST_F()
Dvertex_pulling.h52 kUint32, // uint32 enumerator
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h83 kUint32, enumerator
131 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
170 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32); in Uint8()
177 MachineSemantic::kUint32); in Uint16()
184 MachineSemantic::kUint32); in Uint32()
286 case CTypeInfo::Type::kUint32: in TypeForCType()
Dmachine-type.cc74 case MachineSemantic::kUint32: in operator <<()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h244 kUint32, enumerator
305 return type == Type::kInt32 || type == Type::kUint32 || in IsIntegralType()
605 kReturnType == CTypeInfo::Type::kUint32 ||
647 V(uint32_t, kUint32) \
686 V(uint32_t, kUint32) \
710 static constexpr CTypeInfo::Type Type() { return CTypeInfo::Type::kUint32; }
/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h103 kUint32, enumerator
Dinspector.cc209 overridable_constant.type = OverridableConstant::Type::kUint32; in GetEntryPoints()
Dinspector_test.cc646 EXPECT_EQ(inspector::OverridableConstant::Type::kUint32, in TEST_F()
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc18 case CTypeInfo::Type::kUint32: in GetTypedArrayElementsKind()
Dtype-cache.h38 Type const kUint32 = Type::Unsigned32();
Daccess-builder.cc1260 MaybeHandle<Map>(), TypeCache::Get()->kUint32, MachineType::Uint32(), in ForFeedbackVectorFlags()
Dsimplified-lowering.cc1286 return MachineSemantic::kUint32; in DeoptValueSemanticOf()
1311 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf()
1890 case CTypeInfo::Type::kUint32: in UseInfoForFastApiCallArgument()
Dwasm-compiler.cc2069 case MachineSemantic::kUint32: in Min()
2084 case MachineSemantic::kUint32: in Max()
Deffect-control-linearizer.cc5321 case CTypeInfo::Type::kUint32: in LowerFastApiCall()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp655 case interop::GPUIndexFormat::kUint32: in Convert()
805 case interop::GPUVertexFormat::kUint32: in Convert()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp85 return tint::transform::VertexFormat::kUint32; in ToTintVertexFormat()
409 case tint::inspector::OverridableConstant::Type::kUint32: in FromTintOverridableConstantType()
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc108 kUint32 = 'U', enumerator
1463 case SerializationTag::kUint32: { in ReadObjectInternal()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2207 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
2219 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
2230 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1617 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
1629 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/api/
Dapi.cc10729 CTypeInfo(CTypeInfo::Type::kUint32, CTypeInfo::SequenceType::kIsSequence) in TryToCopyAndConvertArrayToCppBuffer()