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

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1158 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); local
1159 const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^gz, "
1922 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); local
1994 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4";
2002 : isIntFormat ? ""
2322 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); local
2329 DE_ASSERT(isUintFormat || isIntFormat);
2394 const string colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : DE_NULL;
2395 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : DE_NULL) + "vec4";
2541 const bool isIntFormat local
[all...]
H A Des31fCopyImageTests.cpp202 bool isIntFormat (deUint32 format) function in namespace:deqp::gles31::Functional::__anon3562
669 else if (isIntFormat(info.getFormat()))
1494 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat()))

Completed in 87 milliseconds