Add the device id of Intel Raptor Lake to gpu_info.json
CopyToDepthStencilTextureAfterDestroyingBigBufferTests and DepthTextureClearTwiceTest fail on Windows Intel Raptor Lake due to the GPU device id is not in Intel Gen12 GPU list, so the toggle D3D12ForceClearCopyableDepthStencilTextureOnCreation is not enabled. Change-Id: I28ec0ad2e2fa4e351077e7c74fcbdbd43d255ed3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117173 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: yang gu <yang.gu@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
7ce72de3a5
commit
e463b1ffd7
|
@ -154,7 +154,7 @@
|
|||
"Gen 8": ["0x1600", "0x2200"],
|
||||
"Gen 9": ["0x1900", "0x3100", "0x3E00", "0x5A00", "0x5900", "0x9B00"],
|
||||
"Gen 11": ["0x8A00"],
|
||||
"Gen 12 LP": ["0x4600", "0x4C00", "0x4900", "0x9A00"],
|
||||
"Gen 12 LP": ["0x4600", "0x4C00", "0x4900", "0x9A00", "0xA700"],
|
||||
"Gen 12 HP": ["0x4F00", "0x5600"]
|
||||
}
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue