Home
last modified time | relevance | path

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

/external/angle/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
/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h273 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function