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
ea98c46c
Commit
ea98c46c
authored
Mar 24, 2020
by
Neslisah Torosdagli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spirv.hpp reverted to commit
f368dcbb
parent
67c7bc40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
spirv.hpp
SPIRV/spirv.hpp
+0
-27
No files found.
SPIRV/spirv.hpp
View file @
ea98c46c
// Copyright (c) 2014-2020 The Khronos Group Inc.
// Copyright (c) 2014-2020 The Khronos Group Inc.
// Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and/or associated documentation files (the "Materials"),
// of this software and/or associated documentation files (the "Materials"),
...
@@ -1940,31 +1939,6 @@ inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResultType) {
...
@@ -1940,31 +1939,6 @@ inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResultType) {
case
OpRayQueryGetIntersectionObjectToWorldKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionObjectToWorldKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionWorldToObjectKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionWorldToObjectKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpExecuteCallableNV
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpExecuteCallableNV
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpTypeAccelerationStructureKHR
:
*
hasResult
=
true
;
*
hasResultType
=
false
;
break
;
case
OpTypeRayQueryProvisionalKHR
:
*
hasResult
=
true
;
*
hasResultType
=
false
;
break
;
case
OpRayQueryInitializeKHR
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpRayQueryTerminateKHR
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpRayQueryGenerateIntersectionKHR
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpRayQueryConfirmIntersectionKHR
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpRayQueryProceedKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionTypeKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetRayTMinKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetRayFlagsKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionTKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionInstanceCustomIndexKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionInstanceIdKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionGeometryIndexKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionPrimitiveIndexKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionBarycentricsKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionFrontFaceKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionCandidateAABBOpaqueKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionObjectRayDirectionKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionObjectRayOriginKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetWorldRayDirectionKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetWorldRayOriginKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionObjectToWorldKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpRayQueryGetIntersectionWorldToObjectKHR
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpTypeCooperativeMatrixNV
:
*
hasResult
=
true
;
*
hasResultType
=
false
;
break
;
case
OpTypeCooperativeMatrixNV
:
*
hasResult
=
true
;
*
hasResultType
=
false
;
break
;
case
OpCooperativeMatrixLoadNV
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpCooperativeMatrixLoadNV
:
*
hasResult
=
true
;
*
hasResultType
=
true
;
break
;
case
OpCooperativeMatrixStoreNV
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
case
OpCooperativeMatrixStoreNV
:
*
hasResult
=
false
;
*
hasResultType
=
false
;
break
;
...
@@ -2137,4 +2111,3 @@ inline RayFlagsMask operator|(RayFlagsMask a, RayFlagsMask b) { return RayFlagsM
...
@@ -2137,4 +2111,3 @@ inline RayFlagsMask operator|(RayFlagsMask a, RayFlagsMask b) { return RayFlagsM
}
// end namespace spv
}
// end namespace spv
#endif // #ifndef spirv_HPP
#endif // #ifndef spirv_HPP
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