Home | History | Annotate | Download | only in hlsl

Lines Matching refs:compoundStatement

3996             TIntermAggregate* compoundStatement = intermediate.makeAggregate(sizeQueryAssign, loc);
4016 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign);
4029 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign);
4042 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign);
4045 compoundStatement->setOperator(EOpSequence);
4046 compoundStatement->setLoc(loc);
4047 compoundStatement->setType(TType(EbtVoid));
4049 node = compoundStatement;
4439 TIntermAggregate* compoundStatement = nullptr;
4445 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign);
4481 compoundStatement = intermediate.growAggregate(compoundStatement, test);
4482 compoundStatement->setOperator(EOpSequence);
4483 compoundStatement->setLoc(loc);
4484 compoundStatement->setType(TType(EbtFloat, EvqTemporary, 2));
4486 node = compoundStatement;
4711 TIntermAggregate* compoundStatement = intermediate.makeAggregate(sinAssign, loc);
4712 compoundStatement = intermediate.growAggregate(compoundStatement, cosAssign);
4713 compoundStatement->setOperator(EOpSequence);
4714 compoundStatement->setLoc(loc);
4715 compoundStatement->setType(TType(EbtVoid));
4717 node = compoundStatement;
5147 TIntermAggregate* compoundStatement = intermediate.makeAggregate(tmpArgAssign, loc);
5167 compoundStatement = intermediate.growAggregate(compoundStatement, andNode);
5168 compoundStatement->setOperator(EOpSequence);
5169 compoundStatement->setLoc(loc);
5170 compoundStatement->setType(boolType);
5172 node = compoundStatement;