Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h735 bool isSpvLvalue() const { return accessChain.swizzle.size() <= 1; } in isSpvLvalue() function
DGlslangToSpv.cpp2998 if (invertedType == spv::NoType && !builder.isSpvLvalue()) { in visitAggregate()