Home
last modified time | relevance | path

Searched refs:getChannelReadSwizzle (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp778 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat()
894 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp447 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatInfo()
574 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatBitDepth()
645 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatMantissaBitDepth()
660 const TextureSwizzle::Channel* const map = getChannelReadSwizzle(format.order).components; in getTextureFormatChannelMask()
1556 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle()
DtcuTexture.hpp171 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
DtcuTexture.cpp767 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle() function
1046 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel()
1132 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixelInt()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1228 const tcu::TextureSwizzle& swizzle = tcu::getChannelReadSwizzle(viewFormat.order); in getReferenceValues()