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
4ce5b562
Commit
4ce5b562
authored
Oct 16, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #1103: clip() works on int/uint.
parent
5889fa03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
hlsl.intrinsics.frag.out
Test/baseResults/hlsl.intrinsics.frag.out
+0
-0
hlslParseables.cpp
hlsl/hlslParseables.cpp
+3
-3
No files found.
Test/baseResults/hlsl.intrinsics.frag.out
View file @
4ce5b562
This source diff could not be displayed because it is too large. You can
view the blob
instead.
hlsl/hlslParseables.cpp
View file @
4ce5b562
...
...
@@ -567,8 +567,8 @@ void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, c
unsigned
int
stage
;
// stage mask
bool
method
;
// true if it's a method.
}
hlslIntrinsics
[]
=
{
// name retOrd retType argOrder argType
stage mask
// -----------------------------------------------------------------------------------------------
// name retOrd retType argOrder argType
stage mask method
// -----------------------------------------------------------------------------------------------
-----------------
{
"abort"
,
nullptr
,
nullptr
,
"-"
,
"-"
,
EShLangAll
,
false
},
{
"abs"
,
nullptr
,
nullptr
,
"SVM"
,
"DFUI"
,
EShLangAll
,
false
},
{
"acos"
,
nullptr
,
nullptr
,
"SVM"
,
"F"
,
EShLangAll
,
false
},
...
...
@@ -587,7 +587,7 @@ void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, c
{
"ceil"
,
nullptr
,
nullptr
,
"SVM"
,
"F"
,
EShLangAll
,
false
},
{
"CheckAccessFullyMapped"
,
"S"
,
"B"
,
"S"
,
"U"
,
EShLangPSCS
,
false
},
{
"clamp"
,
nullptr
,
nullptr
,
"SVM,,"
,
"FUI,,"
,
EShLangAll
,
false
},
{
"clip"
,
"-"
,
"-"
,
"SVM"
,
"F
"
,
EShLangPS
,
false
},
{
"clip"
,
"-"
,
"-"
,
"SVM"
,
"F
UI"
,
EShLangPS
,
false
},
{
"cos"
,
nullptr
,
nullptr
,
"SVM"
,
"F"
,
EShLangAll
,
false
},
{
"cosh"
,
nullptr
,
nullptr
,
"SVM"
,
"F"
,
EShLangAll
,
false
},
{
"countbits"
,
nullptr
,
nullptr
,
"SV"
,
"UI"
,
EShLangAll
,
false
},
...
...
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