liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
spirv_asm | ||
CMakeLists.txt | ||
README.txt | ||
assemble_spirv.py | ||
main.cpp | ||
procs.h | ||
testBase.h | ||
test_cl_khr_spirv_no_integer_wrap_decoration.cpp | ||
test_decorate.cpp | ||
test_get_program_il.cpp | ||
test_linkage.cpp | ||
test_op_atomic.cpp | ||
test_op_branch.cpp | ||
test_op_branch_conditional.cpp | ||
test_op_composite_construct.cpp | ||
test_op_constant.cpp | ||
test_op_copy_object.cpp | ||
test_op_fmath.cpp | ||
test_op_function.cpp | ||
test_op_lifetime.cpp | ||
test_op_loop_merge.cpp | ||
test_op_negate.cpp | ||
test_op_opaque.cpp | ||
test_op_phi.cpp | ||
test_op_selection_merge.cpp | ||
test_op_spec_constant.cpp | ||
test_op_undef.cpp | ||
test_op_vector_extract.cpp | ||
test_op_vector_insert.cpp | ||
test_op_vector_times_scalar.cpp | ||
types.hpp |
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] ```