Home
last modified time | relevance | path

Searched refs:CHANNELTYPE_LAST (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp657 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
684 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getPackInfo()
/external/deqp/framework/common/
DtcuTextureUtil.cpp123 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in isCombinedDepthStencilType()
165 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getTextureChannelClass()
360 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getFloatChannelValueRange()
545 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getChannelBitDepth()
622 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getChannelMantissaBitDepth()
1384 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in toSamplerAccess()
DtcuTexture.cpp278 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in channelToFloat()
316 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in channelToInt()
354 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in floatToChannel()
445 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in intToChannel()
679 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in isValid()
720 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getChannelSize()
764 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getPixelSize()
4111 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in operator <<()
4165 return str << de::getSizedArrayElement<TextureFormat::CHANNELTYPE_LAST>(typeStrings, type); in operator <<()
DtcuTexture.hpp126 CHANNELTYPE_LAST enumerator
140 , type (CHANNELTYPE_LAST) in TextureFormat()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1220 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_formatData) == TextureFormat::CHANNELTYPE_LAST);
1717 for (int channelType = 0; channelType < TextureFormat::CHANNELTYPE_LAST; channelType++) in createTextureFormatTests()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp143 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in getInternalFormat()
425 return TextureFormat::CHANNELTYPE_LAST; in mapGLChannelType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2658 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in mapTextureFormat()
3257 TextureFormat::CHANNELTYPE_LAST, // float in getChannelAccessFormat()
3278 TextureFormat::CHANNELTYPE_LAST, // snorm in getChannelAccessFormat()
3279 TextureFormat::CHANNELTYPE_LAST, // unorm in getChannelAccessFormat()
3285 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat()
3296 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp659 …rder == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST) in glReadPixels()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1053 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D()
1058 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D()
1314 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texSubImage3D()
1455 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage1D()
1503 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage2D()
1686 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage2D()
1740 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage3D()
2336 format.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in renderbufferStorage()
4617 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in readPixels()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp832 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
DvktImageMismatchedWriteOpTests.cpp470 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeBufferFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp279 tcu::TextureFormat retFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment()
280 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment()
DvktPipelineImageSamplingInstance.cpp1509 tcu::TextureFormat::ChannelType depthChannelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp139 tcu::TextureFormat::ChannelType ct = tcu::TextureFormat::CHANNELTYPE_LAST; in getTextureFormat()