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.cpp943 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in isComponentSwizzled()
962 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()
1501 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getBorderColorReadSwizzle()
DtcuTexture.hpp69 CHANNELORDER_LAST enumerator
129 : order (CHANNELORDER_LAST) in TextureFormat()
DtcuTexture.cpp532 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in isColorOrder()
652 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getNumUsedChannels()
770 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getChannelReadSwizzle()
824 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21); in getChannelWriteSwizzle()
3826 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.cpp1034 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()
1039 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()
1295 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in texSubImage3D()
1436 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage1D()
1484 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in copyTexImage2D()
1667 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage2D()
1721 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texStorage3D()
2317 RC_IF_ERROR(format.order == TextureFormat::CHANNELORDER_LAST || in renderbufferStorage()
4598 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST || in readPixels()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1673 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/framework/vulkan/
DvkImageUtil.cpp1551 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in mapTextureFormat()
/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.cpp442 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in getImageAspectFlags()
1545 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21); in getPrimaryImageAspect()