Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp475 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
502 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp608 std::string getFormatStr(GLenum format) in getFormatStr() function
2020 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2032 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2127 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2128 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()
2142 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2143 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()
2155 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2156 … << "] output = [" << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) in readPixelsInner()
2387 << getFormatStr(m_copyInternalFormat.sizedFormat) << ", attachement " in doCopyInner()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp703 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp78 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp167 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp84 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1825 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.cpp7011 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtil.inl132 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { retu… function
252 … operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(value); …