commit | 837abc09427fc606eaa9dd13636eff68b146a9ae | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Mar 11 19:09:04 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 11 19:09:04 2025 -0700 |
tree | 1c1c1a30c68f7daaa67cf595f8436f4c89462efc | |
parent | e7021b9682f841cb63a83889880d8175926103a5 [diff] |
Vulkan: Enable feature `BufferMapExtendedUsages` on specific memory types This patch enables feature `BufferMapExtendedUsages` on the devices that support below memory types, which means such devices support the memory type that is CPU visible and can be efficiently accessed by GPU: VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT Bug: 386255678 Test: dawn_end2end_tests Change-Id: I03224cd7f4a0f6f28d5892dd26e04f06d34b7579 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220518 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
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.