Home
last modified time | relevance | path

Searched refs:TypedInteger (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIntegerTypes.h25 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/
DIntegerTypes.h27 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/
DITypArrayTests.cpp22 using Key = TypedInteger<struct KeyT, uint32_t>;
23 using Val = TypedInteger<struct ValT, uint32_t>;
DITypSpanTests.cpp24 using Key = TypedInteger<struct KeyT, size_t>;
25 using Val = TypedInteger<struct ValT, uint32_t>;
DSerialMapTests.cpp168 TEST(SerialMap, TypedInteger) { in TEST() argument
169 using MySerial = TypedInteger<struct MySerialT, uint64_t>; in TEST()
DSerialQueueTests.cpp160 TEST(SerialQueue, TypedInteger) { in TEST() argument
161 using MySerial = TypedInteger<struct MySerialT, uint64_t>; in TEST()
DITypVectorTests.cpp22 using Key = TypedInteger<struct KeyT, uint32_t>;
23 using Val = TypedInteger<struct ValT, uint32_t>;
DTypedIntegerTests.cpp22 using Unsigned = TypedInteger<struct UnsignedT, uint32_t>;
23 using Signed = TypedInteger<struct SignedT, int32_t>;
DITypBitsetTests.cpp24 using Key = TypedInteger<struct KeyT, size_t>;
DBitSetIteratorTests.cpp157 using IntegerT = TypedInteger<struct Foo, uint32_t>;
/third_party/skia/third_party/externals/dawn/src/common/
DTypedInteger.h59 using TypedInteger = detail::TypedIntegerImpl<Tag, T>; variable
61 using TypedInteger = T;
DHashUtils.h34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash()
DCMakeLists.txt56 "TypedInteger.h"
DBUILD.gn208 "TypedInteger.h",