OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstMappedID
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp
545
static const std::uint32_t
firstMappedID
= 3019; // offset into ID space
553
localId(name.second, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
561
static const std::uint32_t
firstMappedID
= 6203; // offset into ID space
611
localId(resId, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
668
localId(id, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp
545
static const std::uint32_t
firstMappedID
= 3019; // offset into ID space
553
localId(name.second, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
561
static const std::uint32_t
firstMappedID
= 6203; // offset into ID space
611
localId(resId, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
668
localId(id, nextUnusedId(hashval % softTypeIdLimit +
firstMappedID
));
[
all
...]
Completed in 46 milliseconds