Home | History | Annotate | Download | only in hlsl

Lines Matching refs:isMS

3940             const bool isMs = sampler.isMultiSample();
3962 const bool mipQuery = (numArgs > (numDims + 1 + (isMs ? 1 : 0)));
3970 ((dim == Esd1D || dim == Esd2D || dim == Esd3D || dim == EsdCube) && !isMs && !isImage) || // 1...
4136 const bool isMS = sampler.isMultiSample();
4142 if (isMS || isBuffer || isImage) {
4147 int swizzleSize = argCoord->getType().getVectorSize() - (isMS ? 0 : 1);
4162 const bool hasOffset = ((!isMS && numArgs == 3) || (isMS && numArgs == 4));
4174 if (isMS) {
4189 const int offsetPos = (isMS ? 3 : 2);