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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp177 const bool hasDepthStencil = (m_depthStencilFormat.order != tcu::TextureFormat::CHANNELORDER_LAST);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1219 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);
1238 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp105 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
133 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
148 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
1501 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
H A DtcuTexture.hpp69 CHANNELORDER_LAST enumerator in enum:tcu::TextureFormat::ChannelOrder
129 : order (CHANNELORDER_LAST)
H A DtcuTexture.cpp532 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
652 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
770 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
824 DE_STATIC_ASSERT(TextureFormat::CHANNELORDER_LAST == 21);
3818 return str << de::getSizedArrayElement<TextureFormat::CHANNELORDER_LAST>(orderStrings, order);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp659 if (transferFormat.order == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST)
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1034 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1039 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
1295 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
1436 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1484 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1667 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1721 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
2317 RC_IF_ERROR(format.order == TextureFormat::CHANNELORDER_LAST ||
4598 RC_IF_ERROR(transferFmt.order == TextureFormat::CHANNELORDER_LAST ||
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp142 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16));
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1499 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16));
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp129 tcu::TextureFormat::ChannelOrder co = tcu::TextureFormat::CHANNELORDER_LAST;
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1673 for (int channelOrder = 0; channelOrder < TextureFormat::CHANNELORDER_LAST; channelOrder++)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp426 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);
1484 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);

Completed in 228 milliseconds