Searched refs:IsSamplerArray (Results 1 – 2 of 2) sorted by relevance
107 if (IsSamplerArray(textureFunction.sampler)) in OutputIntTexCoordWraps()286 else if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in GetHLSLCoordCount()552 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in OutputTextureSizeFunctionBody()562 if (!IsSamplerArray(textureFunction.sampler)) in OutputTextureSizeFunctionBody()813 if (IsSamplerArray(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
573 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function