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
2505057a
Commit
2505057a
authored
Dec 15, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPV: Memory model: Reduce set of memory-semantic bits requested for "all".
parent
838d7afc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
spvIR.h
SPIRV/spvIR.h
+0
-2
hlsl.intrinsics.barriers.comp.out
Test/baseResults/hlsl.intrinsics.barriers.comp.out
+1
-1
spv.310.comp.out
Test/baseResults/spv.310.comp.out
+1
-1
spv.barrier.vert.out
Test/baseResults/spv.barrier.vert.out
+1
-1
No files found.
SPIRV/spvIR.h
View file @
2505057a
...
...
@@ -75,9 +75,7 @@ const Decoration NoPrecision = DecorationMax;
POTENTIALLY_UNUSED
const
MemorySemanticsMask
MemorySemanticsAllMemory
=
(
MemorySemanticsMask
)(
MemorySemanticsUniformMemoryMask
|
MemorySemanticsSubgroupMemoryMask
|
MemorySemanticsWorkgroupMemoryMask
|
MemorySemanticsCrossWorkgroupMemoryMask
|
MemorySemanticsAtomicCounterMemoryMask
|
MemorySemanticsImageMemoryMask
);
...
...
Test/baseResults/hlsl.intrinsics.barriers.comp.out
View file @
2505057a
...
...
@@ -71,7 +71,7 @@ local_size = (1, 1, 1)
7: TypeFunction 6(float)
10: TypeInt 32 0
11: 10(int) Constant 1
12: 10(int) Constant
404
0
12: 10(int) Constant
340
0
13: 10(int) Constant 2
14: 10(int) Constant 2120
15: 10(int) Constant 264
...
...
Test/baseResults/spv.310.comp.out
View file @
2505057a
...
...
@@ -93,7 +93,7 @@ spv.310.comp
63: TypePointer Input 15(int)
64(gl_DeviceIndex): 63(ptr) Variable Input
65: 6(int) Constant 1
66: 6(int) Constant
404
0
66: 6(int) Constant
340
0
67: 6(int) Constant 16
68: 6(int) Constant 32
69: 6(int) Constant 4
...
...
Test/baseResults/spv.barrier.vert.out
View file @
2505057a
...
...
@@ -23,7 +23,7 @@ spv.barrier.vert
11: 7(fvec4) ConstantComposite 10 10 10 10
12: TypeInt 32 0
13: 12(int) Constant 1
14: 12(int) Constant
404
0
14: 12(int) Constant
340
0
15(c1): 8(ptr) Variable Output
16: 12(int) Constant 72
20: 12(int) Constant 2056
...
...
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