Searched refs:UNORM_INT24 (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp174 case TextureFormat::UNORM_INT24: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
368 case TextureFormat::UNORM_INT24:
530 case TextureFormat::UNORM_INT24: return IVec4(24);
599 case TextureFormat::UNORM_INT24:
1352 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24),
1378 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24),
H A DtcuTexture.cpp286 case TextureFormat::UNORM_INT24: return (float)readUint24(value) / 16777215.0f;
318 case TextureFormat::UNORM_INT24: return (int)readUint24(value);
350 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); break;
436 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatUint24 (src)); break;
576 case TextureFormat::UNORM_INT24:
695 case TextureFormat::UNORM_INT24: return 3;
3830 "UNORM_INT24",
H A DtcuTexture.hpp79 UNORM_INT24, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp887 case TextureFormat::UNORM_INT24:
956 case TextureFormat::UNORM_INT24:
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp397 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);

Completed in 1068 milliseconds