diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-08-09 12:40:35 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-08-09 09:40:35 -0700 |
| commit | 97c46dd57c65ff596087c8b341926d1d2cbb6440 (patch) | |
| tree | 123ea1cf7ee55137207df73b52660275bc57bf30 /tests/cross-compile/cpp-resource-reflection.slang.expected | |
| parent | 41247c3942210df33b9e3dd733eafb23573a4f2f (diff) | |
Fix TeamCity CI issues (#1013)
* Added CPU_REFLECTION test option - that has two versions of the reflection output depending on ptr size.
* Added 'shared-library' test category. This category is disabled on CI targets that have issues.
Diffstat (limited to 'tests/cross-compile/cpp-resource-reflection.slang.expected')
| -rw-r--r-- | tests/cross-compile/cpp-resource-reflection.slang.expected | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/tests/cross-compile/cpp-resource-reflection.slang.expected b/tests/cross-compile/cpp-resource-reflection.slang.expected deleted file mode 100644 index a0e5241f0..000000000 --- a/tests/cross-compile/cpp-resource-reflection.slang.expected +++ /dev/null @@ -1,163 +0,0 @@ -result code = 0 -standard error = { -} -standard output = { -{ - "parameters": [ - { - "name": "thing3", - "binding": {"kind": "uniform", "offset": 0, "size": 8}, - "type": { - "kind": "constantBuffer", - "elementType": { - "kind": "struct", - "name": "Thing", - "fields": [ - { - "name": "a", - "type": { - "kind": "scalar", - "scalarType": "int32" - }, - "binding": {"kind": "uniform", "offset": 0, "size": 4} - }, - { - "name": "b", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 4, "size": 4} - }, - { - "name": "c", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 8, "size": 4} - } - ] - } - } - }, - { - "name": "outputBuffer", - "binding": {"kind": "uniform", "offset": 8, "size": 16}, - "type": { - "kind": "resource", - "baseShape": "structuredBuffer", - "access": "readWrite", - "resultType": { - "kind": "scalar", - "scalarType": "int32" - } - } - }, - { - "name": "tex", - "binding": {"kind": "uniform", "offset": 24, "size": 8}, - "type": { - "kind": "resource", - "baseShape": "texture2D" - } - }, - { - "name": "sampler", - "binding": {"kind": "uniform", "offset": 32, "size": 8}, - "type": { - "kind": "samplerState" - } - } - ], - "entryPoints": [ - { - "name": "computeMain", - "stage:": "compute", - "parameters": [ - { - "name": "dispatchThreadID", - "semanticName": "SV_DISPATCHTHREADID", - "type": { - "kind": "vector", - "elementCount": 3, - "elementType": { - "kind": "scalar", - "scalarType": "uint32" - } - } - }, - { - "name": "thing", - "binding": {"kind": "uniform", "offset": 0, "size": 12}, - "type": { - "kind": "struct", - "name": "Thing", - "fields": [ - { - "name": "a", - "type": { - "kind": "scalar", - "scalarType": "int32" - }, - "binding": {"kind": "uniform", "offset": 0, "size": 4} - }, - { - "name": "b", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 4, "size": 4} - }, - { - "name": "c", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 8, "size": 4} - } - ] - } - }, - { - "name": "thing2", - "binding": {"kind": "uniform", "offset": 12, "size": 12}, - "type": { - "kind": "struct", - "name": "Thing", - "fields": [ - { - "name": "a", - "type": { - "kind": "scalar", - "scalarType": "int32" - }, - "binding": {"kind": "uniform", "offset": 0, "size": 4} - }, - { - "name": "b", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 4, "size": 4} - }, - { - "name": "c", - "type": { - "kind": "scalar", - "scalarType": "float32" - }, - "binding": {"kind": "uniform", "offset": 8, "size": 4} - } - ] - } - } - ], - "threadGroupSize": [4, 1, 1] - } - ] -} -} |
