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() 1386 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in toSamplerAccess()
|
D | tcuTexture.cpp | 278 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in channelToFloat() 317 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in channelToIntType() 360 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in floatToChannel() 451 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in intToChannel() 690 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in isValid() 731 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getChannelSize() 775 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in getPixelSize() 4308 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in operator <<() 4362 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 | 2833 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in mapTextureFormat() 3402 TextureFormat::CHANNELTYPE_LAST, // float in getChannelAccessFormat() 3423 TextureFormat::CHANNELTYPE_LAST, // snorm in getChannelAccessFormat() 3424 TextureFormat::CHANNELTYPE_LAST, // unorm in getChannelAccessFormat() 3430 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat() 3441 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 664 …rder == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST) in glReadPixels()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1055 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D() 1060 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D() 1316 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texSubImage3D() 1457 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage1D() 1505 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in copyTexImage2D() 1688 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage2D() 1742 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texStorage3D() 2338 format.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in renderbufferStorage() 4638 transferFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in readPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 795 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
|
D | vktImageMismatchedWriteOpTests.cpp | 529 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeChannelType()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 296 tcu::TextureFormat retFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment() 297 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment()
|
D | vktPipelineImageSamplingInstance.cpp | 1533 tcu::TextureFormat::ChannelType channelType = 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()
|