diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2012-05-15 15:22:29 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2012-06-13 20:13:05 -0700 |
commit | a5921e5a8082fca9b2f48ac64fba0469856317a0 (patch) | |
tree | 04768ed9d42225158b25a18e0db32414580dd5c8 | |
parent | 7f388ef209cc655bfb5c57e1a1ba6273ca3b8faa (diff) |
more wiparb_program
-rw-r--r-- | generated_tests/gen_asm_mustpass.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generated_tests/gen_asm_mustpass.py b/generated_tests/gen_asm_mustpass.py index 0becf0f09..3eb61a09f 100644 --- a/generated_tests/gen_asm_mustpass.py +++ b/generated_tests/gen_asm_mustpass.py @@ -108,6 +108,15 @@ def emit_dp4_tests(path_base, template, base_test_vectors, garbage, fragment_program, nv) + if not saturate: + p = arb.get_program_for_instruction(arb.MIN_opcode(False), + "R0", + ["R0", "{1.0}.xxxx"], + garbage, + fragment_program, + nv) + program.append(p[1]) + test_vectors = [] for i in range(len(base_test_vectors)): env = [np.array(base_test_vectors[i])] |