Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp99 if (IsSamplerArray(textureFunction.sampler)) in OutputIntTexCoordWraps()
267 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in GetHLSLCoordCount()
534 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in OutputTextureSizeFunctionBody()
544 if (!IsSamplerArray(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
790 if (IsSamplerArray(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
DBaseTypes.h620 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp99 if (IsSamplerArray(textureFunction.sampler)) in OutputIntTexCoordWraps()
266 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in GetHLSLCoordCount()
530 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in OutputTextureSizeFunctionBody()
540 if (!IsSamplerArray(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
786 if (IsSamplerArray(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
DBaseTypes.h419 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h273 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function