Searched refs:isFormatTypeSignedInteger (Results 1 – 1 of 1) sorted by relevance
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger() function150 return isFormatTypeUnsignedInteger(type) || isFormatTypeSignedInteger(type); in isFormatTypeInteger()239 : isFormatTypeSignedInteger(formatType) ? "i" in getShaderSamplerOrImageType()778 else if (isFormatTypeSignedInteger(dst.getFormat().type)) in readPixelsRGBAInteger32()1158 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate()1922 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate()2322 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate()2541 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate()