Home
last modified time | relevance | path

Searched refs:IsSamplerArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.cpp107 if (IsSamplerArray(textureFunction.sampler)) in OutputIntTexCoordWraps()
286 else if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in GetHLSLCoordCount()
552 if (IsSampler3D(textureFunction.sampler) || IsSamplerArray(textureFunction.sampler) || in OutputTextureSizeFunctionBody()
562 if (!IsSamplerArray(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
813 if (IsSamplerArray(textureFunction.sampler)) in OutputIntegerTextureSampleFunctionComputations()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DBaseTypes.h573 inline bool IsSamplerArray(TBasicType type) in IsSamplerArray() function