Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBaseTypes.h221 inline bool IsUIntImage(TBasicType type) in IsUIntImage() function
DOutputSPIRV.cpp2870 const bool isUnsigned = isImage ? IsUIntImage(operandBasicType) : operandBasicType == EbtUInt; in createAtomicBuiltIn()