Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp267 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in GetHLSLCoordCount()
534 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in OutputTextureSizeFunctionBody()
879 else if (IsSampler3D(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
DBaseTypes.h564 inline bool IsSampler3D(TBasicType type) in IsSampler3D() function
/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h243 inline bool IsSampler3D(TBasicType type) in IsSampler3D() function