Home
last modified time | relevance | path

Searched refs:getFormatStr (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp405 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populateTextureCompressedFormatTests()
430 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populate3DTextureCompressedFormatTests()
DvktTextureSwizzleTests.cpp474 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
501 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp608 std::string getFormatStr(GLenum format) in getFormatStr() function
2012 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2024 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2119 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2120 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()
2134 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2135 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()
2147 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2148 … << "] output = [" << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) in readPixelsInner()
2379 << getFormatStr(m_copyInternalFormat.sizedFormat) << ", attachement " in doCopyInner()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp485 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp74 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp84 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1747 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
DvktApiExternalMemoryTests.cpp72 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
DvktApiCopiesAndBlittingTests.cpp5370 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl127 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { retu… function
242 … operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(value); …