Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp146 …spv::Id createInvertedSwizzle(spv::Decoration precision, const glslang::TIntermTyped&, spv::Id par…
1929 result = createInvertedSwizzle(decorations.precision, *node->getOperand(), result); in visitUnary()
2490 … result = createInvertedSwizzle(precision, *glslangOperands[0]->getAsBinaryNode(), result); in visitAggregate()
2940 spv::Id TGlslangToSpvTraverser::createInvertedSwizzle(spv::Decoration precision, const glslang::TIn… in createInvertedSwizzle() function in __anon26c506720111::TGlslangToSpvTraverser