Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.cpp135 if (IsShadowSampler(textureFunction.sampler)) in OutputHLSL4SampleFunctionPrefix()
414 IsShadowSampler(textureFunction.sampler)) in OutputTextureFunctionArgumentList()
452 !IsShadowSampler(textureFunction.sampler)) in OutputTextureFunctionArgumentList()
963 if (IsShadowSampler(textureFunction.sampler)) in OutputTextureGatherFunctionBody()
1125 else if (IsShadowSampler(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()
1164 else if (IsShadowSampler(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()
DUtilsHLSL.cpp50 if (IsShadowSampler(type)) in SamplerString()
DBaseTypes.h745 inline bool IsShadowSampler(TBasicType type) in IsShadowSampler() function
DOutputSPIRV.cpp3387 bool isDref = IsShadowSampler(samplerBasicType); in createImageTextureBuiltIn()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h303 inline bool IsShadowSampler(TBasicType type) in IsShadowSampler() function
DOutputASM.cpp1392 if(IsShadowSampler(s->getBasicType())) in visitAggregate()
1403 if(IsShadowSampler(s->getBasicType()) && t->getNominalSize() == 3) in visitAggregate()