Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.cpp211 if (IsSampler2DMSArray(textureFunction.sampler)) in GetSamplerCoordinateTypeString()
414 IsSampler2DMSArray(textureFunction.sampler)) in OutputTextureFunctionArgumentList()
532 else if (IsSampler2DMSArray(textureFunction.sampler)) in OutputTextureSizeFunctionBody()
1198 IsSampler2DMSArray(textureFunction.sampler)) in OutputTextureSampleFunctionReturnStatement()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DBaseTypes.h328 inline bool IsSampler2DMSArray(TBasicType type) in IsSampler2DMSArray() function
343 return IsSampler2DMS(type) || IsSampler2DMSArray(type); in IsSamplerMS()