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

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp47 bool isIntFormat (VkFormat format) function in namespace:vk
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp211 bool isIntFormat (deUint32 format) function in namespace:deqp::gles31::Functional::__anon5334
919 if (isIntFormat(info.getFormat()))
1710 else if (isIntFormat(info.getFormat()) || isUintFormat(info.getFormat()))
H A Des31fShaderImageLoadStoreTests.cpp1170 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); local
1171 const string colorBaseExpr = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4(gx^gy^gz, "
1936 const bool isIntFormat = isFormatTypeSignedInteger(m_format.type); local
2008 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4";
2016 : isIntFormat ? ""
2337 const bool isIntFormat = isFormatTypeSignedInteger(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";
2557 const bool isIntFormat local
[all...]

Completed in 420 milliseconds