1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
spirv_asm Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CMakeLists.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
assemble_spirv.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
main.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
procs.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
testBase.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_cl_khr_spirv_no_integer_wrap_decoration.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_decorate.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_get_program_il.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_linkage.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_atomic.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_branch.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_branch_conditional.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_composite_construct.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_constant.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_copy_object.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_fmath.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_function.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_lifetime.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_loop_merge.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_negate.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_opaque.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_phi.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_selection_merge.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_spec_constant.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_undef.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_vector_extract.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_vector_insert.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_op_vector_times_scalar.cpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
types.hpp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

test_conformance/spirv_new README
==================================

The text versions of the spirv files are present in `conformance-tests/test_conformance/spriv_new/spirv_asm`.
These text files have been used to generate the binaries in `spirv_bin` using the assembler from `spirv-tools`.

The absolute path to `spirv_bin` needs to be passed after `--spirv-binaries-path` token for the test to find the SPIRV binaries.

An example invocation looks like the following:

```
./test_conformance/spirv_new/test_conformance_spirv_new --spirv-binaries-path /home/user/workspace/conformance-tests/test_conformance/spirv_new/spirv_bin/ [other options]
```