Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h63 DCE_TYPES = (1<<6), enumerator
67 DCE_ALL = (DCE_FUNCS | DCE_VARS | DCE_TYPES),
DSPVRemapper.cpp1447 if (options & DCE_TYPES) dceTypes(); in remap()
/external/deqp-deps/glslang/
DREADME-spirv-remap.txt130 DCE_TYPES = remove dead types
133 DCE_ALL = (DCE_FUNCS | DCE_VARS | DCE_TYPES)
/external/deqp-deps/glslang/StandAlone/
Dspirv-remap.cpp262 options = (options | spv::spirvbin_t::DCE_TYPES); in parseCmdLine()