Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2854 const bool contains16BitType = node->getType().containsBasicType(glslang::EbtFloat16) || in createSpvVariable() local
2857 if (contains16BitType) { in createSpvVariable()