Home
last modified time | relevance | path

Searched refs:IsImage2D (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/hlsl/
DImageFunctionHLSL.cpp129 else if (IsImage2D(imageFunction.image)) in OutputImageSizeFunctionBody()
167 else if (IsImage2D(imageFunction.image)) in OutputImageLoadFunctionBody()
186 IsImage2D(imageFunction.image) || IsImageCube(imageFunction.image) || in OutputImageStoreFunctionBody()
369 if (IsImage2D(imageFunction.image)) in imageFunctionHeader()
DResourcesHLSL.cpp530 if (IsImage2D(type.getBasicType())) in uniformsHeader()
/external/angle/src/compiler/translator/
DBaseTypes.h814 inline bool IsImage2D(TBasicType type) in IsImage2D() function