• Home
Name Date Size #Lines LOC

..--

spirv_asm/04-Jul-2025-16,42216,060

CMakeLists.txtD04-Jul-20251.3 KiB2620

README.txtD04-Jul-2025651 149

assemble_spirv.pyD04-Jul-20256.1 KiB165118

main.cppD04-Jul-20258.3 KiB264210

procs.hD04-Jul-20254.3 KiB10170

testBase.hD04-Jul-20251.4 KiB3817

test_cl_khr_spirv_no_integer_wrap_decoration.cppD04-Jul-20258.8 KiB219168

test_decorate.cppD04-Jul-202515.3 KiB437334

test_get_program_il.cppD04-Jul-20253.7 KiB10669

test_linkage.cppD04-Jul-20255.3 KiB144107

test_op_atomic.cppD04-Jul-20253.7 KiB10070

test_op_branch.cppD04-Jul-20253.7 KiB8355

test_op_branch_conditional.cppD04-Jul-20254.9 KiB10774

test_op_composite_construct.cppD04-Jul-20253.1 KiB7549

test_op_constant.cppD04-Jul-20255.7 KiB148106

test_op_copy_object.cppD04-Jul-20255.4 KiB144104

test_op_fmath.cppD04-Jul-20258.3 KiB197143

test_op_function.cppD04-Jul-20253.5 KiB8961

test_op_lifetime.cppD04-Jul-20254.5 KiB10572

test_op_loop_merge.cppD04-Jul-20255 KiB11480

test_op_negate.cppD04-Jul-20255.1 KiB12793

test_op_opaque.cppD04-Jul-20252.8 KiB7252

test_op_phi.cppD04-Jul-20254.8 KiB144101

test_op_selection_merge.cppD04-Jul-20256.3 KiB13398

test_op_spec_constant.cppD04-Jul-20256.3 KiB158119

test_op_undef.cppD04-Jul-20254.2 KiB11778

test_op_vector_extract.cppD04-Jul-20255.4 KiB11987

test_op_vector_insert.cppD04-Jul-20256.1 KiB137100

test_op_vector_times_scalar.cppD04-Jul-20258 KiB190141

types.hppD04-Jul-20255.3 KiB192149

README.txt

1test_conformance/spirv_new README
2==================================
3
4The text versions of the spirv files are present in `conformance-tests/test_conformance/spriv_new/spirv_asm`.
5These text files have been used to generate the binaries in `spirv_bin` using the assembler from `spirv-tools`.
6
7The absolute path to `spirv_bin` needs to be passed after `--spirv-binaries-path` token for the test to find the SPIRV binaries.
8
9An example invocation looks like the following:
10
11```
12./test_conformance/spirv_new/test_conformance_spirv_new --spirv-binaries-path /home/user/workspace/conformance-tests/test_conformance/spirv_new/spirv_bin/ [other options]
13```
14