Home
last modified time | relevance | path

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

/external/angle/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.cpp48 if (IsShadowSampler(type)) in SamplerString()
DBaseTypes.h732 inline bool IsShadowSampler(TBasicType type) in IsShadowSampler() function
DOutputSPIRV.cpp3015 bool isDref = IsShadowSampler(samplerBasicType); in createImageTextureBuiltIn()
/external/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()