dawn-cmake/src/tests/unittests
Austin Eng 314fd3513d Update SetBindGroup dynamic offsets to uint32_t
In WebGPU these are uint32_t because Vulkan accepts at most a 32-bit
unsigned integer.

Bug: dawn:22
Change-Id: Ia61cd710f80c19135ac215a9a93ef9a8f683bac2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12942
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2019-11-01 15:51:01 +00:00
..
d3d12 Precompute all the Formats at Device creation in the FormatTable 2019-07-18 09:25:04 +00:00
validation Update SetBindGroup dynamic offsets to uint32_t 2019-11-01 15:51:01 +00:00
wire Update SetBindGroup dynamic offsets to uint32_t 2019-11-01 15:51:01 +00:00
BitSetIteratorTests.cpp Rename src/common macros NXT_* to DAWN_* 2018-07-18 22:54:06 +02:00
BuddyAllocatorTests.cpp Rename INVALID_OFFSET to kInvalidOffset. 2019-09-27 15:11:52 +00:00
BuddyMemoryAllocatorTests.cpp Preliminary changes to Vulkan memory suballocation 2019-10-24 21:28:16 +00:00
CommandAllocatorTests.cpp CommandAllocator: Default initalize allocated data. 2019-05-14 03:53:26 +00:00
EnumClassBitmasksTests.cpp Make dawn_native use the webgpu.h header 2019-10-23 11:57:41 +00:00
ErrorTests.cpp Vulkan: Print the VkResult value on device creation failure. 2019-01-04 10:18:40 +00:00
ExtensionTests.cpp Make dawn_native public headers and dawn_wsi use webgpu.h 2019-10-24 23:55:37 +00:00
GetProcAddressTests.cpp Make dawn_native use the webgpu.h header 2019-10-23 11:57:41 +00:00
MathTests.cpp Resource Management 1: Math ops 2019-07-22 21:42:18 +00:00
ObjectBaseTests.cpp Make unittests and fuzzers use webgpu.h 2019-10-28 22:15:47 +00:00
PerStageTests.cpp Make dawn_native use the webgpu.h header 2019-10-23 11:57:41 +00:00
RefCountedTests.cpp Use single 64bit atomic refcount for Dawn objects 2019-05-23 23:55:14 +00:00
ResultTests.cpp Allow ResultOrError to downcast from backend to frontend types 2019-10-08 07:36:03 +00:00
RingBufferAllocatorTests.cpp Replace size_t with uint64_t in ringbuffer. 2019-10-18 16:19:00 +00:00
SerialMapTests.cpp Factor SerialQueue into SerialQueue and SerialMap 2018-11-28 17:30:12 +00:00
SerialQueueTests.cpp Memory manager: buffer uploads (D3D) - Part 1 2019-01-29 00:10:07 +00:00
ToBackendTests.cpp dawn_native: Fixup namespace from backend:: to dawn_native:: 2018-07-25 11:27:55 +02:00