nak: Disable lea64 and f2fp.pack_ab tests pre-Volta
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34129>
This commit is contained in:
Faith Ekstrand 2025-03-28 17:11:11 -05:00 committed by Marge Bot
parent bb43c665dc
commit 8d45d3bc3d

View file

@ -797,6 +797,10 @@ fn test_op_leax() {
#[test]
fn test_lea64() {
let run = RunSingleton::get();
if run.sm.sm() < 70 {
return;
}
let invocations = 100;
for shift in 0..64 {
@ -1237,6 +1241,10 @@ fn test_shr64() {
#[test]
fn test_f2fp_pack_ab() {
let run = RunSingleton::get();
if run.sm.sm() < 70 {
return;
}
let mut b = TestShaderBuilder::new(run.sm.as_ref());
let srcs = SSARef::from([