Searched refs:UNORM_INT24 (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 174 case TextureFormat::UNORM_INT24: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 376 case TextureFormat::UNORM_INT24: in getFloatChannelValueRange() 554 case TextureFormat::UNORM_INT24: return IVec4(24); in getChannelBitDepth() 631 case TextureFormat::UNORM_INT24: in getChannelMantissaBitDepth() 1471 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24), in toSamplerAccess() 1497 return AccessType(TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT24), in toSamplerAccess()
|
D | tcuTexture.cpp | 287 case TextureFormat::UNORM_INT24: return (float)readUint24(value) / 16777215.0f; in channelToFloat() 326 case TextureFormat::UNORM_INT24: return (T)readUint24(value); in channelToIntType() 369 …case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); … in floatToChannel() 459 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatUint24 (src)); break; in intToChannel() 606 case TextureFormat::UNORM_INT24: in isValid() 735 case TextureFormat::UNORM_INT24: return 3; in getChannelSize()
|
D | tcuTexture.hpp | 80 UNORM_INT24, enumerator
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 973 case TextureFormat::UNORM_INT24: in isLegalExpandableFormat() 1043 case TextureFormat::UNORM_INT24: in isSmallerThan8BitFormat()
|
D | vktPipelineDepthTests.cpp | 785 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in verifyImage()
|
D | vktPipelineImageUtil.cpp | 292 retFormat.type = tcu::TextureFormat::UNORM_INT24; in readDepthAttachment()
|
D | vktPipelineImageSamplingInstance.cpp | 1517 depthChannelType = tcu::TextureFormat::UNORM_INT24; in verifyImage()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 403 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in getDepthFormat()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3616 case tcu::TextureFormat::UNORM_INT24: in getFormatComponentWidth()
|