Home | History | Annotate | Download | only in hlsl

Lines Matching refs:rValue

2375     // If this is a complex rvalue, we don't want to dereference it many times.  Create a temporary.
2444 // This is the rvalue or lvalue holding the clip or cull distance.
3435 TIntermTyped* rValue;
3437 rValue = argValue;
3439 rValue = intermediate.addIndex(EOpIndexDirect, argValue, idxConst, loc);
3441 rValue->setType(indexType);
3444 TIntermTyped* assign = intermediate.addAssign(EOpAssign, lValue, rValue, loc);
3545 TIntermTyped* rValue = argAggregate->getSequence()[1]->getAsTyped();
3550 node = intermediate.addAssign(EOpAssign, lValue, rValue, loc);