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
fe0b2bd6
Unverified
Commit
fe0b2bd6
authored
Sep 12, 2019
by
John Kessenich
Committed by
GitHub
Sep 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1897 from dj2/unused
Comment out unused params; Fix type warning.
parents
fdd13ca1
23e9f5ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
Initialize.cpp
glslang/MachineIndependent/Initialize.cpp
+9
-10
No files found.
glslang/MachineIndependent/Initialize.cpp
View file @
fe0b2bd6
...
@@ -152,12 +152,12 @@ EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECo
...
@@ -152,12 +152,12 @@ EProfile EDesktopProfile = static_cast<EProfile>(ENoProfile | ECoreProfile | ECo
{
EDesktopProfile
,
0
,
130
,
0
,
nullptr
},
{
EDesktopProfile
,
0
,
130
,
0
,
nullptr
},
{
EBadProfile
}
};
{
EBadProfile
}
};
const
Versioning
*
Es300Desktop130
=
&
Es300Desktop130Version
[
0
];
const
Versioning
*
Es300Desktop130
=
&
Es300Desktop130Version
[
0
];
const
Versioning
Es310Desktop430Version
[]
=
{
{
EEsProfile
,
0
,
310
,
0
,
nullptr
},
const
Versioning
Es310Desktop430Version
[]
=
{
{
EEsProfile
,
0
,
310
,
0
,
nullptr
},
{
EDesktopProfile
,
0
,
430
,
0
,
nullptr
},
{
EDesktopProfile
,
0
,
430
,
0
,
nullptr
},
{
EBadProfile
}
};
{
EBadProfile
}
};
const
Versioning
*
Es310Desktop430
=
&
Es310Desktop430Version
[
0
];
const
Versioning
*
Es310Desktop430
=
&
Es310Desktop430Version
[
0
];
const
Versioning
Es310Desktop450Version
[]
=
{
{
EEsProfile
,
0
,
310
,
0
,
nullptr
},
const
Versioning
Es310Desktop450Version
[]
=
{
{
EEsProfile
,
0
,
310
,
0
,
nullptr
},
{
EDesktopProfile
,
0
,
450
,
0
,
nullptr
},
{
EDesktopProfile
,
0
,
450
,
0
,
nullptr
},
{
EBadProfile
}
};
{
EBadProfile
}
};
...
@@ -357,7 +357,7 @@ void AddTabledBuiltin(TString& decls, const BuiltInFunction& function)
...
@@ -357,7 +357,7 @@ void AddTabledBuiltin(TString& decls, const BuiltInFunction& function)
}
}
// See if the tabled versioning information allows the current version.
// See if the tabled versioning information allows the current version.
bool
ValidVersion
(
const
BuiltInFunction
&
function
,
int
version
,
EProfile
profile
,
const
SpvVersion
&
spvVersion
)
bool
ValidVersion
(
const
BuiltInFunction
&
function
,
int
version
,
EProfile
profile
,
const
SpvVersion
&
/* spVersion */
)
{
{
#ifdef GLSLANG_WEB
#ifdef GLSLANG_WEB
// all entries in table are valid
// all entries in table are valid
...
@@ -417,8 +417,7 @@ void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersio
...
@@ -417,8 +417,7 @@ void TBuiltIns::addTabledBuiltins(int version, EProfile profile, const SpvVersio
}
}
// Relate all tables of built-ins to the AST operators.
// Relate all tables of built-ins to the AST operators.
void
TBuiltIns
::
relateTabledBuiltins
(
int
version
,
EProfile
profile
,
const
SpvVersion
&
spvVersion
,
EShLanguage
stage
,
void
TBuiltIns
::
relateTabledBuiltins
(
int
/* version */
,
EProfile
/* profile */
,
const
SpvVersion
&
/* spvVersion */
,
EShLanguage
/* stage */
,
TSymbolTable
&
symbolTable
)
TSymbolTable
&
symbolTable
)
{
{
RelateTabledBuiltins
(
BaseFunctions
,
symbolTable
);
RelateTabledBuiltins
(
BaseFunctions
,
symbolTable
);
RelateTabledBuiltins
(
DerivativeFunctions
,
symbolTable
);
RelateTabledBuiltins
(
DerivativeFunctions
,
symbolTable
);
...
@@ -3721,7 +3720,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
...
@@ -3721,7 +3720,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
"
\n
"
);
"
\n
"
);
}
}
if
((
profile
!=
EEsProfile
&&
version
>=
450
)
||
if
((
profile
!=
EEsProfile
&&
version
>=
450
)
||
(
profile
==
EEsProfile
&&
version
>=
320
))
{
(
profile
==
EEsProfile
&&
version
>=
320
))
{
commonBuiltins
.
append
(
commonBuiltins
.
append
(
"struct gl_TextureFootprint2DNV {"
"struct gl_TextureFootprint2DNV {"
...
@@ -5047,7 +5046,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
...
@@ -5047,7 +5046,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
if
((
profile
!=
EEsProfile
&&
version
>=
450
)
||
(
profile
==
EEsProfile
&&
version
>=
320
))
{
if
((
profile
!=
EEsProfile
&&
version
>=
450
)
||
(
profile
==
EEsProfile
&&
version
>=
320
))
{
stageBuiltins
[
EShLangMeshNV
].
append
(
stageBuiltins
[
EShLangMeshNV
].
append
(
"void writePackedPrimitiveIndices4x8NV(uint, uint);"
"void writePackedPrimitiveIndices4x8NV(uint, uint);"
"
\n
"
);
"
\n
"
);
}
}
#endif
#endif
...
@@ -5986,7 +5985,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
...
@@ -5986,7 +5985,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
// GL_ARB_shader_ballot
// GL_ARB_shader_ballot
if
(
profile
!=
EEsProfile
&&
version
>=
450
)
{
if
(
profile
!=
EEsProfile
&&
version
>=
450
)
{
const
char
*
ballotDecls
=
const
char
*
ballotDecls
=
"uniform uint gl_SubGroupSizeARB;"
"uniform uint gl_SubGroupSizeARB;"
"in uint gl_SubGroupInvocationARB;"
"in uint gl_SubGroupInvocationARB;"
"in uint64_t gl_SubGroupEqMaskARB;"
"in uint64_t gl_SubGroupEqMaskARB;"
...
@@ -5995,7 +5994,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
...
@@ -5995,7 +5994,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
"in uint64_t gl_SubGroupLeMaskARB;"
"in uint64_t gl_SubGroupLeMaskARB;"
"in uint64_t gl_SubGroupLtMaskARB;"
"in uint64_t gl_SubGroupLtMaskARB;"
"
\n
"
;
"
\n
"
;
const
char
*
fragmentBallotDecls
=
const
char
*
fragmentBallotDecls
=
"uniform uint gl_SubGroupSizeARB;"
"uniform uint gl_SubGroupSizeARB;"
"flat in uint gl_SubGroupInvocationARB;"
"flat in uint gl_SubGroupInvocationARB;"
"flat in uint64_t gl_SubGroupEqMaskARB;"
"flat in uint64_t gl_SubGroupEqMaskARB;"
...
@@ -6287,7 +6286,7 @@ void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, c
...
@@ -6287,7 +6286,7 @@ void TBuiltIns::add2ndGenerationSamplingImaging(int version, EProfile profile, c
continue
;
continue
;
// Loop over the bTypes
// Loop over the bTypes
for
(
in
t
bType
=
0
;
bType
<
sizeof
(
bTypes
)
/
sizeof
(
TBasicType
);
++
bType
)
{
for
(
size_
t
bType
=
0
;
bType
<
sizeof
(
bTypes
)
/
sizeof
(
TBasicType
);
++
bType
)
{
#ifndef GLSLANG_WEB
#ifndef GLSLANG_WEB
if
(
bTypes
[
bType
]
==
EbtFloat16
&&
(
profile
==
EEsProfile
||
version
<
450
))
if
(
bTypes
[
bType
]
==
EbtFloat16
&&
(
profile
==
EEsProfile
||
version
<
450
))
continue
;
continue
;
...
...
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