Home
last modified time | relevance | path

Searched refs:UNORM_INT32 (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTextureUtil.cpp175 case TextureFormat::UNORM_INT32: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
377 case TextureFormat::UNORM_INT32: in getFloatChannelValueRange()
555 case TextureFormat::UNORM_INT32: return IVec4(32); in getChannelBitDepth()
630 case TextureFormat::UNORM_INT32: in getChannelMantissaBitDepth()
H A DtcuTexture.cpp288 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f; in channelToFloat()
324 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value); in channelToInt()
360 …case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0… in floatToChannel()
594 case TextureFormat::UNORM_INT32: in isValid()
721 case TextureFormat::UNORM_INT32: return 4; in getChannelSize()
H A DtcuTexture.hpp80 UNORM_INT32, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/internal/
H A DditTextureFormatTests.cpp1553 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp906 case TextureFormat::UNORM_INT32: in getFormatThreshold()
977 case TextureFormat::UNORM_INT32: in isLegalExpandableFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.cpp239 case tcu::TextureFormat::UNORM_INT32: in getOpTypeImageSparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTextureUtil.cpp407 …case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED… in mapGLChannelType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp3051 TextureFormat::UNORM_INT32, // unorm in getChannelAccessFormat()
3309 case tcu::TextureFormat::UNORM_INT32: in getFormatComponentWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp132 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()
H A Des31fShaderImageLoadStoreTests.cpp158 type == TextureFormat::UNORM_INT32; in isFormatTypeUnorm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp199 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()