Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ GetTrivialNameMapper
Function
GetTrivialNameMapper
source/name_mapper.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace spvtools {
35
36
NameMapper GetTrivialNameMapper() {
37
return [](uint32_t i) { return spvtools::to_string(i); };
38
}
39
40
FriendlyNameMapper::FriendlyNameMapper(const spv_const_context context,
41
const uint32_t* code,
Callers
5
spvInstructionBinaryToText
Function · 0.85
spvBinaryToText
Function · 0.85
Output
Method · 0.85
ValidationState_t
Method · 0.85
TEST
Function · 0.85
Calls
1
to_string
Function · 0.70
Tested by
1
TEST
Function · 0.68