Home
last modified time | relevance | path

Searched refs:kUint32 (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
H A 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, in Fetch()
[all...]
H A 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()
H A Dvertex_pulling.h52 kUint32, // uint32 member in tint::transform::VertexFormat
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h83 kUint32, member in v8::internal::MachineRepresentation::MachineSemantic
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()
H A Dmachine-type.cc74 case MachineSemantic::kUint32: in operator <<()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h244 kUint32, member in v8::CTypeInfo::Type
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; } in Type()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h245 kUint32, member in v8::CTypeInfo::Type
309 type == Type::kUint32 || type == Type::kInt64 || in IsIntegralType()
622 kReturnType == CTypeInfo::Type::kUint32 ||
666 V(uint32_t, kUint32) \
707 V(uint32_t, kUint32) \
731 static constexpr CTypeInfo::Type Type() { return CTypeInfo::Type::kUint32; } in Type()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dentry_point.h103 kUint32, member in tint::inspector::OverridableConstant::Type
H A Dinspector.cc209 overridable_constant.type = OverridableConstant::Type::kUint32; in GetEntryPoints()
H A Dinspector_test.cc646 EXPECT_EQ(inspector::OverridableConstant::Type::kUint32, in TEST_F()
/third_party/node/deps/v8/src/compiler/
H A Dfast-api-calls.cc18 case CTypeInfo::Type::kUint32: in GetTypedArrayElementsKind()
H A Dtype-cache.h38 Type const kUint32 = Type::Unsigned32(); member in v8::internal::compiler::final
H A Daccess-builder.cc1260 MaybeHandle<Map>(), TypeCache::Get()->kUint32, MachineType::Uint32(), in ForFeedbackVectorFlags()
H A Dsimplified-lowering.cc1286 return MachineSemantic::kUint32; in DeoptValueSemanticOf()
1311 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf()
1890 case CTypeInfo::Type::kUint32: in UseInfoForFastApiCallArgument()
H A Dwasm-compiler.cc2069 case MachineSemantic::kUint32: in Min()
2084 case MachineSemantic::kUint32: in Max()
H A Deffect-control-linearizer.cc5321 case CTypeInfo::Type::kUint32: in LowerFastApiCall()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A 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/
H A 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/
H A Dvalue-serializer.cc108 kUint32 = 'U', member in v8::internal::SerializationTag
1463 case SerializationTag::kUint32: { in ReadObjectInternal()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A 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/
H A 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/
H A Dapi.cc10729 CTypeInfo(CTypeInfo::Type::kUint32, CTypeInfo::SequenceType::kIsSequence) in TryToCopyAndConvertArrayToCppBuffer()

Completed in 85 milliseconds