Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp277 …const auto makeLoad = [&](TIntermSymbol* rhsTmp, TIntermTyped* object, TIntermTyped* coord, const … in handleLvalue() argument
285 … intermediate.addAssign(EOpAssign, rhsTmp, loadOp, loc), in handleLvalue()
290 const auto makeStore = [&](TIntermTyped* object, TIntermTyped* coord, TIntermSymbol* rhsTmp) { in handleLvalue() argument
294 storeOp->getSequence().push_back(intermediate.addSymbol(*rhsTmp)); in handleLvalue()
309 …const auto finishSequence = [&](TIntermSymbol* rhsTmp, const TType& derefType) -> TIntermAggregate… in handleLvalue() argument
311 sequence = intermediate.growAggregate(sequence, intermediate.addSymbol(*rhsTmp)); in handleLvalue()
320 const auto makeUnary = [&](TOperator op, TIntermSymbol* rhsTmp) { in handleLvalue() argument
322 … intermediate.addUnaryNode(op, intermediate.addSymbol(*rhsTmp), loc, in handleLvalue()
323 rhsTmp->getType()), in handleLvalue()
430 TIntermSymbol* rhsTmp = rhs->getAsSymbolNode(); in handleLvalue() local
[all …]