mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-16 18:16:00 +00:00
Enable UpdateDynamicOffsetsMultipleTimesComputePipeline case
Austin added barriers for storage buffer in compute pipeline in this patch (https://dawn-review.googlesource.com/c/dawn/+/12301). This case now can work fine. Bug: dawn:236 Change-Id: Id449ae5053f1f018ea95c271bff7e4ab2180a937 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12640 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
1f6c8c4d54
commit
402fbcca93
@ -381,8 +381,7 @@ TEST_P(DynamicBufferOffsetTests, UpdateDynamicOffestsMultipleTimesRenderPipeline
|
||||
}
|
||||
|
||||
// Setting multiple dynamic offsets for the same bindgroup in one compute pass.
|
||||
// TODO(shaobo.yan@intel.com) : enable this test after resolving dawn issue 198.
|
||||
TEST_P(DynamicBufferOffsetTests, DISABLED_UpdateDynamicOffestsMultipleTimesComputePipeline) {
|
||||
TEST_P(DynamicBufferOffsetTests, UpdateDynamicOffsetsMultipleTimesComputePipeline) {
|
||||
dawn::ComputePipeline pipeline = CreateComputePipeline();
|
||||
|
||||
std::array<uint64_t, 2> offsets = {kMinDynamicBufferOffsetAlignment,
|
||||
|
Loading…
x
Reference in New Issue
Block a user