Searched defs:isUintFormat (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp194 bool isUintFormat (deUint32 format) function in namespace:deqp::gles31::Functional::__anon3562
679 else if (isUintFormat(info.getFormat()))
1494 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat()))
H A Des31fShaderImageLoadStoreTests.cpp1157 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); local
1159 const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^gz, "
1921 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); local
1994 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4";
2001 const string atomicArgExpr = (isUintFormat ? "uint"
2321 const bool isUintFormat = isFormatTypeUnsignedInteger(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";
2540 const bool isUintFormat local
[all...]

Completed in 65 milliseconds