Bug 1966553: Update wgpu to upstream 85001b24 (2025-05-13) r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D249499
This commit is contained in:
committed by
jblandy@mozilla.com
parent
ad192c69ea
commit
8b7cbf248d
@@ -40,9 +40,9 @@ git = "https://github.com/franziskuskiefer/cose-rust"
|
||||
rev = "43c22248d136c8b38fe42ea709d08da6355cf04b"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071"]
|
||||
[source."git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680"]
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/glandium/rust-objc?rev=4de89f5aa9851ceca4d40e7ac1e2759410c04324"]
|
||||
|
||||
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -4653,7 +4653,7 @@ checksum = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664"
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bit-set",
|
||||
@@ -4665,6 +4665,7 @@ dependencies = [
|
||||
"hashbrown 0.15.2",
|
||||
"hexf-parse",
|
||||
"indexmap",
|
||||
"libm",
|
||||
"log",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
@@ -7593,7 +7594,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-core"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bit-set",
|
||||
@@ -7623,7 +7624,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-core-deps-apple"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"wgpu-hal",
|
||||
]
|
||||
@@ -7631,7 +7632,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-core-deps-windows-linux-android"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"wgpu-hal",
|
||||
]
|
||||
@@ -7639,7 +7640,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-hal"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"arrayvec",
|
||||
@@ -7675,7 +7676,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "wgpu-types"
|
||||
version = "25.0.0"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=2694b323c89eb2273e1ed879d6b51fe91cde8071#2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
source = "git+https://github.com/gfx-rs/wgpu?rev=85001b2436f686451d6d783225311c06b60e6680#85001b2436f686451d6d783225311c06b60e6680"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"bytemuck",
|
||||
|
||||
@@ -17,7 +17,7 @@ default = []
|
||||
[dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
# TODO: remove the replay feature on the next update containing https://github.com/gfx-rs/wgpu/pull/5182
|
||||
features = [
|
||||
"serde",
|
||||
@@ -33,32 +33,32 @@ features = [
|
||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
features = ["metal"]
|
||||
|
||||
# We want the wgpu-core Direct3D backends on Windows.
|
||||
[target.'cfg(windows)'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
features = ["dx12"]
|
||||
|
||||
# We want the wgpu-core Vulkan backend on Linux and Windows.
|
||||
[target.'cfg(any(windows, all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
features = ["vulkan"]
|
||||
|
||||
[dependencies.wgt]
|
||||
package = "wgpu-types"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
|
||||
[dependencies.wgh]
|
||||
package = "wgpu-hal"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
rev = "85001b2436f686451d6d783225311c06b60e6680"
|
||||
features = ["device_lost_panic", "internal_error_panic"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
||||
@@ -8,8 +8,8 @@ origin:
|
||||
name: wgpu
|
||||
description: A cross-platform pure-Rust graphics API, modeled on the WebGPU standard
|
||||
url: https://github.com/gfx-rs/wgpu
|
||||
release: 2694b323c89eb2273e1ed879d6b51fe91cde8071 (2025-05-05T19:06:23Z).
|
||||
revision: 2694b323c89eb2273e1ed879d6b51fe91cde8071
|
||||
release: 85001b2436f686451d6d783225311c06b60e6680 (Tue May 13 22:52:49 2025 -0400)
|
||||
revision: 85001b2436f686451d6d783225311c06b60e6680
|
||||
license: ['MIT', 'Apache-2.0']
|
||||
|
||||
updatebot:
|
||||
|
||||
@@ -3780,12 +3780,12 @@ delta = "24.0.0 -> 25.0.0"
|
||||
|
||||
[[audits.naga]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.net2]]
|
||||
@@ -6075,12 +6075,12 @@ delta = "24.0.0 -> 25.0.0"
|
||||
|
||||
[[audits.wgpu-core]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.wgpu-core-deps-apple]]
|
||||
@@ -6090,12 +6090,12 @@ version = "25.0.0"
|
||||
|
||||
[[audits.wgpu-core-deps-apple]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.wgpu-core-deps-windows-linux-android]]
|
||||
@@ -6105,12 +6105,12 @@ version = "25.0.0"
|
||||
|
||||
[[audits.wgpu-core-deps-windows-linux-android]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.wgpu-hal]]
|
||||
@@ -6198,12 +6198,12 @@ delta = "24.0.0 -> 25.0.0"
|
||||
|
||||
[[audits.wgpu-hal]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.wgpu-types]]
|
||||
@@ -6286,12 +6286,12 @@ delta = "24.0.0 -> 25.0.0"
|
||||
|
||||
[[audits.wgpu-types]]
|
||||
who = [
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
"Teodor Tanasoaia <ttanasoaia@mozilla.com>",
|
||||
"Erich Gubler <erichdongubler@gmail.com>",
|
||||
"Jim Blandy <jimb@red-bean.com>",
|
||||
]
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "25.0.0 -> 25.0.0@git:2694b323c89eb2273e1ed879d6b51fe91cde8071"
|
||||
delta = "25.0.0 -> 25.0.0@git:85001b2436f686451d6d783225311c06b60e6680"
|
||||
importable = false
|
||||
|
||||
[[audits.whatsys]]
|
||||
|
||||
@@ -71,8 +71,7 @@
|
||||
|
||||
[:interpolated=true;sampleCount=4;rasterizationMask=2]
|
||||
expected:
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
if os == "win": [PASS, FAIL]
|
||||
|
||||
[:interpolated=true;sampleCount=4;rasterizationMask=3]
|
||||
expected:
|
||||
|
||||
@@ -1798,25 +1798,29 @@
|
||||
|
||||
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="backward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
if os == "win": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "linux": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "linux": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
if os == "win": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "linux": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "linux": [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
|
||||
@@ -939,11 +939,13 @@
|
||||
|
||||
[:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
|
||||
[:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
|
||||
[:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
@@ -959,7 +961,8 @@
|
||||
|
||||
[:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
|
||||
[:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
@@ -1103,7 +1106,8 @@
|
||||
|
||||
[:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="backward";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
|
||||
[:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
@@ -1112,7 +1116,8 @@
|
||||
|
||||
[:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="sameGroup"]
|
||||
expected:
|
||||
if os == "win": FAIL
|
||||
if os == "win" and debug: [PASS, FAIL]
|
||||
if os == "win" and not debug: FAIL
|
||||
|
||||
[:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups"]
|
||||
expected:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3254,7 +3254,6 @@
|
||||
[:method="CopyB2T";format="astc-10x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3267,7 +3266,6 @@
|
||||
[:method="CopyB2T";format="astc-10x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3280,7 +3278,6 @@
|
||||
[:method="CopyB2T";format="astc-10x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3293,7 +3290,6 @@
|
||||
[:method="CopyB2T";format="astc-10x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3306,7 +3302,6 @@
|
||||
[:method="CopyB2T";format="astc-10x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3319,7 +3314,6 @@
|
||||
[:method="CopyB2T";format="astc-10x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3332,7 +3326,6 @@
|
||||
[:method="CopyB2T";format="astc-10x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-10x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3345,7 +3338,6 @@
|
||||
[:method="CopyB2T";format="astc-10x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-12x10-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3358,7 +3350,6 @@
|
||||
[:method="CopyB2T";format="astc-12x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-12x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3371,7 +3362,6 @@
|
||||
[:method="CopyB2T";format="astc-12x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-12x12-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3384,7 +3374,6 @@
|
||||
[:method="CopyB2T";format="astc-12x12-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-12x12-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3397,7 +3386,6 @@
|
||||
[:method="CopyB2T";format="astc-12x12-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-4x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3410,7 +3398,6 @@
|
||||
[:method="CopyB2T";format="astc-4x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-4x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3423,7 +3410,6 @@
|
||||
[:method="CopyB2T";format="astc-4x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-5x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3436,7 +3422,6 @@
|
||||
[:method="CopyB2T";format="astc-5x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-5x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3449,7 +3434,6 @@
|
||||
[:method="CopyB2T";format="astc-5x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-5x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3462,7 +3446,6 @@
|
||||
[:method="CopyB2T";format="astc-5x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-5x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3475,7 +3458,6 @@
|
||||
[:method="CopyB2T";format="astc-5x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-6x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3488,7 +3470,6 @@
|
||||
[:method="CopyB2T";format="astc-6x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-6x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3501,7 +3482,6 @@
|
||||
[:method="CopyB2T";format="astc-6x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-6x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3514,7 +3494,6 @@
|
||||
[:method="CopyB2T";format="astc-6x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-6x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3527,7 +3506,6 @@
|
||||
[:method="CopyB2T";format="astc-6x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3540,7 +3518,6 @@
|
||||
[:method="CopyB2T";format="astc-8x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3553,7 +3530,6 @@
|
||||
[:method="CopyB2T";format="astc-8x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3566,7 +3542,6 @@
|
||||
[:method="CopyB2T";format="astc-8x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3579,7 +3554,6 @@
|
||||
[:method="CopyB2T";format="astc-8x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3592,7 +3566,6 @@
|
||||
[:method="CopyB2T";format="astc-8x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="astc-8x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3605,7 +3578,6 @@
|
||||
[:method="CopyB2T";format="astc-8x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyB2T";format="bc1-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3624,7 +3596,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc1-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3643,7 +3615,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc2-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3662,7 +3634,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc2-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3681,7 +3653,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc3-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3700,7 +3672,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc3-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3719,7 +3691,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc4-r-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3738,7 +3710,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc4-r-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3757,7 +3729,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc5-rg-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3776,7 +3748,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc5-rg-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3795,7 +3767,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc6h-rgb-float";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3814,7 +3786,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc6h-rgb-ufloat";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3833,7 +3805,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc7-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3852,7 +3824,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bc7-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -3871,7 +3843,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyB2T";format="bgra8unorm";depthOrArrayLayers=1;dimension="1d"]
|
||||
expected:
|
||||
@@ -4556,7 +4528,6 @@
|
||||
[:method="CopyT2B";format="astc-10x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4569,7 +4540,6 @@
|
||||
[:method="CopyT2B";format="astc-10x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4582,7 +4552,6 @@
|
||||
[:method="CopyT2B";format="astc-10x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4595,7 +4564,6 @@
|
||||
[:method="CopyT2B";format="astc-10x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4608,7 +4576,6 @@
|
||||
[:method="CopyT2B";format="astc-10x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4621,7 +4588,6 @@
|
||||
[:method="CopyT2B";format="astc-10x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4634,7 +4600,6 @@
|
||||
[:method="CopyT2B";format="astc-10x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-10x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4647,7 +4612,6 @@
|
||||
[:method="CopyT2B";format="astc-10x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-12x10-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4660,7 +4624,6 @@
|
||||
[:method="CopyT2B";format="astc-12x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-12x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4673,7 +4636,6 @@
|
||||
[:method="CopyT2B";format="astc-12x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-12x12-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4686,7 +4648,6 @@
|
||||
[:method="CopyT2B";format="astc-12x12-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-12x12-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4699,7 +4660,6 @@
|
||||
[:method="CopyT2B";format="astc-12x12-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-4x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4712,7 +4672,6 @@
|
||||
[:method="CopyT2B";format="astc-4x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-4x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4725,7 +4684,6 @@
|
||||
[:method="CopyT2B";format="astc-4x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-5x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4738,7 +4696,6 @@
|
||||
[:method="CopyT2B";format="astc-5x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-5x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4751,7 +4708,6 @@
|
||||
[:method="CopyT2B";format="astc-5x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-5x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4764,7 +4720,6 @@
|
||||
[:method="CopyT2B";format="astc-5x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-5x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4777,7 +4732,6 @@
|
||||
[:method="CopyT2B";format="astc-5x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-6x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4790,7 +4744,6 @@
|
||||
[:method="CopyT2B";format="astc-6x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-6x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4803,7 +4756,6 @@
|
||||
[:method="CopyT2B";format="astc-6x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-6x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4816,7 +4768,6 @@
|
||||
[:method="CopyT2B";format="astc-6x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-6x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4829,7 +4780,6 @@
|
||||
[:method="CopyT2B";format="astc-6x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4842,7 +4792,6 @@
|
||||
[:method="CopyT2B";format="astc-8x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4855,7 +4804,6 @@
|
||||
[:method="CopyT2B";format="astc-8x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4868,7 +4816,6 @@
|
||||
[:method="CopyT2B";format="astc-8x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4881,7 +4828,6 @@
|
||||
[:method="CopyT2B";format="astc-8x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4894,7 +4840,6 @@
|
||||
[:method="CopyT2B";format="astc-8x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="astc-8x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4907,7 +4852,6 @@
|
||||
[:method="CopyT2B";format="astc-8x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="CopyT2B";format="bc1-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4926,7 +4870,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc1-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4945,7 +4889,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc2-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4964,7 +4908,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc2-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -4983,7 +4927,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc3-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5002,7 +4946,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc3-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5021,7 +4965,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc4-r-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5040,7 +4984,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc4-r-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5059,7 +5003,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc5-rg-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5078,7 +5022,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc5-rg-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5097,7 +5041,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc6h-rgb-float";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5116,7 +5060,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc6h-rgb-ufloat";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5135,7 +5079,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc7-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5154,7 +5098,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bc7-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5173,7 +5117,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="CopyT2B";format="bgra8unorm";depthOrArrayLayers=1;dimension="1d"]
|
||||
expected:
|
||||
@@ -5858,7 +5802,6 @@
|
||||
[:method="WriteTexture";format="astc-10x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5871,7 +5814,6 @@
|
||||
[:method="WriteTexture";format="astc-10x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5884,7 +5826,6 @@
|
||||
[:method="WriteTexture";format="astc-10x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5897,7 +5838,6 @@
|
||||
[:method="WriteTexture";format="astc-10x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5910,7 +5850,6 @@
|
||||
[:method="WriteTexture";format="astc-10x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5923,7 +5862,6 @@
|
||||
[:method="WriteTexture";format="astc-10x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5936,7 +5874,6 @@
|
||||
[:method="WriteTexture";format="astc-10x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-10x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5949,7 +5886,6 @@
|
||||
[:method="WriteTexture";format="astc-10x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-12x10-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5962,7 +5898,6 @@
|
||||
[:method="WriteTexture";format="astc-12x10-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-12x10-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5975,7 +5910,6 @@
|
||||
[:method="WriteTexture";format="astc-12x10-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-12x12-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -5988,7 +5922,6 @@
|
||||
[:method="WriteTexture";format="astc-12x12-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-12x12-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6001,7 +5934,6 @@
|
||||
[:method="WriteTexture";format="astc-12x12-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-4x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6014,7 +5946,6 @@
|
||||
[:method="WriteTexture";format="astc-4x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-4x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6027,7 +5958,6 @@
|
||||
[:method="WriteTexture";format="astc-4x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-5x4-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6040,7 +5970,6 @@
|
||||
[:method="WriteTexture";format="astc-5x4-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-5x4-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6053,7 +5982,6 @@
|
||||
[:method="WriteTexture";format="astc-5x4-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-5x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6066,7 +5994,6 @@
|
||||
[:method="WriteTexture";format="astc-5x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-5x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6079,7 +6006,6 @@
|
||||
[:method="WriteTexture";format="astc-5x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-6x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6092,7 +6018,6 @@
|
||||
[:method="WriteTexture";format="astc-6x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-6x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6105,7 +6030,6 @@
|
||||
[:method="WriteTexture";format="astc-6x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-6x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6118,7 +6042,6 @@
|
||||
[:method="WriteTexture";format="astc-6x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-6x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6131,7 +6054,6 @@
|
||||
[:method="WriteTexture";format="astc-6x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x5-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6144,7 +6066,6 @@
|
||||
[:method="WriteTexture";format="astc-8x5-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x5-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6157,7 +6078,6 @@
|
||||
[:method="WriteTexture";format="astc-8x5-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x6-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6170,7 +6090,6 @@
|
||||
[:method="WriteTexture";format="astc-8x6-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x6-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6183,7 +6102,6 @@
|
||||
[:method="WriteTexture";format="astc-8x6-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x8-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6196,7 +6114,6 @@
|
||||
[:method="WriteTexture";format="astc-8x8-unorm";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="astc-8x8-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6209,7 +6126,6 @@
|
||||
[:method="WriteTexture";format="astc-8x8-unorm-srgb";depthOrArrayLayers=3;dimension="3d"]
|
||||
expected:
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:method="WriteTexture";format="bc1-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6228,7 +6144,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc1-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6247,7 +6163,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc2-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6266,7 +6182,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc2-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6285,7 +6201,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc3-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6304,7 +6220,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc3-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6323,7 +6239,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc4-r-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6342,7 +6258,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc4-r-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6361,7 +6277,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc5-rg-snorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6380,7 +6296,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc5-rg-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6399,7 +6315,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc6h-rgb-float";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6418,7 +6334,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc6h-rgb-ufloat";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6437,7 +6353,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc7-rgba-unorm";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6456,7 +6372,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bc7-rgba-unorm-srgb";depthOrArrayLayers=1;dimension="2d"]
|
||||
expected:
|
||||
@@ -6475,7 +6391,7 @@
|
||||
if os == "win": FAIL
|
||||
if os == "linux": FAIL
|
||||
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: FAIL
|
||||
|
||||
[:method="WriteTexture";format="bgra8unorm";depthOrArrayLayers=1;dimension="1d"]
|
||||
expected:
|
||||
|
||||
@@ -5690,7 +5690,8 @@
|
||||
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "linux" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac": [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [TIMEOUT, NOTRUN]
|
||||
|
||||
[:stage="f";format="rg16float";filt="nearest";mode="r"]
|
||||
expected:
|
||||
|
||||
@@ -1591,11 +1591,8 @@
|
||||
|
||||
[:alpha="premultiply";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rg32float";dstPremultiplied=false]
|
||||
expected:
|
||||
if os == "win" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "linux" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if debug: [TIMEOUT, NOTRUN]
|
||||
if not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[:alpha="premultiply";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rg32float";dstPremultiplied=true]
|
||||
expected:
|
||||
@@ -1658,11 +1655,8 @@
|
||||
|
||||
[:alpha="premultiply";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rgba8unorm";dstPremultiplied=true]
|
||||
expected:
|
||||
if os == "win" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "linux" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac" and debug: [TIMEOUT, NOTRUN]
|
||||
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
if debug: [TIMEOUT, NOTRUN]
|
||||
if not debug: [PASS, TIMEOUT, NOTRUN]
|
||||
|
||||
[:alpha="premultiply";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rgba8unorm-srgb";dstPremultiplied=false]
|
||||
expected:
|
||||
|
||||
2
third_party/rust/naga/.cargo-checksum.json
vendored
2
third_party/rust/naga/.cargo-checksum.json
vendored
File diff suppressed because one or more lines are too long
4
third_party/rust/naga/Cargo.toml
vendored
4
third_party/rust/naga/Cargo.toml
vendored
@@ -136,6 +136,10 @@ optional = true
|
||||
version = "2.7"
|
||||
default-features = false
|
||||
|
||||
[dependencies.libm]
|
||||
version = "0.2.6"
|
||||
default-features = false
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4.21"
|
||||
|
||||
|
||||
7
third_party/rust/naga/src/back/mod.rs
vendored
7
third_party/rust/naga/src/back/mod.rs
vendored
@@ -46,6 +46,13 @@ pub type NeedBakeExpressions = crate::FastHashSet<crate::Handle<crate::Expressio
|
||||
///
|
||||
/// [`Expression`]: crate::Expression
|
||||
/// [`Handle`]: crate::Handle
|
||||
#[cfg_attr(
|
||||
not(any(glsl_out, hlsl_out, msl_out, wgsl_out)),
|
||||
allow(
|
||||
dead_code,
|
||||
reason = "shared helpers can be dead if none of the enabled backends need it"
|
||||
)
|
||||
)]
|
||||
struct Baked(crate::Handle<crate::Expression>);
|
||||
|
||||
impl core::fmt::Display for Baked {
|
||||
|
||||
@@ -1172,8 +1172,8 @@ impl<'a> ConstantEvaluator<'a> {
|
||||
}
|
||||
crate::MathFunction::Round => {
|
||||
component_wise_float(self, span, [arg], |e| match e {
|
||||
Float::Abstract([e]) => Ok(Float::Abstract([e.round_ties_even()])),
|
||||
Float::F32([e]) => Ok(Float::F32([e.round_ties_even()])),
|
||||
Float::Abstract([e]) => Ok(Float::Abstract([libm::rint(e)])),
|
||||
Float::F32([e]) => Ok(Float::F32([libm::rintf(e)])),
|
||||
Float::F16([e]) => {
|
||||
// TODO: `round_ties_even` is not available on `half::f16` yet.
|
||||
//
|
||||
|
||||
File diff suppressed because one or more lines are too long
8
third_party/rust/wgpu-core/src/resource.rs
vendored
8
third_party/rust/wgpu-core/src/resource.rs
vendored
@@ -713,7 +713,8 @@ impl Buffer {
|
||||
let raw = match self.raw.snatch(&mut snatch_guard) {
|
||||
Some(raw) => raw,
|
||||
None => {
|
||||
return Err(DestroyError::AlreadyDestroyed);
|
||||
// Per spec, it is valid to call `destroy` multiple times.
|
||||
return Ok(());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1189,7 +1190,8 @@ impl Texture {
|
||||
return Ok(());
|
||||
}
|
||||
None => {
|
||||
return Err(DestroyError::AlreadyDestroyed);
|
||||
// Per spec, it is valid to call `destroy` multiple times.
|
||||
return Ok(());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1953,8 +1955,6 @@ impl QuerySet {
|
||||
#[derive(Clone, Debug, Error)]
|
||||
#[non_exhaustive]
|
||||
pub enum DestroyError {
|
||||
#[error("Resource is already destroyed")]
|
||||
AlreadyDestroyed,
|
||||
#[error(transparent)]
|
||||
InvalidResource(#[from] InvalidResourceError),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user