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
3a13a0c7
Commit
3a13a0c7
authored
May 20, 2015
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct some English spellings of SPIR-V.
git-svn-id:
https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31237
e7fa87d3-cd2b-0410-9028-fcbf551c1848
parent
01685c3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
README-spirv-remap.txt
README-spirv-remap.txt
+4
-4
SPVRemapper.h
SPIRV/SPVRemapper.h
+1
-1
No files found.
README-spirv-remap.txt
View file @
3a13a0c7
...
@@ -5,9 +5,9 @@ spirv-remap 0.97
...
@@ -5,9 +5,9 @@ spirv-remap 0.97
INTRO:
INTRO:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
spirv-remap is a utility to improve compression of SPIRV binary files via
spirv-remap is a utility to improve compression of SPIR
-
V binary files via
entropy reduction, plus optional stripping of debug information and
entropy reduction, plus optional stripping of debug information and
load/store optimization. It transforms SPIR
V to SPIR
V, remapping IDs. The
load/store optimization. It transforms SPIR
-V to SPIR-
V, remapping IDs. The
resulting modules have an increased ID range (IDs are not as tightly packed
resulting modules have an increased ID range (IDs are not as tightly packed
around zero), but will compress better when multiple modules are compressed
around zero), but will compress better when multiple modules are compressed
together, since compressor's dictionary can find better cross module
together, since compressor's dictionary can find better cross module
...
@@ -87,10 +87,10 @@ public:
...
@@ -87,10 +87,10 @@ public:
The class definition is in SPVRemapper.cpp.
The class definition is in SPVRemapper.cpp.
remap() accepts an std::vector of SPIRV words, modifies them per the
remap() accepts an std::vector of SPIR
-
V words, modifies them per the
request given in 'opts', and leaves the 'spv' container with the result.
request given in 'opts', and leaves the 'spv' container with the result.
It is safe to instantiate one spirvbin_t per thread and process a different
It is safe to instantiate one spirvbin_t per thread and process a different
SPIRV in each.
SPIR
-
V in each.
The "opts" parameter to remap() accepts a bit mask of desired remapping
The "opts" parameter to remap() accepts a bit mask of desired remapping
options. See REMAPPING AND OPTIMIZATION OPTIONS.
options. See REMAPPING AND OPTIMIZATION OPTIONS.
...
...
SPIRV/SPVRemapper.h
View file @
3a13a0c7
...
@@ -105,7 +105,7 @@ public:
...
@@ -105,7 +105,7 @@ public:
namespace
spv
{
namespace
spv
{
// class to hold SPIRV binary data for remapping, DCE, and debug stripping
// class to hold SPIR
-
V binary data for remapping, DCE, and debug stripping
class
spirvbin_t
:
public
spirvbin_base_t
class
spirvbin_t
:
public
spirvbin_base_t
{
{
public
:
public
:
...
...
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