Searched refs:isFormatTypeUnsignedInteger (Results 1 – 1 of 1) sorted by relevance
134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger() function150 return isFormatTypeUnsignedInteger(type) || isFormatTypeSignedInteger(type); in isFormatTypeInteger()238 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u" in getShaderSamplerOrImageType()768 if (isFormatTypeUnsignedInteger(dst.getFormat().type)) in readPixelsRGBAInteger32()1157 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate()1921 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate()2321 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate()2540 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); in iterate()