Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp3915 if (IsSampler2D(samplerBasicType)) in createImageTextureBuiltIn()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp103 else if (!IsSamplerCube(textureFunction.sampler) && !IsSampler2D(textureFunction.sampler)) in OutputIntTexCoordWraps()
271 ASSERT(IsSampler2D(textureFunction.sampler)); in GetHLSLCoordCount()
545 else if (IsSampler2D(textureFunction.sampler) || IsSamplerCube(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
830 else if (IsSampler2D(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
DBaseTypes.h308 inline bool IsSampler2D(TBasicType type) in IsSampler2D() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h183 inline bool IsSampler2D(TBasicType type) in IsSampler2D() function