Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h58 MAP_TYPES = (1<<1), enumerator
66 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS),
DSPVRemapper.cpp1458 if (options & MAP_TYPES) mapTypeConst(); in remap()
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt125 MAP_TYPES = canonicalize type IDs
132 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS)
/external/deqp-deps/glslang/StandAlone/
Dspirv-remap.cpp278 options = (options | spv::spirvbin_t::MAP_TYPES); in parseCmdLine()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java287 public static final String MAP_TYPES = "mapTypes"; field in LDMLConstants