Searched refs:TypedInteger (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | IntegerTypes.h | 25 using BindingNumber = TypedInteger<struct BindingNumberT, uint32_t>; 28 using BindingIndex = TypedInteger<struct BindingIndexT, uint32_t>; 30 using BindGroupIndex = TypedInteger<struct BindGroupIndexT, uint32_t>; 34 using ColorAttachmentIndex = TypedInteger<struct ColorAttachmentIndexT, uint8_t>; 39 using VertexBufferSlot = TypedInteger<struct VertexBufferSlotT, uint8_t>; 40 using VertexAttributeLocation = TypedInteger<struct VertexAttributeLocationT, uint8_t>; 55 using MapRequestID = TypedInteger<struct MapRequestIDT, uint64_t>; 58 using FenceAPISerial = TypedInteger<struct FenceAPISerialT, uint64_t>; 64 using ExecutionSerial = TypedInteger<struct QueueSerialT, uint64_t>; 71 using PipelineCompatibilityToken = TypedInteger<struct PipelineCompatibilityTokenT, uint64_t>;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | IntegerTypes.h | 27 using HeapVersionID = TypedInteger<struct HeapVersionIDT, uint64_t>; 30 using ExternalMutexSerial = TypedInteger<struct ExternalMutexSerialT, uint64_t>;
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ITypArrayTests.cpp | 22 using Key = TypedInteger<struct KeyT, uint32_t>; 23 using Val = TypedInteger<struct ValT, uint32_t>;
|
D | ITypSpanTests.cpp | 24 using Key = TypedInteger<struct KeyT, size_t>; 25 using Val = TypedInteger<struct ValT, uint32_t>;
|
D | SerialMapTests.cpp | 168 TEST(SerialMap, TypedInteger) { in TEST() argument 169 using MySerial = TypedInteger<struct MySerialT, uint64_t>; in TEST()
|
D | SerialQueueTests.cpp | 160 TEST(SerialQueue, TypedInteger) { in TEST() argument 161 using MySerial = TypedInteger<struct MySerialT, uint64_t>; in TEST()
|
D | ITypVectorTests.cpp | 22 using Key = TypedInteger<struct KeyT, uint32_t>; 23 using Val = TypedInteger<struct ValT, uint32_t>;
|
D | TypedIntegerTests.cpp | 22 using Unsigned = TypedInteger<struct UnsignedT, uint32_t>; 23 using Signed = TypedInteger<struct SignedT, int32_t>;
|
D | ITypBitsetTests.cpp | 24 using Key = TypedInteger<struct KeyT, size_t>;
|
D | BitSetIteratorTests.cpp | 157 using IntegerT = TypedInteger<struct Foo, uint32_t>;
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | TypedInteger.h | 59 using TypedInteger = detail::TypedIntegerImpl<Tag, T>; variable 61 using TypedInteger = T;
|
D | HashUtils.h | 34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash()
|
D | CMakeLists.txt | 56 "TypedInteger.h"
|
D | BUILD.gn | 208 "TypedInteger.h",
|