| commit | c5a1c32fe1664f79c1a6efb3accc15e72af918b7 | [log] [tgz] |
|---|---|---|
| author | shaoboyan <shaoboyan@microsoft.com> | Mon Mar 24 20:40:48 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 20:40:48 2025 -0700 |
| tree | 8a8ba90617ebbb13b97500ab79ed0dae342fb897 | |
| parent | 975b54ed8e53c2de387756c85efc95cabe8f86c3 [diff] |
Refactor PipelineVk::InitializeBase() to accept immediate constant mask This CL refactor PipelineVk::InitializeBase() to accept immediate constant mask instead of the concrete internal immediate constant size. The immediate constant mask contains enough info to extract immediate constant size infos. And the native vulkan pipeline layout should be compatible if push constant range is same. So the CL uses whole immediate constant size to replace internal immediate constant size as key for PipelineVkLayout. Bug: 366291600 Change-Id: I813654b42208cf6fd087cccca0484da89a461000 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/231956 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Shaobo Yan <shaoboyan@microsoft.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.