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()
1386 DE_STATIC_ASSERT(TextureFormat::CHANNELTYPE_LAST == 48); in toSamplerAccess()
DtcuTexture.cpp278 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 <<()
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.cpp2833 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/
DtcuNullRenderContext.cpp664 …rder == TextureFormat::CHANNELORDER_LAST || transferFormat.type == TextureFormat::CHANNELTYPE_LAST) in glReadPixels()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1055 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/
DvktImageTestsUtil.cpp795 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
DvktImageMismatchedWriteOpTests.cpp529 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeChannelType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp296 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()
DvktPipelineImageSamplingInstance.cpp1533 tcu::TextureFormat::ChannelType channelType = 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()