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.cpp783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertNormalizedFormat()
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order); in convertFloatFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp461 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatInfo()
606 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatBitDepth()
683 const TextureSwizzle::Channel* map = getChannelReadSwizzle(format.order).components; in getTextureFormatMantissaBitDepth()
698 const TextureSwizzle::Channel* const map = getChannelReadSwizzle(format.order).components; in getTextureFormatChannelMask()
1676 const TextureSwizzle& readSwizzle = getChannelReadSwizzle(order); in getBorderColorReadSwizzle()
DtcuTexture.hpp181 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
DtcuTexture.cpp820 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order) in getChannelReadSwizzle() function
1145 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel()
1181 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(format.order).components; in getPixelIntGeneric()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1274 const tcu::TextureSwizzle& swizzle = tcu::getChannelReadSwizzle(viewFormat.order); in getReferenceValues()