Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
057c01ef
Commit
057c01ef
authored
Aug 15, 2016
by
John Kessenich
Committed by
GitHub
Aug 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #467 from dankbaker/HLSL_Changing_defualt_language
HLSL: changing SPIRV defualt language for HLSL to unknown
parents
15c0fbee
2c646b7a
Hide whitespace changes
Inline
Side-by-side
Showing
89 changed files
with
2 additions
and
89 deletions
+2
-89
GlslangToSpv.cpp
SPIRV/GlslangToSpv.cpp
+2
-1
hlsl.array.frag.out
Test/baseResults/hlsl.array.frag.out
+0
-1
hlsl.assoc.frag.out
Test/baseResults/hlsl.assoc.frag.out
+0
-1
hlsl.attribute.frag.out
Test/baseResults/hlsl.attribute.frag.out
+0
-1
hlsl.buffer.frag.out
Test/baseResults/hlsl.buffer.frag.out
+0
-1
hlsl.calculatelod.dx10.frag.out
Test/baseResults/hlsl.calculatelod.dx10.frag.out
+0
-1
hlsl.cast.frag.out
Test/baseResults/hlsl.cast.frag.out
+0
-1
hlsl.conditional.frag.out
Test/baseResults/hlsl.conditional.frag.out
+0
-1
hlsl.constructexpr.frag.out
Test/baseResults/hlsl.constructexpr.frag.out
+0
-1
hlsl.discard.frag.out
Test/baseResults/hlsl.discard.frag.out
+0
-1
hlsl.doLoop.frag.out
Test/baseResults/hlsl.doLoop.frag.out
+0
-1
hlsl.float1.frag.out
Test/baseResults/hlsl.float1.frag.out
+0
-1
hlsl.float4.frag.out
Test/baseResults/hlsl.float4.frag.out
+0
-1
hlsl.forLoop.frag.out
Test/baseResults/hlsl.forLoop.frag.out
+0
-1
hlsl.gather.array.dx10.frag.out
Test/baseResults/hlsl.gather.array.dx10.frag.out
+0
-1
hlsl.gather.basic.dx10.frag.out
Test/baseResults/hlsl.gather.basic.dx10.frag.out
+0
-1
hlsl.gather.basic.dx10.vert.out
Test/baseResults/hlsl.gather.basic.dx10.vert.out
+0
-1
hlsl.gather.offset.dx10.frag.out
Test/baseResults/hlsl.gather.offset.dx10.frag.out
+0
-1
hlsl.gather.offsetarray.dx10.frag.out
Test/baseResults/hlsl.gather.offsetarray.dx10.frag.out
+0
-1
hlsl.gatherRGBA.array.dx10.frag.out
Test/baseResults/hlsl.gatherRGBA.array.dx10.frag.out
+0
-1
hlsl.gatherRGBA.basic.dx10.frag.out
Test/baseResults/hlsl.gatherRGBA.basic.dx10.frag.out
+0
-1
hlsl.gatherRGBA.offset.dx10.frag.out
Test/baseResults/hlsl.gatherRGBA.offset.dx10.frag.out
+0
-1
hlsl.gatherRGBA.offsetarray.dx10.frag.out
Test/baseResults/hlsl.gatherRGBA.offsetarray.dx10.frag.out
+0
-1
hlsl.getdimensions.dx10.frag.out
Test/baseResults/hlsl.getdimensions.dx10.frag.out
+0
-1
hlsl.getdimensions.dx10.vert.out
Test/baseResults/hlsl.getdimensions.dx10.vert.out
+0
-1
hlsl.if.frag.out
Test/baseResults/hlsl.if.frag.out
+0
-1
hlsl.init.frag.out
Test/baseResults/hlsl.init.frag.out
+0
-1
hlsl.init2.frag.out
Test/baseResults/hlsl.init2.frag.out
+0
-1
hlsl.inoutquals.frag.out
Test/baseResults/hlsl.inoutquals.frag.out
+0
-1
hlsl.intrinsics.barriers.comp.out
Test/baseResults/hlsl.intrinsics.barriers.comp.out
+0
-1
hlsl.intrinsics.comp.out
Test/baseResults/hlsl.intrinsics.comp.out
+0
-1
hlsl.intrinsics.double.frag.out
Test/baseResults/hlsl.intrinsics.double.frag.out
+0
-1
hlsl.intrinsics.evalfns.frag.out
Test/baseResults/hlsl.intrinsics.evalfns.frag.out
+0
-1
hlsl.intrinsics.frag.out
Test/baseResults/hlsl.intrinsics.frag.out
+0
-1
hlsl.intrinsics.lit.frag.out
Test/baseResults/hlsl.intrinsics.lit.frag.out
+0
-1
hlsl.intrinsics.negative.comp.out
Test/baseResults/hlsl.intrinsics.negative.comp.out
+0
-1
hlsl.intrinsics.negative.vert.out
Test/baseResults/hlsl.intrinsics.negative.vert.out
+0
-1
hlsl.intrinsics.vert.out
Test/baseResults/hlsl.intrinsics.vert.out
+0
-1
hlsl.load.2dms.dx10.frag.out
Test/baseResults/hlsl.load.2dms.dx10.frag.out
+0
-1
hlsl.load.array.dx10.frag.out
Test/baseResults/hlsl.load.array.dx10.frag.out
+0
-1
hlsl.load.basic.dx10.frag.out
Test/baseResults/hlsl.load.basic.dx10.frag.out
+0
-1
hlsl.load.basic.dx10.vert.out
Test/baseResults/hlsl.load.basic.dx10.vert.out
+0
-1
hlsl.load.buffer.dx10.frag.out
Test/baseResults/hlsl.load.buffer.dx10.frag.out
+0
-1
hlsl.load.offset.dx10.frag.out
Test/baseResults/hlsl.load.offset.dx10.frag.out
+0
-1
hlsl.load.offsetarray.dx10.frag.out
Test/baseResults/hlsl.load.offsetarray.dx10.frag.out
+0
-1
hlsl.matType.frag.out
Test/baseResults/hlsl.matType.frag.out
+0
-1
hlsl.max.frag.out
Test/baseResults/hlsl.max.frag.out
+0
-1
hlsl.numericsuffixes.frag.out
Test/baseResults/hlsl.numericsuffixes.frag.out
+0
-1
hlsl.pp.line.frag.out
Test/baseResults/hlsl.pp.line.frag.out
+0
-1
hlsl.precedence.frag.out
Test/baseResults/hlsl.precedence.frag.out
+0
-1
hlsl.precedence2.frag.out
Test/baseResults/hlsl.precedence2.frag.out
+0
-1
hlsl.promotions.frag.out
Test/baseResults/hlsl.promotions.frag.out
+0
-1
hlsl.sample.array.dx10.frag.out
Test/baseResults/hlsl.sample.array.dx10.frag.out
+0
-1
hlsl.sample.basic.dx10.frag.out
Test/baseResults/hlsl.sample.basic.dx10.frag.out
+0
-1
hlsl.sample.offset.dx10.frag.out
Test/baseResults/hlsl.sample.offset.dx10.frag.out
+0
-1
hlsl.sample.offsetarray.dx10.frag.out
Test/baseResults/hlsl.sample.offsetarray.dx10.frag.out
+0
-1
hlsl.samplebias.array.dx10.frag.out
Test/baseResults/hlsl.samplebias.array.dx10.frag.out
+0
-1
hlsl.samplebias.basic.dx10.frag.out
Test/baseResults/hlsl.samplebias.basic.dx10.frag.out
+0
-1
hlsl.samplebias.offset.dx10.frag.out
Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
+0
-1
hlsl.samplebias.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplebias.offsetarray.dx10.frag.out
+0
-1
hlsl.samplecmp.array.dx10.frag.out
Test/baseResults/hlsl.samplecmp.array.dx10.frag.out
+0
-1
hlsl.samplecmp.basic.dx10.frag.out
Test/baseResults/hlsl.samplecmp.basic.dx10.frag.out
+0
-1
hlsl.samplecmp.offset.dx10.frag.out
Test/baseResults/hlsl.samplecmp.offset.dx10.frag.out
+0
-1
hlsl.samplecmp.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplecmp.offsetarray.dx10.frag.out
+0
-1
hlsl.samplecmplevelzero.array.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
+0
-1
hlsl.samplecmplevelzero.basic.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.basic.dx10.frag.out
+0
-1
hlsl.samplecmplevelzero.offset.dx10.frag.out
.../baseResults/hlsl.samplecmplevelzero.offset.dx10.frag.out
+0
-1
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
...Results/hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
+0
-1
hlsl.samplegrad.array.dx10.frag.out
Test/baseResults/hlsl.samplegrad.array.dx10.frag.out
+0
-1
hlsl.samplegrad.basic.dx10.frag.out
Test/baseResults/hlsl.samplegrad.basic.dx10.frag.out
+0
-1
hlsl.samplegrad.basic.dx10.vert.out
Test/baseResults/hlsl.samplegrad.basic.dx10.vert.out
+0
-1
hlsl.samplegrad.offset.dx10.frag.out
Test/baseResults/hlsl.samplegrad.offset.dx10.frag.out
+0
-1
hlsl.samplegrad.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplegrad.offsetarray.dx10.frag.out
+0
-1
hlsl.samplelevel.array.dx10.frag.out
Test/baseResults/hlsl.samplelevel.array.dx10.frag.out
+0
-1
hlsl.samplelevel.basic.dx10.frag.out
Test/baseResults/hlsl.samplelevel.basic.dx10.frag.out
+0
-1
hlsl.samplelevel.basic.dx10.vert.out
Test/baseResults/hlsl.samplelevel.basic.dx10.vert.out
+0
-1
hlsl.samplelevel.offset.dx10.frag.out
Test/baseResults/hlsl.samplelevel.offset.dx10.frag.out
+0
-1
hlsl.samplelevel.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplelevel.offsetarray.dx10.frag.out
+0
-1
hlsl.scope.frag.out
Test/baseResults/hlsl.scope.frag.out
+0
-1
hlsl.semicolons.frag.out
Test/baseResults/hlsl.semicolons.frag.out
+0
-1
hlsl.shapeConv.frag.out
Test/baseResults/hlsl.shapeConv.frag.out
+0
-1
hlsl.sin.frag.out
Test/baseResults/hlsl.sin.frag.out
+0
-1
hlsl.struct.frag.out
Test/baseResults/hlsl.struct.frag.out
+0
-1
hlsl.switch.frag.out
Test/baseResults/hlsl.switch.frag.out
+0
-1
hlsl.swizzle.frag.out
Test/baseResults/hlsl.swizzle.frag.out
+0
-1
hlsl.templatetypes.frag.out
Test/baseResults/hlsl.templatetypes.frag.out
+0
-1
hlsl.typedef.frag.out
Test/baseResults/hlsl.typedef.frag.out
+0
-1
hlsl.void.frag.out
Test/baseResults/hlsl.void.frag.out
+0
-1
hlsl.whileLoop.frag.out
Test/baseResults/hlsl.whileLoop.frag.out
+0
-1
No files found.
SPIRV/GlslangToSpv.cpp
View file @
057c01ef
...
@@ -212,7 +212,8 @@ spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile
...
@@ -212,7 +212,8 @@ spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile
return
spv
::
SourceLanguageUnknown
;
return
spv
::
SourceLanguageUnknown
;
}
}
case
glslang
:
:
EShSourceHlsl
:
case
glslang
:
:
EShSourceHlsl
:
return
spv
::
SourceLanguageHLSL
;
//Use SourceLanguageUnknown instead of SourceLanguageHLSL for now, until Vulkan knows what HLSL is
return
spv
::
SourceLanguageUnknown
;
default
:
default
:
return
spv
::
SourceLanguageUnknown
;
return
spv
::
SourceLanguageUnknown
;
}
}
...
...
Test/baseResults/hlsl.array.frag.out
View file @
057c01ef
...
@@ -108,7 +108,6 @@ gl_FragCoord origin is upper left
...
@@ -108,7 +108,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 19 27
EntryPoint Fragment 4 "PixelShaderFunction" 19 27
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 12 "a"
Name 12 "a"
Name 19 "i"
Name 19 "i"
...
...
Test/baseResults/hlsl.assoc.frag.out
View file @
057c01ef
...
@@ -76,7 +76,6 @@ gl_FragCoord origin is upper left
...
@@ -76,7 +76,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9 10 11 12 13
EntryPoint Fragment 4 "PixelShaderFunction" 9 10 11 12 13
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "a1"
Name 9 "a1"
Name 10 "a2"
Name 10 "a2"
...
...
Test/baseResults/hlsl.attribute.frag.out
View file @
057c01ef
...
@@ -40,7 +40,6 @@ gl_FragCoord origin is upper left
...
@@ -40,7 +40,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
2: TypeVoid
2: TypeVoid
3: TypeFunction 2
3: TypeFunction 2
...
...
Test/baseResults/hlsl.buffer.frag.out
View file @
057c01ef
...
@@ -82,7 +82,6 @@ gl_FragCoord origin is upper left
...
@@ -82,7 +82,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9
EntryPoint Fragment 4 "PixelShaderFunction" 9
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "input"
Name 9 "input"
Name 11 ""
Name 11 ""
...
...
Test/baseResults/hlsl.calculatelod.dx10.frag.out
View file @
057c01ef
...
@@ -325,7 +325,6 @@ gl_FragCoord origin is upper left
...
@@ -325,7 +325,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "txval10"
Name 8 "txval10"
Name 11 "g_tTex1df4a"
Name 11 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.cast.frag.out
View file @
057c01ef
...
@@ -56,7 +56,6 @@ gl_FragCoord origin is upper left
...
@@ -56,7 +56,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9
EntryPoint Fragment 4 "PixelShaderFunction" 9
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "input"
Name 9 "input"
2: TypeVoid
2: TypeVoid
...
...
Test/baseResults/hlsl.conditional.frag.out
View file @
057c01ef
...
@@ -228,7 +228,6 @@ gl_FragCoord origin is upper left
...
@@ -228,7 +228,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 22
EntryPoint Fragment 4 "PixelShaderFunction" 22
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "a"
Name 8 "a"
Name 10 "b"
Name 10 "b"
...
...
Test/baseResults/hlsl.constructexpr.frag.out
View file @
057c01ef
...
@@ -90,7 +90,6 @@ gl_FragCoord origin is upper left
...
@@ -90,7 +90,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 22 "PS_OUTPUT"
Name 22 "PS_OUTPUT"
MemberName 22(PS_OUTPUT) 0 "color"
MemberName 22(PS_OUTPUT) 0 "color"
...
...
Test/baseResults/hlsl.discard.frag.out
View file @
057c01ef
...
@@ -96,7 +96,6 @@ gl_FragCoord origin is upper left
...
@@ -96,7 +96,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 21
EntryPoint Fragment 4 "PixelShaderFunction" 21
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 10 "foo(f1;"
Name 10 "foo(f1;"
Name 9 "f"
Name 9 "f"
...
...
Test/baseResults/hlsl.doLoop.frag.out
View file @
057c01ef
...
@@ -66,7 +66,6 @@ gl_FragCoord origin is upper left
...
@@ -66,7 +66,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 23
EntryPoint Fragment 4 "PixelShaderFunction" 23
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 23 "input"
Name 23 "input"
2: TypeVoid
2: TypeVoid
...
...
Test/baseResults/hlsl.float1.frag.out
View file @
057c01ef
...
@@ -72,7 +72,6 @@ gl_FragCoord origin is upper left
...
@@ -72,7 +72,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 11 "ShaderFunction(vf1;f1;"
Name 11 "ShaderFunction(vf1;f1;"
Name 9 "inFloat1"
Name 9 "inFloat1"
...
...
Test/baseResults/hlsl.float4.frag.out
View file @
057c01ef
...
@@ -67,7 +67,6 @@ gl_FragCoord origin is upper left
...
@@ -67,7 +67,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 11 "ShaderFunction(vf4;"
Name 11 "ShaderFunction(vf4;"
Name 10 "input"
Name 10 "input"
...
...
Test/baseResults/hlsl.forLoop.frag.out
View file @
057c01ef
...
@@ -232,7 +232,6 @@ gl_FragCoord origin is upper left
...
@@ -232,7 +232,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 13
EntryPoint Fragment 4 "PixelShaderFunction" 13
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 13 "input"
Name 13 "input"
Name 89 "ii"
Name 89 "ii"
...
...
Test/baseResults/hlsl.gather.array.dx10.frag.out
View file @
057c01ef
...
@@ -228,7 +228,6 @@ gl_FragCoord origin is upper left
...
@@ -228,7 +228,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval20"
Name 9 "txval20"
Name 12 "g_tTex2df4a"
Name 12 "g_tTex2df4a"
...
...
Test/baseResults/hlsl.gather.basic.dx10.frag.out
View file @
057c01ef
...
@@ -223,7 +223,6 @@ gl_FragCoord origin is upper left
...
@@ -223,7 +223,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval20"
Name 9 "txval20"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gather.basic.dx10.vert.out
View file @
057c01ef
...
@@ -206,7 +206,6 @@ Shader version: 450
...
@@ -206,7 +206,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "main"
EntryPoint Vertex 4 "main"
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval20"
Name 9 "txval20"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gather.offset.dx10.frag.out
View file @
057c01ef
...
@@ -173,7 +173,6 @@ gl_FragCoord origin is upper left
...
@@ -173,7 +173,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval20"
Name 9 "txval20"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gather.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -167,7 +167,6 @@ gl_FragCoord origin is upper left
...
@@ -167,7 +167,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval20"
Name 9 "txval20"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gatherRGBA.array.dx10.frag.out
View file @
057c01ef
...
@@ -578,7 +578,6 @@ gl_FragCoord origin is upper left
...
@@ -578,7 +578,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval00"
Name 9 "txval00"
Name 12 "g_tTex2df4a"
Name 12 "g_tTex2df4a"
...
...
Test/baseResults/hlsl.gatherRGBA.basic.dx10.frag.out
View file @
057c01ef
...
@@ -585,7 +585,6 @@ gl_FragCoord origin is upper left
...
@@ -585,7 +585,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval00"
Name 9 "txval00"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gatherRGBA.offset.dx10.frag.out
View file @
057c01ef
...
@@ -738,7 +738,6 @@ gl_FragCoord origin is upper left
...
@@ -738,7 +738,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval001"
Name 9 "txval001"
Name 12 "g_tTex2df4"
Name 12 "g_tTex2df4"
...
...
Test/baseResults/hlsl.gatherRGBA.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -731,7 +731,6 @@ gl_FragCoord origin is upper left
...
@@ -731,7 +731,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval001"
Name 9 "txval001"
Name 12 "g_tTex2df4a"
Name 12 "g_tTex2df4a"
...
...
Test/baseResults/hlsl.getdimensions.dx10.frag.out
View file @
057c01ef
...
@@ -2202,7 +2202,6 @@ gl_FragCoord origin is upper left
...
@@ -2202,7 +2202,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "sizeQueryTemp"
Name 8 "sizeQueryTemp"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.getdimensions.dx10.vert.out
View file @
057c01ef
...
@@ -99,7 +99,6 @@ Shader version: 450
...
@@ -99,7 +99,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "main"
EntryPoint Vertex 4 "main"
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "sizeQueryTemp"
Name 8 "sizeQueryTemp"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.if.frag.out
View file @
057c01ef
...
@@ -166,7 +166,6 @@ gl_FragCoord origin is upper left
...
@@ -166,7 +166,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9
EntryPoint Fragment 4 "PixelShaderFunction" 9
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "input"
Name 9 "input"
Name 65 "ii"
Name 65 "ii"
...
...
Test/baseResults/hlsl.init.frag.out
View file @
057c01ef
...
@@ -310,7 +310,6 @@ gl_FragCoord origin is upper left
...
@@ -310,7 +310,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "ShaderFunction" 88
EntryPoint Fragment 4 "ShaderFunction" 88
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "ShaderFunction"
Name 4 "ShaderFunction"
Name 9 "a1"
Name 9 "a1"
Name 14 "b1"
Name 14 "b1"
...
...
Test/baseResults/hlsl.init2.frag.out
View file @
057c01ef
...
@@ -108,7 +108,6 @@ gl_FragCoord origin is upper left
...
@@ -108,7 +108,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 6 "Test1("
Name 6 "Test1("
Name 10 "mystruct"
Name 10 "mystruct"
...
...
Test/baseResults/hlsl.inoutquals.frag.out
View file @
057c01ef
...
@@ -132,7 +132,6 @@ gl_FragCoord origin is upper left
...
@@ -132,7 +132,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main" 45
EntryPoint Fragment 4 "main" 45
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 12 "MyFunc(f1;f1;f1;"
Name 12 "MyFunc(f1;f1;f1;"
Name 9 "x"
Name 9 "x"
...
...
Test/baseResults/hlsl.intrinsics.barriers.comp.out
View file @
057c01ef
...
@@ -46,7 +46,6 @@ local_size = (1, 1, 1)
...
@@ -46,7 +46,6 @@ local_size = (1, 1, 1)
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint GLCompute 4 "ComputeShaderFunction"
EntryPoint GLCompute 4 "ComputeShaderFunction"
ExecutionMode 4 LocalSize 1 1 1
ExecutionMode 4 LocalSize 1 1 1
Source HLSL 450
Name 4 "ComputeShaderFunction"
Name 4 "ComputeShaderFunction"
2: TypeVoid
2: TypeVoid
3: TypeFunction 2
3: TypeFunction 2
...
...
Test/baseResults/hlsl.intrinsics.comp.out
View file @
057c01ef
...
@@ -652,7 +652,6 @@ local_size = (1, 1, 1)
...
@@ -652,7 +652,6 @@ local_size = (1, 1, 1)
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint GLCompute 4 "ComputeShaderFunction" 175
EntryPoint GLCompute 4 "ComputeShaderFunction" 175
ExecutionMode 4 LocalSize 1 1 1
ExecutionMode 4 LocalSize 1 1 1
Source HLSL 450
Name 4 "ComputeShaderFunction"
Name 4 "ComputeShaderFunction"
Name 16 "ComputeShaderFunctionS(f1;f1;f1;u1;u1;"
Name 16 "ComputeShaderFunctionS(f1;f1;f1;u1;u1;"
Name 11 "inF0"
Name 11 "inF0"
...
...
Test/baseResults/hlsl.intrinsics.double.frag.out
View file @
057c01ef
...
@@ -79,7 +79,6 @@ gl_FragCoord origin is upper left
...
@@ -79,7 +79,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 10 12 14 20 22
EntryPoint Fragment 4 "PixelShaderFunction" 10 12 14 20 22
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "r00"
Name 8 "r00"
Name 10 "inDV1a"
Name 10 "inDV1a"
...
...
Test/baseResults/hlsl.intrinsics.evalfns.frag.out
View file @
057c01ef
...
@@ -105,7 +105,6 @@ gl_FragCoord origin is upper left
...
@@ -105,7 +105,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main" 8 15 22 29 36
EntryPoint Fragment 4 "main" 8 15 22 29 36
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "inF1"
Name 8 "inF1"
Name 15 "inF2"
Name 15 "inF2"
...
...
Test/baseResults/hlsl.intrinsics.frag.out
View file @
057c01ef
...
@@ -5561,7 +5561,6 @@ gl_FragCoord origin is upper left
...
@@ -5561,7 +5561,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 810 837 845 854
EntryPoint Fragment 4 "PixelShaderFunction" 810 837 845 854
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 16 "PixelShaderFunctionS(f1;f1;f1;u1;u1;"
Name 16 "PixelShaderFunctionS(f1;f1;f1;u1;u1;"
Name 11 "inF0"
Name 11 "inF0"
...
...
Test/baseResults/hlsl.intrinsics.lit.frag.out
View file @
057c01ef
...
@@ -88,7 +88,6 @@ gl_FragCoord origin is upper left
...
@@ -88,7 +88,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 12 19 28
EntryPoint Fragment 4 "PixelShaderFunction" 12 19 28
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "r0"
Name 9 "r0"
Name 12 "n_dot_l"
Name 12 "n_dot_l"
...
...
Test/baseResults/hlsl.intrinsics.negative.comp.out
View file @
057c01ef
...
@@ -134,7 +134,6 @@ local_size = (1, 1, 1)
...
@@ -134,7 +134,6 @@ local_size = (1, 1, 1)
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint GLCompute 4 "ComputeShaderFunction"
EntryPoint GLCompute 4 "ComputeShaderFunction"
ExecutionMode 4 LocalSize 1 1 1
ExecutionMode 4 LocalSize 1 1 1
Source HLSL 450
Name 4 "ComputeShaderFunction"
Name 4 "ComputeShaderFunction"
Name 15 "ComputeShaderFunctionS(f1;f1;f1;i1;"
Name 15 "ComputeShaderFunctionS(f1;f1;f1;i1;"
Name 11 "inF0"
Name 11 "inF0"
...
...
Test/baseResults/hlsl.intrinsics.negative.vert.out
View file @
057c01ef
...
@@ -261,7 +261,6 @@ Shader version: 450
...
@@ -261,7 +261,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "VertexShaderFunction"
EntryPoint Vertex 4 "VertexShaderFunction"
Source HLSL 450
Name 4 "VertexShaderFunction"
Name 4 "VertexShaderFunction"
Name 15 "VertexShaderFunctionS(f1;f1;f1;i1;"
Name 15 "VertexShaderFunctionS(f1;f1;f1;i1;"
Name 11 "inF0"
Name 11 "inF0"
...
...
Test/baseResults/hlsl.intrinsics.vert.out
View file @
057c01ef
...
@@ -2799,7 +2799,6 @@ Shader version: 450
...
@@ -2799,7 +2799,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "VertexShaderFunction"
EntryPoint Vertex 4 "VertexShaderFunction"
Source HLSL 450
Name 4 "VertexShaderFunction"
Name 4 "VertexShaderFunction"
Name 16 "VertexShaderFunctionS(f1;f1;f1;u1;u1;"
Name 16 "VertexShaderFunctionS(f1;f1;f1;u1;u1;"
Name 11 "inF0"
Name 11 "inF0"
...
...
Test/baseResults/hlsl.load.2dms.dx10.frag.out
View file @
057c01ef
...
@@ -230,7 +230,6 @@ gl_FragCoord origin is upper left
...
@@ -230,7 +230,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex2dmsf4"
Name 9 "g_tTex2dmsf4"
Name 14 "c2"
Name 14 "c2"
...
...
Test/baseResults/hlsl.load.array.dx10.frag.out
View file @
057c01ef
...
@@ -296,7 +296,6 @@ gl_FragCoord origin is upper left
...
@@ -296,7 +296,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex1df4a"
Name 9 "g_tTex1df4a"
Name 14 "c3"
Name 14 "c3"
...
...
Test/baseResults/hlsl.load.basic.dx10.frag.out
View file @
057c01ef
...
@@ -362,7 +362,6 @@ gl_FragCoord origin is upper left
...
@@ -362,7 +362,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex1df4"
Name 9 "g_tTex1df4"
Name 14 "c2"
Name 14 "c2"
...
...
Test/baseResults/hlsl.load.basic.dx10.vert.out
View file @
057c01ef
...
@@ -345,7 +345,6 @@ Shader version: 450
...
@@ -345,7 +345,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "main"
EntryPoint Vertex 4 "main"
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex1df4"
Name 9 "g_tTex1df4"
Name 14 "c2"
Name 14 "c2"
...
...
Test/baseResults/hlsl.load.buffer.dx10.frag.out
View file @
057c01ef
...
@@ -127,7 +127,6 @@ gl_FragCoord origin is upper left
...
@@ -127,7 +127,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "r00"
Name 9 "r00"
Name 13 "g_tTexbf4"
Name 13 "g_tTexbf4"
...
...
Test/baseResults/hlsl.load.offset.dx10.frag.out
View file @
057c01ef
...
@@ -381,7 +381,6 @@ gl_FragCoord origin is upper left
...
@@ -381,7 +381,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex1df4"
Name 9 "g_tTex1df4"
Name 14 "c2"
Name 14 "c2"
...
...
Test/baseResults/hlsl.load.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -309,7 +309,6 @@ gl_FragCoord origin is upper left
...
@@ -309,7 +309,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "g_tTex1df4a"
Name 9 "g_tTex1df4a"
Name 14 "c3"
Name 14 "c3"
...
...
Test/baseResults/hlsl.matType.frag.out
View file @
057c01ef
...
@@ -53,7 +53,6 @@ gl_FragCoord origin is upper left
...
@@ -53,7 +53,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 11 "ShaderFunction(vf1;f1;"
Name 11 "ShaderFunction(vf1;f1;"
Name 9 "inFloat1"
Name 9 "inFloat1"
...
...
Test/baseResults/hlsl.max.frag.out
View file @
057c01ef
...
@@ -40,7 +40,6 @@ gl_FragCoord origin is upper left
...
@@ -40,7 +40,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9 11
EntryPoint Fragment 4 "PixelShaderFunction" 9 11
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "input1"
Name 9 "input1"
Name 11 "input2"
Name 11 "input2"
...
...
Test/baseResults/hlsl.numericsuffixes.frag.out
View file @
057c01ef
...
@@ -138,7 +138,6 @@ gl_FragCoord origin is upper left
...
@@ -138,7 +138,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r00"
Name 8 "r00"
Name 12 "r01"
Name 12 "r01"
...
...
Test/baseResults/hlsl.pp.line.frag.out
View file @
057c01ef
...
@@ -84,7 +84,6 @@ gl_FragCoord origin is upper left
...
@@ -84,7 +84,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "thisLineIs"
Name 8 "thisLineIs"
Name 12 "PS_OUTPUT"
Name 12 "PS_OUTPUT"
...
...
Test/baseResults/hlsl.precedence.frag.out
View file @
057c01ef
...
@@ -102,7 +102,6 @@ gl_FragCoord origin is upper left
...
@@ -102,7 +102,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9 11 13 17
EntryPoint Fragment 4 "PixelShaderFunction" 9 11 13 17
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "a1"
Name 9 "a1"
Name 11 "a2"
Name 11 "a2"
...
...
Test/baseResults/hlsl.precedence2.frag.out
View file @
057c01ef
...
@@ -68,7 +68,6 @@ gl_FragCoord origin is upper left
...
@@ -68,7 +68,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 8 10 13 16
EntryPoint Fragment 4 "PixelShaderFunction" 8 10 13 16
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "a1"
Name 8 "a1"
Name 10 "a2"
Name 10 "a2"
...
...
Test/baseResults/hlsl.promotions.frag.out
View file @
057c01ef
...
@@ -1035,7 +1035,6 @@ gl_FragCoord origin is upper left
...
@@ -1035,7 +1035,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 11 "Fn_F3(vf3;"
Name 11 "Fn_F3(vf3;"
Name 10 "x"
Name 10 "x"
...
...
Test/baseResults/hlsl.sample.array.dx10.frag.out
View file @
057c01ef
...
@@ -288,7 +288,6 @@ gl_FragCoord origin is upper left
...
@@ -288,7 +288,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.sample.basic.dx10.frag.out
View file @
057c01ef
...
@@ -515,7 +515,6 @@ gl_FragCoord origin is upper left
...
@@ -515,7 +515,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 7 "MemberTest"
Name 7 "MemberTest"
MemberName 7(MemberTest) 0 "Sample"
MemberName 7(MemberTest) 0 "Sample"
...
...
Test/baseResults/hlsl.sample.offset.dx10.frag.out
View file @
057c01ef
...
@@ -329,7 +329,6 @@ gl_FragCoord origin is upper left
...
@@ -329,7 +329,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.sample.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -239,7 +239,6 @@ gl_FragCoord origin is upper left
...
@@ -239,7 +239,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplebias.array.dx10.frag.out
View file @
057c01ef
...
@@ -324,7 +324,6 @@ gl_FragCoord origin is upper left
...
@@ -324,7 +324,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplebias.basic.dx10.frag.out
View file @
057c01ef
...
@@ -389,7 +389,6 @@ gl_FragCoord origin is upper left
...
@@ -389,7 +389,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
View file @
057c01ef
...
@@ -365,7 +365,6 @@ gl_FragCoord origin is upper left
...
@@ -365,7 +365,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplebias.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -263,7 +263,6 @@ gl_FragCoord origin is upper left
...
@@ -263,7 +263,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplecmp.array.dx10.frag.out
View file @
057c01ef
...
@@ -364,7 +364,6 @@ gl_FragCoord origin is upper left
...
@@ -364,7 +364,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r10"
Name 8 "r10"
Name 11 "g_tTex1df4a"
Name 11 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.samplecmp.basic.dx10.frag.out
View file @
057c01ef
...
@@ -346,7 +346,6 @@ gl_FragCoord origin is upper left
...
@@ -346,7 +346,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r00"
Name 8 "r00"
Name 11 "g_tTex1df4"
Name 11 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplecmp.offset.dx10.frag.out
View file @
057c01ef
...
@@ -292,7 +292,6 @@ gl_FragCoord origin is upper left
...
@@ -292,7 +292,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r01"
Name 8 "r01"
Name 11 "g_tTex1df4"
Name 11 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplecmp.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -304,7 +304,6 @@ gl_FragCoord origin is upper left
...
@@ -304,7 +304,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r11"
Name 8 "r11"
Name 11 "g_tTex1df4a"
Name 11 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
View file @
057c01ef
...
@@ -400,7 +400,6 @@ gl_FragCoord origin is upper left
...
@@ -400,7 +400,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r10"
Name 8 "r10"
Name 11 "g_tTex1df4a"
Name 11 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.samplecmplevelzero.basic.dx10.frag.out
View file @
057c01ef
...
@@ -382,7 +382,6 @@ gl_FragCoord origin is upper left
...
@@ -382,7 +382,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r00"
Name 8 "r00"
Name 11 "g_tTex1df4"
Name 11 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplecmplevelzero.offset.dx10.frag.out
View file @
057c01ef
...
@@ -316,7 +316,6 @@ gl_FragCoord origin is upper left
...
@@ -316,7 +316,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r01"
Name 8 "r01"
Name 11 "g_tTex1df4"
Name 11 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -328,7 +328,6 @@ gl_FragCoord origin is upper left
...
@@ -328,7 +328,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 8 "r11"
Name 8 "r11"
Name 11 "g_tTex1df4a"
Name 11 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.samplegrad.array.dx10.frag.out
View file @
057c01ef
...
@@ -396,7 +396,6 @@ gl_FragCoord origin is upper left
...
@@ -396,7 +396,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplegrad.basic.dx10.frag.out
View file @
057c01ef
...
@@ -497,7 +497,6 @@ gl_FragCoord origin is upper left
...
@@ -497,7 +497,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplegrad.basic.dx10.vert.out
View file @
057c01ef
...
@@ -480,7 +480,6 @@ Shader version: 450
...
@@ -480,7 +480,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "main"
EntryPoint Vertex 4 "main"
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplegrad.offset.dx10.frag.out
View file @
057c01ef
...
@@ -437,7 +437,6 @@ gl_FragCoord origin is upper left
...
@@ -437,7 +437,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplegrad.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -306,7 +306,6 @@ gl_FragCoord origin is upper left
...
@@ -306,7 +306,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplelevel.array.dx10.frag.out
View file @
057c01ef
...
@@ -324,7 +324,6 @@ gl_FragCoord origin is upper left
...
@@ -324,7 +324,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4a"
Name 12 "g_tTex1df4a"
...
...
Test/baseResults/hlsl.samplelevel.basic.dx10.frag.out
View file @
057c01ef
...
@@ -391,7 +391,6 @@ gl_FragCoord origin is upper left
...
@@ -391,7 +391,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplelevel.basic.dx10.vert.out
View file @
057c01ef
...
@@ -372,7 +372,6 @@ Shader version: 450
...
@@ -372,7 +372,6 @@ Shader version: 450
1: ExtInstImport "GLSL.std.450"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Vertex 4 "main"
EntryPoint Vertex 4 "main"
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplelevel.offset.dx10.frag.out
View file @
057c01ef
...
@@ -365,7 +365,6 @@ gl_FragCoord origin is upper left
...
@@ -365,7 +365,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.samplelevel.offsetarray.dx10.frag.out
View file @
057c01ef
...
@@ -263,7 +263,6 @@ gl_FragCoord origin is upper left
...
@@ -263,7 +263,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 9 "txval10"
Name 9 "txval10"
Name 12 "g_tTex1df4"
Name 12 "g_tTex1df4"
...
...
Test/baseResults/hlsl.scope.frag.out
View file @
057c01ef
...
@@ -92,7 +92,6 @@ gl_FragCoord origin is upper left
...
@@ -92,7 +92,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "x"
Name 8 "x"
Name 11 "x"
Name 11 "x"
...
...
Test/baseResults/hlsl.semicolons.frag.out
View file @
057c01ef
...
@@ -60,7 +60,6 @@ gl_FragCoord origin is upper left
...
@@ -60,7 +60,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 6 "MyFunc("
Name 6 "MyFunc("
Name 8 "MyFunc2("
Name 8 "MyFunc2("
...
...
Test/baseResults/hlsl.shapeConv.frag.out
View file @
057c01ef
...
@@ -186,7 +186,6 @@ gl_FragCoord origin is upper left
...
@@ -186,7 +186,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "main"
EntryPoint Fragment 4 "main"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "main"
Name 4 "main"
Name 13 "PixelShaderFunction(vf4;f1;"
Name 13 "PixelShaderFunction(vf4;f1;"
Name 11 "input"
Name 11 "input"
...
...
Test/baseResults/hlsl.sin.frag.out
View file @
057c01ef
...
@@ -36,7 +36,6 @@ gl_FragCoord origin is upper left
...
@@ -36,7 +36,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 9
EntryPoint Fragment 4 "PixelShaderFunction" 9
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "input"
Name 9 "input"
2: TypeVoid
2: TypeVoid
...
...
Test/baseResults/hlsl.struct.frag.out
View file @
057c01ef
...
@@ -72,7 +72,6 @@ gl_FragCoord origin is upper left
...
@@ -72,7 +72,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 34
EntryPoint Fragment 4 "PixelShaderFunction" 34
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "FS"
Name 8 "FS"
MemberName 8(FS) 0 "b3"
MemberName 8(FS) 0 "b3"
...
...
Test/baseResults/hlsl.switch.frag.out
View file @
057c01ef
...
@@ -260,7 +260,6 @@ gl_FragCoord origin is upper left
...
@@ -260,7 +260,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 8 21 41
EntryPoint Fragment 4 "PixelShaderFunction" 8 21 41
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 8 "c"
Name 8 "c"
Name 21 "input"
Name 21 "input"
...
...
Test/baseResults/hlsl.swizzle.frag.out
View file @
057c01ef
...
@@ -84,7 +84,6 @@ gl_FragCoord origin is upper left
...
@@ -84,7 +84,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 11 "ShaderFunction(vf4;"
Name 11 "ShaderFunction(vf4;"
Name 10 "input"
Name 10 "input"
...
...
Test/baseResults/hlsl.templatetypes.frag.out
View file @
057c01ef
...
@@ -503,7 +503,6 @@ gl_FragCoord origin is upper left
...
@@ -503,7 +503,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 9 "r00"
Name 9 "r00"
Name 15 "r01"
Name 15 "r01"
...
...
Test/baseResults/hlsl.typedef.frag.out
View file @
057c01ef
...
@@ -86,7 +86,6 @@ gl_FragCoord origin is upper left
...
@@ -86,7 +86,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 14 "ShaderFunction(vf4;i1;"
Name 14 "ShaderFunction(vf4;i1;"
Name 12 "input"
Name 12 "input"
...
...
Test/baseResults/hlsl.void.frag.out
View file @
057c01ef
...
@@ -42,7 +42,6 @@ gl_FragCoord origin is upper left
...
@@ -42,7 +42,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction"
EntryPoint Fragment 4 "PixelShaderFunction"
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 6 "foo1("
Name 6 "foo1("
Name 8 "foo2("
Name 8 "foo2("
...
...
Test/baseResults/hlsl.whileLoop.frag.out
View file @
057c01ef
...
@@ -78,7 +78,6 @@ gl_FragCoord origin is upper left
...
@@ -78,7 +78,6 @@ gl_FragCoord origin is upper left
MemoryModel Logical GLSL450
MemoryModel Logical GLSL450
EntryPoint Fragment 4 "PixelShaderFunction" 14
EntryPoint Fragment 4 "PixelShaderFunction" 14
ExecutionMode 4 OriginUpperLeft
ExecutionMode 4 OriginUpperLeft
Source HLSL 450
Name 4 "PixelShaderFunction"
Name 4 "PixelShaderFunction"
Name 14 "input"
Name 14 "input"
2: TypeVoid
2: TypeVoid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment