2017-07-01 00:14:30 +00:00
|
|
|
spv.arbPostDepthCoverage.frag
|
2018-02-01 01:35:56 +00:00
|
|
|
// Module Version 10000
|
2022-10-13 00:16:41 +00:00
|
|
|
// Generated by (magic number): 8000b
|
2017-07-01 00:14:30 +00:00
|
|
|
// Id's are bound by 18
|
|
|
|
|
|
|
|
Capability Shader
|
|
|
|
Capability SampleMaskPostDepthCoverage
|
|
|
|
Extension "SPV_KHR_post_depth_coverage"
|
|
|
|
1: ExtInstImport "GLSL.std.450"
|
|
|
|
MemoryModel Logical GLSL450
|
|
|
|
EntryPoint Fragment 4 "main" 8 13
|
|
|
|
ExecutionMode 4 OriginUpperLeft
|
|
|
|
ExecutionMode 4 EarlyFragmentTests
|
|
|
|
ExecutionMode 4 PostDepthCoverage
|
|
|
|
Source GLSL 450
|
|
|
|
SourceExtension "GL_ARB_post_depth_coverage"
|
|
|
|
SourceExtension "GL_EXT_post_depth_coverage"
|
|
|
|
Name 4 "main"
|
|
|
|
Name 8 "readSampleMaskIn"
|
|
|
|
Name 13 "gl_SampleMaskIn"
|
|
|
|
Decorate 8(readSampleMaskIn) Location 0
|
|
|
|
Decorate 13(gl_SampleMaskIn) BuiltIn SampleMask
|
2024-06-28 23:16:59 +00:00
|
|
|
Decorate 13(gl_SampleMaskIn) Flat
|
2017-07-01 00:14:30 +00:00
|
|
|
2: TypeVoid
|
|
|
|
3: TypeFunction 2
|
|
|
|
6: TypeInt 32 1
|
|
|
|
7: TypePointer Output 6(int)
|
|
|
|
8(readSampleMaskIn): 7(ptr) Variable Output
|
|
|
|
9: TypeInt 32 0
|
|
|
|
10: 9(int) Constant 1
|
|
|
|
11: TypeArray 6(int) 10
|
|
|
|
12: TypePointer Input 11
|
|
|
|
13(gl_SampleMaskIn): 12(ptr) Variable Input
|
|
|
|
14: 6(int) Constant 0
|
|
|
|
15: TypePointer Input 6(int)
|
|
|
|
4(main): 2 Function None 3
|
|
|
|
5: Label
|
|
|
|
16: 15(ptr) AccessChain 13(gl_SampleMaskIn) 14
|
|
|
|
17: 6(int) Load 16
|
|
|
|
Store 8(readSampleMaskIn) 17
|
|
|
|
Return
|
|
|
|
FunctionEnd
|