Searched refs:UNSIGNED_BYTE_44 (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp897 case TextureFormat::UNSIGNED_BYTE_44:
950 case TextureFormat::UNSIGNED_BYTE_44:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp182 case TextureFormat::UNSIGNED_BYTE_44: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
394 case TextureFormat::UNSIGNED_BYTE_44: cMin = 0.0f; cMax = 15.f; break;
538 case TextureFormat::UNSIGNED_BYTE_44: return IVec4(4,4,0,0);
607 case TextureFormat::UNSIGNED_BYTE_44:
H A DtcuTexture.cpp581 case TextureFormat::UNSIGNED_BYTE_44:
729 case TextureFormat::UNSIGNED_BYTE_44:
1009 case TextureFormat::UNSIGNED_BYTE_44: return UVec4(UI8 (4, 4), UI8 ( 0, 4), 0u, 1u).cast<float>();
1103 case TextureFormat::UNSIGNED_BYTE_44: // Fall-through
1276 case TextureFormat::UNSIGNED_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PU((deUint32)color[0], 4, 4) | PU((deUint32)color[1], 0, 4)); break;
1423 case TextureFormat::UNSIGNED_BYTE_44: // Fall-through
3841 "UNSIGNED_BYTE_44",
H A DtcuTexture.hpp90 UNSIGNED_BYTE_44, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1197 case tcu::TextureFormat::UNSIGNED_BYTE_44:

Completed in 108 milliseconds