Home
last modified time | relevance | path

Searched refs:CHANNELORDER_LAST (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp844 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in isComponentSwizzled()
863 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in getNumUsedChannels()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp177 …ool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDER_LAST); in ReferenceRenderer()
/external/deqp/framework/common/
DtcuTextureUtil.cpp105 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in isSRGB()
133 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in hasStencilComponent()
148 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in hasDepthComponent()
1542 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getBorderColorReadSwizzle()
DtcuTexture.hpp69 CHANNELORDER_LAST enumerator
138 : order (CHANNELORDER_LAST) in TextureFormat()
DtcuTexture.cpp548 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in isColorOrder()
676 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getNumUsedChannels()
802 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getChannelReadSwizzle()
856 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getChannelWriteSwizzle()
3889 return str << de::getSizedArrayElement<TextureFormat::CHANNELORDER_LAST>(orderStrings, order); in operator <<()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp659 …if (transferFormat.order == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureForm… in glReadPixels()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1036 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()
1041 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()
1297 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texSubImage3D()
1438 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage1D()
1486 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage2D()
1669 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage2D()
1723 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage3D()
2319 RC_IF_ERROR(format.order == TextureFormat::CHANNELORDER_LAST || in renderbufferStorage()
4600 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in readPixels()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1723 for (int channelOrder = 0; channelOrder < TextureFormat::CHANNELORDER_LAST; channelOrder++) in createTextureFormatTests()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp142 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in getInternalFormat()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp140 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST; in getTextureFormat()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp482 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in getImageAspectFlags()
1600 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in getPrimaryImageAspect()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2452 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in mapTextureFormat()