android13/external/OpenCL-CTS/test_conformance/spirv_new
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
spirv_asm initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
assemble_spirv.py initial 2024-06-22 20:45:49 +08:00
main.cpp initial 2024-06-22 20:45:49 +08:00
procs.h initial 2024-06-22 20:45:49 +08:00
testBase.h initial 2024-06-22 20:45:49 +08:00
test_cl_khr_spirv_no_integer_wrap_decoration.cpp initial 2024-06-22 20:45:49 +08:00
test_decorate.cpp initial 2024-06-22 20:45:49 +08:00
test_get_program_il.cpp initial 2024-06-22 20:45:49 +08:00
test_linkage.cpp initial 2024-06-22 20:45:49 +08:00
test_op_atomic.cpp initial 2024-06-22 20:45:49 +08:00
test_op_branch.cpp initial 2024-06-22 20:45:49 +08:00
test_op_branch_conditional.cpp initial 2024-06-22 20:45:49 +08:00
test_op_composite_construct.cpp initial 2024-06-22 20:45:49 +08:00
test_op_constant.cpp initial 2024-06-22 20:45:49 +08:00
test_op_copy_object.cpp initial 2024-06-22 20:45:49 +08:00
test_op_fmath.cpp initial 2024-06-22 20:45:49 +08:00
test_op_function.cpp initial 2024-06-22 20:45:49 +08:00
test_op_lifetime.cpp initial 2024-06-22 20:45:49 +08:00
test_op_loop_merge.cpp initial 2024-06-22 20:45:49 +08:00
test_op_negate.cpp initial 2024-06-22 20:45:49 +08:00
test_op_opaque.cpp initial 2024-06-22 20:45:49 +08:00
test_op_phi.cpp initial 2024-06-22 20:45:49 +08:00
test_op_selection_merge.cpp initial 2024-06-22 20:45:49 +08:00
test_op_spec_constant.cpp initial 2024-06-22 20:45:49 +08:00
test_op_undef.cpp initial 2024-06-22 20:45:49 +08:00
test_op_vector_extract.cpp initial 2024-06-22 20:45:49 +08:00
test_op_vector_insert.cpp initial 2024-06-22 20:45:49 +08:00
test_op_vector_times_scalar.cpp initial 2024-06-22 20:45:49 +08:00
types.hpp initial 2024-06-22 20:45:49 +08:00

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]
```