Lines Matching refs:argAggregate

3249     TIntermAggregate* argAggregate = arguments->getAsAggregate();  in decomposeStructBufferMethods()  local
3255 if (argAggregate) { in decomposeStructBufferMethods()
3256 if (argAggregate->getSequence().empty()) in decomposeStructBufferMethods()
3258 bufferObj = argAggregate->getSequence()[0]->getAsTyped(); in decomposeStructBufferMethods()
3292 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3324 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3391 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods()
3392 TIntermTyped* argValue = argAggregate->getSequence()[2]->getAsTyped(); // value in decomposeStructBufferMethods()
3457 const int numArgs = (int)argAggregate->getSequence().size(); in decomposeStructBufferMethods()
3458 … TIntermTyped* argNumItems = argAggregate->getSequence()[1]->getAsTyped(); // out num items in decomposeStructBufferMethods()
3459 …TIntermTyped* argStride = numArgs > 2 ? argAggregate->getSequence()[2]->getAsTyped() : nullptr; … in decomposeStructBufferMethods()
3508 TIntermSequence& sequence = argAggregate->getSequence(); in decomposeStructBufferMethods()
3545 TIntermTyped* rValue = argAggregate->getSequence()[1]->getAsTyped(); in decomposeStructBufferMethods()
3746 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeSampleMethods() local
3753 if (argAggregate == nullptr) { in decomposeSampleMethods()
3757 if (argAggregate->getSequence().size() == 0 || in decomposeSampleMethods()
3758 argAggregate->getSequence()[0]->getAsTyped()->getBasicType() != EbtSampler) in decomposeSampleMethods()
3768 if (argAggregate->getSequence().size() == 4) in decomposeSampleMethods()
3775 TIntermTyped *argSamp = argAggregate->getSequence()[0]->getAsTyped(); // sampler in decomposeSampleMethods()
3776 TIntermTyped *argCoord = argAggregate->getSequence()[1]->getAsTyped(); // coord in decomposeSampleMethods()
3813 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); // sampler in decomposeSampleMethods()
3814 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); // coord in decomposeSampleMethods()
3854 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
3855 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
3856 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
3864 argBias = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
3868 … if ((int)argAggregate->getSequence().size() == (nextArg+1)) { // last parameter is offset form in decomposeSampleMethods()
3870 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped(); in decomposeSampleMethods()
3892 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
3893 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
3894 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
3895 TIntermTyped* argDDX = argAggregate->getSequence()[3]->getAsTyped(); in decomposeSampleMethods()
3896 TIntermTyped* argDDY = argAggregate->getSequence()[4]->getAsTyped(); in decomposeSampleMethods()
3902 if (argAggregate->getSequence().size() == 6) { // last parameter is offset form in decomposeSampleMethods()
3904 argOffset = argAggregate->getSequence()[5]->getAsTyped(); in decomposeSampleMethods()
3932 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
3941 const int numArgs = (int)argAggregate->getSequence().size(); in decomposeSampleMethods()
3980 TIntermTyped* queryLod = mipQuery ? argAggregate->getSequence()[1]->getAsTyped() : in decomposeSampleMethods()
4013 … TIntermTyped* outParam = argAggregate->getSequence()[outParamBase + compNum]->getAsTyped(); in decomposeSampleMethods()
4021 … TIntermTyped* outParam = argAggregate->getSequence()[outParamBase + numDims]->getAsTyped(); in decomposeSampleMethods()
4034 … TIntermTyped* outParam = argAggregate->getSequence()[outParamBase + numDims]->getAsTyped(); in decomposeSampleMethods()
4057 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4058 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4059 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
4060 TIntermTyped* argCmpVal = argAggregate->getSequence()[3]->getAsTyped(); in decomposeSampleMethods()
4076 if (argAggregate->getSequence().size() > 4) in decomposeSampleMethods()
4077 argOffset = argAggregate->getSequence()[4]->getAsTyped(); in decomposeSampleMethods()
4129 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4130 TIntermTyped* argCoord = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4161 const int numArgs = (int)argAggregate->getSequence().size(); in decomposeSampleMethods()
4176 TIntermTyped* argSampleIdx = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
4190 argOffset = argAggregate->getSequence()[offsetPos]->getAsTyped(); in decomposeSampleMethods()
4201 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4202 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4203 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
4204 TIntermTyped* argLod = argAggregate->getSequence()[3]->getAsTyped(); in decomposeSampleMethods()
4208 const int numArgs = (int)argAggregate->getSequence().size(); in decomposeSampleMethods()
4211 argOffset = argAggregate->getSequence()[4]->getAsTyped(); in decomposeSampleMethods()
4232 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4233 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4234 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
4238 if (argAggregate->getSequence().size() > 3) in decomposeSampleMethods()
4239 argOffset = argAggregate->getSequence()[3]->getAsTyped(); in decomposeSampleMethods()
4297 TIntermTyped* argTex = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4298 TIntermTyped* argSamp = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4299 TIntermTyped* argCoord = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4307 const int argSize = (int)argAggregate->getSequence().size(); in decomposeSampleMethods()
4336 argCmp = argOffset = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4341 argOffset = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4348 argOffsets[offsetNum] = argAggregate->getSequence()[arg++]->getAsTyped(); in decomposeSampleMethods()
4404 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4405 TIntermTyped* argSamp = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4406 TIntermTyped* argCoord = argAggregate->getSequence()[2]->getAsTyped(); in decomposeSampleMethods()
4431 TIntermTyped* argTex = argAggregate->getSequence()[0]->getAsTyped(); in decomposeSampleMethods()
4432 TIntermTyped* argSampIdx = argAggregate->getSequence()[1]->getAsTyped(); in decomposeSampleMethods()
4494 argAggregate ? argAggregate->getSequence()[0]->getAsTyped() : in decomposeSampleMethods()
4501 if (argAggregate != nullptr && argAggregate->getSequence().size() > 1) in decomposeSampleMethods()
4524 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeGeometryMethods() local
4528 if (argAggregate) { in decomposeGeometryMethods()
4541 TIntermTyped* data = argAggregate->getSequence()[1]->getAsTyped(); in decomposeGeometryMethods()
4626 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeIntrinsic() local
4636 TIntermTyped* arg0 = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic()
4637 TIntermTyped* arg1 = argAggregate->getSequence()[0]->getAsTyped(); in decomposeIntrinsic()
4702 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); in decomposeIntrinsic()
4703 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic()
4704 TIntermTyped* arg2 = argAggregate->getSequence()[2]->getAsTyped(); in decomposeIntrinsic()
4795 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); in decomposeIntrinsic()
4796 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic()
4828 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); // dest in decomposeIntrinsic()
4829 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); // value in decomposeIntrinsic()
4832 if (argAggregate->getSequence().size() > 2) in decomposeIntrinsic()
4833 arg2 = argAggregate->getSequence()[2]->getAsTyped(); in decomposeIntrinsic()
4847 if (argAggregate->getSequence().size() > 2) { in decomposeIntrinsic()
4855 if (argAggregate->getSequence().size() > 2) { in decomposeIntrinsic()
4873 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); // dest in decomposeIntrinsic()
4874 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); // cmp in decomposeIntrinsic()
4875 TIntermTyped* arg2 = argAggregate->getSequence()[2]->getAsTyped(); // value in decomposeIntrinsic()
4876 TIntermTyped* arg3 = argAggregate->getSequence()[3]->getAsTyped(); // orig in decomposeIntrinsic()
4906 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); // value in decomposeIntrinsic()
4907 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); // offset in decomposeIntrinsic()
4934 TIntermTyped* n_dot_l = argAggregate->getSequence()[0]->getAsTyped(); in decomposeIntrinsic()
4935 TIntermTyped* n_dot_h = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic()
4936 TIntermTyped* m = argAggregate->getSequence()[2]->getAsTyped(); in decomposeIntrinsic()
4977 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); in decomposeIntrinsic()
4978 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic()
5453 TIntermAggregate* argAggregate = args ? args->getAsAggregate() : nullptr; in addGenMulArgumentConversion() local
5455 if (argAggregate == nullptr || argAggregate->getSequence().size() != 2) { in addGenMulArgumentConversion()
5461 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); in addGenMulArgumentConversion()
5462 TIntermTyped* arg1 = argAggregate->getSequence()[1]->getAsTyped(); in addGenMulArgumentConversion()
5512 if (arg0 != argAggregate->getSequence()[0] || arg1 != argAggregate->getSequence()[1]) in addGenMulArgumentConversion()
5516 argAggregate->getSequence()[0] = arg0; in addGenMulArgumentConversion()
5517 argAggregate->getSequence()[1] = arg1; in addGenMulArgumentConversion()