Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h738 Id accessChainGetLValue();
DGlslangToSpv.cpp2181 length = builder.createArrayLength(builder.accessChainGetLValue(), member); in visitUnary()
2237 operand = builder.accessChainGetLValue(); // Special case l-value operands in visitUnary()
3009 operands.push_back(builder.accessChainGetLValue()); in visitAggregate()
4200 spv::Id lValue = builder.accessChainGetLValue(); in multiTypeStore()
4705 arguments.push_back(builder.accessChainGetLValue()); in translateArguments()
5359 arg = builder.accessChainGetLValue(); in handleUserFunctionCall()
DSpvBuilder.cpp2884 Id Builder::accessChainGetLValue() in accessChainGetLValue() function in spv::Builder