Home
last modified time | relevance | path

Searched refs:MAP_TYPES (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/SPIRV/
DSPVRemapper.h52 MAP_TYPES = (1<<1), enumerator
60 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS),
DSPVRemapper.cpp1489 if (options & MAP_TYPES) mapTypeConst(); in remap()
/third_party/glslang/
DREADME-spirv-remap.txt125 MAP_TYPES = canonicalize type IDs
132 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS)
/third_party/glslang/StandAlone/
Dspirv-remap.cpp329 options = (options | spv::spirvbin_t::MAP_TYPES); in parseCmdLine()