summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-04-14Fix for #141Hai Nguyen
2022-04-14Detect spirv_reflect executable based on OSHai Nguyen
2022-01-07Added test case to testerHai Nguyen
2022-01-07Added test cases for matrix major ordering (#131)Hai Nguyen
2022-01-07Updated test YAMLHai Nguyen
2022-01-06Merge pull request #79 from sopyer/exec_modeHai Nguyen
2022-01-06Add test for runtime array of array of structTom Kneiphof
2021-08-11Added SpvReflectPrv prefix to address issue #122Hai Nguyen
2021-01-05Add printing for non-vector types in common.cpp.Mark Segal
2020-12-07Made C++ noncopyable and upated testsHai Nguyen
2020-12-03Updated test casesHai Nguyen
2020-12-01Fixed bad member name access and added test casesHai Nguyen
2020-12-01Resolved conflictHai Nguyen
2020-12-01Corrected parsing of OpAccessChainHai Nguyen
2020-10-13Add a test to check StorageBuffer storage class reflectionLei Zhang
2020-02-08Added reflection support invocations and output_vertices execution modes.Mykhailo Parfeniuk
2020-01-03Added parsing of OpExecutionMode to parse LocalSizeHai Nguyen
2019-07-09Merge branch 'cbuffer-unused-vars'Hai Nguyen
2019-05-27Revised how UNUSED was being determinedHai Nguyen
2019-05-13Applied suggested fix for Issue #64Hai Nguyen
2019-05-13First pass on unused buffer block variablesHai Nguyen
2018-10-19Update yaml and some txt test filesAliya Pazylbekova
2018-10-18Update test yaml, and add missing onesAliya Pazylbekova
2018-08-05Added flattened array count to SpvReflectDescriptorBindingHai Nguyen
2018-08-05Added parsing of source file found in SPIR-VHai Nguyen
2018-07-16Add tests for multiple entrypointsSean Purcell
2018-07-12Fix ASAN issuesSean Purcell
2018-06-02Merge pull request #46 from cdwfs/gtestHai Nguyen
2018-05-30Addedd spirv-id to output. Swapped order of relative and absolute offsets on ...Hai Nguyen
2018-05-10Add googletest submodule & self-test suite.Cort Stratton
2018-05-10Add build_golden_yaml.py script to generate YAML output for all test shadersCort Stratton
2018-05-08Fixed incorrect type of SV_PositionHai Nguyen
2018-05-08Added test cases for ConstantBuffer and StructuredBufferHai Nguyen
2018-05-07Fixed parsing of array of structsHai Nguyen
2018-03-27Add missing shaders to build_all_shaders script, and rebuildCort
2018-03-25build test shaders with -fspv-reflect and -O0Cort Stratton
2018-03-24Resolved conflictsHai Nguyen
2018-03-19Merge branch 'master' of github.com:chaoticbob/SPIRV-ReflectHai Nguyen
2018-03-19Fixed bool size. Updated main driver.Hai Nguyen
2018-03-18build_all_shaders fix: early out if glslc isn't in the search pathCort
2018-03-18Fixed padded_size buig. Add rule test casles.Hai Nguyen
2018-03-14Corrected TextureBuffer exampleHai Nguyen
2018-03-13Added disambiguation between SRV and UAV for storage buffersHai Nguyen
2018-03-12Rebuild all test shaders with glslc/dxcCort Stratton
2018-03-12input_attachment test shader had wrong suffixCort
2018-03-12Added more extensive test case for HLSL resource typesHai Nguyen
2018-02-25Fixed OpTypePointer reading the wrong offset for StorageClass. Added missing ...Hai Nguyen
2017-10-28Fixed #13. Formats for structs are VK_FORMAT_UNDEFINED.Hai Nguyen
2017-10-10Added parsing of UAV counter buffers for AppendStructuredBuffer and ConsumeSt...Hai Nguyen
2017-10-10Added support for parsing input attachmentsHai Nguyen