Searched refs:isFormatTypeUnsignedInteger (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp135 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) function in namespace:deqp::gles31::Functional
151 return isFormatTypeUnsignedInteger(type) || isFormatTypeSignedInteger(type);
239 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u"
779 if (isFormatTypeUnsignedInteger(dst.getFormat().type))
1169 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type);
1935 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type);
2336 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type);
2556 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type);

Completed in 126 milliseconds