Home
last modified time | relevance | path

Searched refs:IsSampler2D (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DTextureFunctionHLSL.cpp103 else if (!IsSamplerCube(textureFunction.sampler) && !IsSampler2D(textureFunction.sampler)) in OutputIntTexCoordWraps()
272 ASSERT(IsSampler2D(textureFunction.sampler)); in GetHLSLCoordCount()
549 else if (IsSampler2D(textureFunction.sampler) || IsSamplerCube(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
834 else if (IsSampler2D(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
DBaseTypes.h452 inline bool IsSampler2D(TBasicType type) in IsSampler2D() function
DOutputSPIRV.cpp3532 if (IsSampler2D(samplerBasicType)) in createImageTextureBuiltIn()
/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h183 inline bool IsSampler2D(TBasicType type) in IsSampler2D() function