Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1158 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local
1159 …const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^… in iterate()
1922 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); in iterate() local
1994 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() local
2329 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 …]
Des31fCopyImageTests.cpp202 bool isIntFormat (deUint32 format) in isIntFormat() function
669 else if (isIntFormat(info.getFormat())) in genRenderbufferImage()
1494 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat())) in verifyRenderbuffer()