Home
last modified time | relevance | path

Searched refs:mipQuery (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3962 const bool mipQuery = (numArgs > (numDims + 1 + (isMs ? 1 : 0))); in decomposeSampleMethods() local
3971 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()