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.aliasOpaque.frag
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80008
|
||||
// Id's are bound by 87
|
||||
// Id's are bound by 89
|
||||
|
||||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
|
|
@ -38,11 +38,11 @@ hlsl.aliasOpaque.frag
|
|||
62(@entryPointOutput): 61(ptr) Variable Output
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
70: 6 Load 47(gss)
|
||||
72: 8 Load 51(gtex)
|
||||
84: 32 SampledImage 72 70
|
||||
85: 11(fvec4) ImageSampleImplicitLod 84 37
|
||||
86: 11(fvec4) VectorTimesScalar 85 54
|
||||
Store 62(@entryPointOutput) 86
|
||||
71: 6 Load 47(gss)
|
||||
73: 8 Load 51(gtex)
|
||||
86: 32 SampledImage 73 71
|
||||
87: 11(fvec4) ImageSampleImplicitLod 86 37
|
||||
88: 11(fvec4) VectorTimesScalar 87 54
|
||||
Store 62(@entryPointOutput) 88
|
||||
Return
|
||||
FunctionEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue