Searched refs:isIntFormat (Results 1 – 2 of 2) sorted by relevance
1158 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local1159 …const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^… in iterate()1922 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local1994 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4"; in iterate()2002 : isIntFormat ? "" in iterate()2322 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local2329 DE_ASSERT(isUintFormat || isIntFormat); in iterate()2394 const string colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : DE_NULL; in iterate()2395 …const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : DE_NULL) + "vec4"; in iterate()2541 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local[all …]
202 bool isIntFormat (deUint32 format) in isIntFormat() function669 else if (isIntFormat(info.getFormat())) in genRenderbufferImage()1494 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat())) in verifyRenderbuffer()