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
879562b7
Commit
879562b7
authored
Feb 11, 2019
by
baldurk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix treatment of array input/output variables in reflection
* Non-block arrays should not be ignored when exploding types. * When not exploding, set the array size correctly on each item.
parent
05d12a94
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
25 additions
and
18 deletions
+25
-18
hlsl.automap.frag.out
Test/baseResults/hlsl.automap.frag.out
+1
-1
hlsl.reflection.binding.frag.out
Test/baseResults/hlsl.reflection.binding.frag.out
+1
-1
hlsl.reflection.vert.out
Test/baseResults/hlsl.reflection.vert.out
+5
-5
hlsl.shift.per-set.frag.out
Test/baseResults/hlsl.shift.per-set.frag.out
+1
-1
reflection.linked.out
Test/baseResults/reflection.linked.out
+2
-2
reflection.options.vert.out
Test/baseResults/reflection.options.vert.out
+1
-0
reflection.vert.out
Test/baseResults/reflection.vert.out
+7
-6
reflection.options.vert
Test/reflection.options.vert
+2
-0
reflection.vert
Test/reflection.vert
+2
-0
reflection.cpp
glslang/MachineIndependent/reflection.cpp
+3
-2
No files found.
Test/baseResults/hlsl.automap.frag.out
View file @
879562b7
...
...
@@ -32,5 +32,5 @@ Buffer block reflection:
Pipeline input reflection:
Pipeline output reflection:
@entryPointOutput: offset 0, type 8b52, size
0
, index 0, binding -1, stages 16
@entryPointOutput: offset 0, type 8b52, size
1
, index 0, binding -1, stages 16
Test/baseResults/hlsl.reflection.binding.frag.out
View file @
879562b7
...
...
@@ -22,5 +22,5 @@ Buffer block reflection:
Pipeline input reflection:
Pipeline output reflection:
psout.Color: offset 0, type 8b52, size
0
, index 0, binding -1, stages 16
psout.Color: offset 0, type 8b52, size
1
, index 0, binding -1, stages 16
Test/baseResults/hlsl.reflection.vert.out
View file @
879562b7
...
...
@@ -72,11 +72,11 @@ Buffer variable reflection:
Buffer block reflection:
Pipeline input reflection:
attributeFloat: offset 0, type 1406, size
0
, index 0, binding -1, stages 1
attributeFloat2: offset 0, type 8b50, size
0
, index 0, binding -1, stages 1
attributeFloat3: offset 0, type 8b51, size
0
, index 0, binding -1, stages 1
attributeFloat4: offset 0, type 8b52, size
0
, index 0, binding -1, stages 1
attributeMat4: offset 0, type 8b5c, size
0
, index 0, binding -1, stages 1
attributeFloat: offset 0, type 1406, size
1
, index 0, binding -1, stages 1
attributeFloat2: offset 0, type 8b50, size
1
, index 0, binding -1, stages 1
attributeFloat3: offset 0, type 8b51, size
1
, index 0, binding -1, stages 1
attributeFloat4: offset 0, type 8b52, size
1
, index 0, binding -1, stages 1
attributeMat4: offset 0, type 8b5c, size
1
, index 0, binding -1, stages 1
Pipeline output reflection:
Test/baseResults/hlsl.shift.per-set.frag.out
View file @
879562b7
...
...
@@ -233,5 +233,5 @@ Buffer block reflection:
Pipeline input reflection:
Pipeline output reflection:
@entryPointOutput: offset 0, type 8b52, size
0
, index 0, binding -1, stages 16
@entryPointOutput: offset 0, type 8b52, size
1
, index 0, binding -1, stages 16
Test/baseResults/reflection.linked.out
View file @
879562b7
...
...
@@ -13,8 +13,8 @@ Buffer variable reflection:
Buffer block reflection:
Pipeline input reflection:
vertin: offset 0, type 1406, size
0
, index 0, binding -1, stages 1
vertin: offset 0, type 1406, size
1
, index 0, binding -1, stages 1
Pipeline output reflection:
fragout: offset 0, type 1406, size
0
, index 0, binding -1, stages 16
fragout: offset 0, type 1406, size
1
, index 0, binding -1, stages 16
Test/baseResults/reflection.options.vert.out
View file @
879562b7
...
...
@@ -40,4 +40,5 @@ outval.val: offset 0, type 1406, size 1, index 0, binding -1, stages 1
outval.a: offset 0, type 8b51, size 1, index 0, binding -1, stages 1
outval.b[0]: offset 0, type 8b50, size 4, index 0, binding -1, stages 1
outval.c: offset 0, type 8b5a, size 1, index 0, binding -1, stages 1
outarr[0]: offset 0, type 1406, size 3, index 0, binding -1, stages 1
Test/baseResults/reflection.vert.out
View file @
879562b7
...
...
@@ -151,12 +151,13 @@ Buffer variable reflection:
Buffer block reflection:
Pipeline input reflection:
attributeFloat: offset 0, type 1406, size 0, index 0, binding -1, stages 1
attributeFloat2: offset 0, type 8b50, size 0, index 0, binding -1, stages 1
attributeFloat3: offset 0, type 8b51, size 0, index 0, binding -1, stages 1
attributeFloat4: offset 0, type 8b52, size 0, index 0, binding -1, stages 1
attributeMat4: offset 0, type 8b5c, size 0, index 0, binding -1, stages 1
gl_InstanceID: offset 0, type 1404, size 0, index 0, binding -1, stages 1
attributeFloat: offset 0, type 1406, size 1, index 0, binding -1, stages 1
attributeFloat2: offset 0, type 8b50, size 1, index 0, binding -1, stages 1
attributeFloat3: offset 0, type 8b51, size 1, index 0, binding -1, stages 1
attributeFloat4: offset 0, type 8b52, size 1, index 0, binding -1, stages 1
attributeMat4: offset 0, type 8b5c, size 1, index 0, binding -1, stages 1
attributeFloatArray: offset 0, type 1406, size 3, index 0, binding -1, stages 1
gl_InstanceID: offset 0, type 1404, size 1, index 0, binding -1, stages 1
Pipeline output reflection:
Test/reflection.options.vert
View file @
879562b7
...
...
@@ -34,6 +34,7 @@ struct OutputStruct {
};
out
OutputStruct
outval
;
out
float
outarr
[
3
];
void
main
()
{
...
...
@@ -48,4 +49,5 @@ void main()
f
+=
ubo
.
flt
[
gl_InstanceID
];
TriangleInfo
tlocal
[
5
]
=
t
;
outval
.
val
=
f
;
outarr
[
2
]
=
f
;
}
Test/reflection.vert
View file @
879562b7
...
...
@@ -107,6 +107,7 @@ layout(location = 2) in vec2 attributeFloat2;
in
vec3
attributeFloat3
;
in
vec4
attributeFloat4
;
in
mat4
attributeMat4
;
in
float
attributeFloatArray
[
3
];
uniform
deep3
deepA
[
2
],
deepB
[
2
],
deepC
[
3
],
deepD
[
2
];
...
...
@@ -223,6 +224,7 @@ void main()
f
+=
attributeFloat3
.
x
;
f
+=
attributeFloat4
.
x
;
f
+=
attributeMat4
[
0
][
1
];
f
+=
attributeFloatArray
[
2
];
f
+=
buf1i
.
runtimeArray
[
3
];
f
+=
buf2i
.
runtimeArray
[
3
].
c
;
f
+=
buf3i
.
runtimeArray
[
gl_InstanceID
];
...
...
glslang/MachineIndependent/reflection.cpp
View file @
879562b7
...
...
@@ -121,7 +121,7 @@ public:
}
// by convention if this is an arrayed block we ignore the array in the reflection
if
(
type
.
isArray
())
{
if
(
type
.
isArray
()
&&
type
.
getBasicType
()
==
EbtBlock
)
{
blowUpIOAggregate
(
input
,
baseName
,
TType
(
type
,
0
));
}
else
{
blowUpIOAggregate
(
input
,
baseName
,
type
);
...
...
@@ -130,7 +130,8 @@ public:
TReflection
::
TNameToIndex
::
const_iterator
it
=
reflection
.
nameToIndex
.
find
(
name
.
c_str
());
if
(
it
==
reflection
.
nameToIndex
.
end
())
{
reflection
.
nameToIndex
[
name
.
c_str
()]
=
(
int
)
ioItems
.
size
();
ioItems
.
push_back
(
TObjectReflection
(
name
.
c_str
(),
type
,
0
,
mapToGlType
(
type
),
0
,
0
));
ioItems
.
push_back
(
TObjectReflection
(
name
.
c_str
(),
type
,
0
,
mapToGlType
(
type
),
mapToGlArraySize
(
type
),
0
));
EShLanguageMask
&
stages
=
ioItems
.
back
().
stages
;
stages
=
static_cast
<
EShLanguageMask
>
(
stages
|
1
<<
intermediate
.
getStage
());
...
...
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