vkd3d-proton/tests
Hans-Kristian Arntzen 5ef3d4bff9 tests: Move test implementations to appropriate files.
Avoids crippling 50+ ksloc files which are impossible to navigate
efficiently. IDEs tend to give up on files these large and editors start
to chug hard.

This commit is essentially pure cut 'n paste, which is why it's all in
one large commit. There is little to no reason to attempt to split this
up into multiple smaller commits.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
2021-08-26 14:05:23 +02:00
..
.gitignore tests: Add new vkd3d_common test to .gitignore. 2019-06-21 08:09:03 +02:00
d3d12.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_bindless.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_clear.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_clip_cull_distance.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_command.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_copy.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_crosstest.h tests: Move common test code to its own file. 2021-08-26 14:05:23 +02:00
d3d12_depth_stencil.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_descriptors.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_device.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_geometry_shader.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_invalid_usage.c vkd3d: Load d3d12 dynamically in d3d12 tests. 2020-02-24 11:53:29 +01:00
d3d12_pso.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_pso_blob.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_query.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_raytracing.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_render_target.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_resource.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_robustness.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_root_signature.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_shaders.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_sm_advanced.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_sparse.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_streamout.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_sync.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_tessellation.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_test_utils.c tests: Make some statics in headers extern. 2021-08-26 14:05:23 +02:00
d3d12_test_utils.h tests: Make common test functionality extern. 2021-08-26 14:05:23 +02:00
d3d12_tests.h tests: Declare test prototypes in separate header. 2021-08-26 14:05:23 +02:00
d3d12_va.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_vrs.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
d3d12_win32_exclusive.c tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
descriptor_performance.c tests: Move common test code to its own file. 2021-08-26 14:05:23 +02:00
meson.build tests: Move test implementations to appropriate files. 2021-08-26 14:05:23 +02:00
vkd3d_api.c vkd3d: Remove type/next from vkd3d device/instance structures 2021-04-20 18:25:41 +02:00
vkd3d_common.c vkd3d-common: Move vkd3d_write_mask_is_contiguous() from vkd3d-shader. 2019-07-05 17:52:04 +02:00
vkd3d_shader_api.c vkd3d-shader: Remove type/next from interface structures 2021-04-20 18:25:41 +02:00