Home
last modified time | relevance | path

Searched defs:Uint32 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDrawIndexedIndirectTests.cpp287 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
309 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
311 pass.SetIndexBuffer(CreateIndexBuffer({0, 3, 1, 0, 2, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
314 wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
331 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
349 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, 0); in TEST_P() member in wgpu::IndexFormat
351 pass.SetIndexBuffer(CreateIndexBuffer({0, 1, 2, 0, 3, 1}), wgpu::IndexFormat::Uint32, in TEST_P() member in wgpu::IndexFormat
353 pass.SetIndexBuffer(CreateIndexBuffer({0, 3, 1}), wgpu::IndexFormat::Uint32, 0); TEST_P() member in wgpu::IndexFormat
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h707 class V8_EXPORT Uint32 : public Integer { class
/third_party/node/deps/v8/include/
H A Dv8-primitive.h698 class V8_EXPORT Uint32 : public Integer { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.h212 enum class Type { Boolean, Float32, Uint32, Int32 } type; member in dawn_native::EntryPointMetadata::OverridableConstant::Type
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h182 constexpr static MachineType Uint32() { in Uint32() function in v8::internal::MachineRepresentation::MachineType
/third_party/vixl/src/
H A Dutils-vixl.h1178 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {} Uint32() function in Uint32
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs2890 [pbr::OriginalName("TYPE_UINT32")] Uint32 = 13, enumerator

Completed in 20 milliseconds