/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling.cc | 114 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 …]
|
D | vertex_pulling_test.cc | 806 {VertexFormat::kUint32, 64, 22}, in TEST_F() 967 {VertexFormat::kUint32, 63, 22}, in TEST_F() 1127 {VertexFormat::kUint32, 64, 22}, in TEST_F()
|
D | vertex_pulling.h | 52 kUint32, // uint32 enumerator
|
/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 83 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()
|
D | machine-type.cc | 74 case MachineSemantic::kUint32: in operator <<()
|
/third_party/node/deps/v8/include/ |
D | v8-fast-api-calls.h | 244 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/ |
D | entry_point.h | 103 kUint32, enumerator
|
D | inspector.cc | 209 overridable_constant.type = OverridableConstant::Type::kUint32; in GetEntryPoints()
|
D | inspector_test.cc | 646 EXPECT_EQ(inspector::OverridableConstant::Type::kUint32, in TEST_F()
|
/third_party/node/deps/v8/src/compiler/ |
D | fast-api-calls.cc | 18 case CTypeInfo::Type::kUint32: in GetTypedArrayElementsKind()
|
D | type-cache.h | 38 Type const kUint32 = Type::Unsigned32();
|
D | access-builder.cc | 1260 MaybeHandle<Map>(), TypeCache::Get()->kUint32, MachineType::Uint32(), in ForFeedbackVectorFlags()
|
D | simplified-lowering.cc | 1286 return MachineSemantic::kUint32; in DeoptValueSemanticOf() 1311 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf() 1890 case CTypeInfo::Type::kUint32: in UseInfoForFastApiCallArgument()
|
D | wasm-compiler.cc | 2069 case MachineSemantic::kUint32: in Min() 2084 case MachineSemantic::kUint32: in Max()
|
D | effect-control-linearizer.cc | 5321 case CTypeInfo::Type::kUint32: in LowerFastApiCall()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 655 case interop::GPUIndexFormat::kUint32: in Convert() 805 case interop::GPUVertexFormat::kUint32: in Convert()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 85 return tint::transform::VertexFormat::kUint32; in ToTintVertexFormat() 409 case tint::inspector::OverridableConstant::Type::kUint32: in FromTintOverridableConstantType()
|
/third_party/node/deps/v8/src/objects/ |
D | value-serializer.cc | 108 kUint32 = 'U', enumerator 1463 case SerializationTag::kUint32: { in ReadObjectInternal()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 2207 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/ |
D | instruction-selector-ia32.cc | 1617 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize() 1629 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 10729 CTypeInfo(CTypeInfo::Type::kUint32, CTypeInfo::SequenceType::kIsSequence) in TryToCopyAndConvertArrayToCppBuffer()
|