Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT24 (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp202 case TextureFormat::UNSIGNED_INT24: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
395 case TextureFormat::UNSIGNED_INT24: cMin = 0.0f; cMax = 16777215.0f; break; in getFloatChannelValueRange()
530 case TextureFormat::UNSIGNED_INT24: return UVec4(0xffffffu); in getFormatMaxUintValue()
575 case TextureFormat::UNSIGNED_INT24: return IVec4(24); in getChannelBitDepth()
651 case TextureFormat::UNSIGNED_INT24: in getChannelMantissaBitDepth()
DtcuTexture.cpp295 case TextureFormat::UNSIGNED_INT24: return (float)readUint24(value); in channelToFloat()
334 case TextureFormat::UNSIGNED_INT24: return (T)readUint24(value); in channelToIntType()
376 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()
466 …case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break; in intToChannel()
661 case TextureFormat::UNSIGNED_INT24: in isValid()
743 case TextureFormat::UNSIGNED_INT24: return 3; in getChannelSize()
DtcuTexture.hpp108 UNSIGNED_INT24, enumerator
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp109 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT24); in getStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp994 case TextureFormat::UNSIGNED_INT24: in isLegalExpandableFormat()
1053 case TextureFormat::UNSIGNED_INT24: in isSmallerThan8BitFormat()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3617 case tcu::TextureFormat::UNSIGNED_INT24: in getFormatComponentWidth()