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

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp52 bool isUintFormat (VkFormat format) function in namespace:vk
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp203 bool isUintFormat (deUint32 format) function in namespace:deqp::gles31::Functional::__anon5334
929 else if (isUintFormat(info.getFormat()))
1710 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat()))
H A Des31fShaderImageLoadStoreTests.cpp1169 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); local
1171 const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^gz, "
1935 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); local
2008 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4";
2015 const string atomicArgExpr = (isUintFormat ? "uint"
2336 const bool isUintFormat = isFormatTypeUnsignedInteger(m_format.type); local
2344 DE_ASSERT(isUintFormat || isIntFormat);
2409 const string colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : DE_NULL;
2410 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : DE_NULL) + "vec4";
2556 const bool isUintFormat local
[all...]

Completed in 145 milliseconds