Move to newer version of SPIRV-Tools
* Update tests according to spirv-opt update We refactored function inlining pass of spirv-opt and it results in different numbering of result ids in SPIR-V code. This commit updates test cases to avoid a test failure according to the spirv-opt update. * Update known good
This commit is contained in:
parent
4fa68edd68
commit
08a05bc2b9
8 changed files with 111 additions and 111 deletions
|
|
@ -1,7 +1,7 @@
|
|||
hlsl.flattenSubset.frag
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80008
|
||||
// Id's are bound by 66
|
||||
// Id's are bound by 67
|
||||
|
||||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
|
|
@ -40,10 +40,10 @@ hlsl.flattenSubset.frag
|
|||
50(@entryPointOutput): 49(ptr) Variable Output
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
57: 13 Load 21(samp)
|
||||
61: 31 Load 33(tex)
|
||||
64: 37 SampledImage 61 57
|
||||
65: 7(fvec4) ImageSampleImplicitLod 64 41
|
||||
Store 50(@entryPointOutput) 65
|
||||
58: 13 Load 21(samp)
|
||||
62: 31 Load 33(tex)
|
||||
65: 37 SampledImage 62 58
|
||||
66: 7(fvec4) ImageSampleImplicitLod 65 41
|
||||
Store 50(@entryPointOutput) 66
|
||||
Return
|
||||
FunctionEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue