Searched refs:mipQuery (Results 1 – 1 of 1) sorted by relevance
3962 const bool mipQuery = (numArgs > (numDims + 1 + (isMs ? 1 : 0))); in decomposeSampleMethods() local3971 mipQuery; // 2... in decomposeSampleMethods()3980 TIntermTyped* queryLod = mipQuery ? argAggregate->getSequence()[1]->getAsTyped() : in decomposeSampleMethods()3998 const int outParamBase = mipQuery ? 2 : 1; in decomposeSampleMethods()4020 if (mipQuery) { in decomposeSampleMethods()