mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 02:10:12 +01:00
nir/comparison_pre_tests: update expectations
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27087>
This commit is contained in:
parent
873fe637e2
commit
a18ea091af
1 changed files with 8 additions and 0 deletions
|
|
@ -593,6 +593,10 @@ TEST_F(comparison_pre_test, multi_comps_load)
|
|||
* vec1 32 ssa_4 = fadd ssa_0, ssa_3
|
||||
* } else {
|
||||
* }
|
||||
*
|
||||
* After:
|
||||
*
|
||||
* No change.
|
||||
*/
|
||||
nir_def *ssa_0 = nir_load_ubo(&bld, 1, 32,
|
||||
nir_imm_int(&bld, 0),
|
||||
|
|
@ -639,6 +643,10 @@ TEST_F(comparison_pre_test, multi_comps_load2)
|
|||
* vec1 32 ssa_4 = fadd ssa_0, ssa_3
|
||||
* } else {
|
||||
* }
|
||||
*
|
||||
* After:
|
||||
*
|
||||
* No change.
|
||||
*/
|
||||
nir_def *ssa_0 = nir_load_ubo(&bld, 1, 32,
|
||||
nir_imm_int(&bld, 0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue