Home | History | Annotate | Download | only in hlsl

Lines Matching refs:EOpNull

2825             // Index operator if it's an aggregate, else EOpNull
2828 : EOpNull;
2829 if (accessOp == EOpNull) {
3085 return EOpNull;
3326 TOperator constructOp = EOpNull;
3782 TOperator constructOp = EOpNull;
3821 TOperator constructOp = EOpNull;
4082 TOperator constructOp = EOpNull;
4374 TIntermAggregate* initList = new TIntermAggregate(EOpNull);
5009 TOperator constructOp = EOpNull;
5011 case 1: constructOp = EOpNull; break; // direct use, no construct needed
5060 TOperator constructOp = EOpNull;
5062 case 1: constructOp = EOpNull; break; // direct use, no construct needed
5254 if (op != EOpNull) {
5355 if (builtIn && op != EOpNull) {
5375 // if builtIn == true, it's definitely a built-in function with EOpNull
5967 if (op == EOpNull) {
6478 // not EOpNull.)
6482 (node->getAsAggregate() == nullptr || node->getAsAggregate()->getOp() != EOpNull);
7875 if (initializer->getAsAggregate() && initializer->getAsAggregate()->getOp() == EOpNull)
7965 if (initList == nullptr || initList->getOp() != EOpNull) {
8177 if (aggrNode->getOp() != EOpNull)