Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2885 const bool contains8BitType = node->getType().containsBasicType(glslang::EbtInt8) || in createSpvVariable() local
2887 if (contains8BitType) { in createSpvVariable()