Searched refs:CHANNELTYPE_LAST (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 657 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType() 684 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getPackInfo()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 123 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()
|
D | tcuTexture.cpp | 278 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 <<()
|
D | tcuTexture.hpp | 126 CHANNELTYPE_LAST enumerator 140 , type (CHANNELTYPE_LAST) in TextureFormat()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1220 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/ |
D | gluTextureUtil.cpp | 143 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in getInternalFormat() 425 return TextureFormat::CHANNELTYPE_LAST; in mapGLChannelType()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2658 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/ |
D | tcuNullRenderContext.cpp | 659 …rder == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST) in glReadPixels()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1053 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/ |
D | vktImageTestsUtil.cpp | 832 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
|
D | vktImageMismatchedWriteOpTests.cpp | 470 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeBufferFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 279 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()
|
D | vktPipelineImageSamplingInstance.cpp | 1509 tcu::TextureFormat::ChannelType depthChannelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 139 tcu::TextureFormat::ChannelType ct = tcu::TextureFormat::CHANNELTYPE_LAST; in getTextureFormat()
|