Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp170 case TextureFormat::UNORM_INT32: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
362 case TextureFormat::UNORM_INT32: in getFloatChannelValueRange()
517 case TextureFormat::UNORM_INT32: return IVec4(32); in getChannelBitDepth()
584 case TextureFormat::UNORM_INT32: in getChannelMantissaBitDepth()
DtcuTexture.cpp273 case TextureFormat::UNORM_INT32: return 4; in getChannelSize()
337 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f; in channelToFloat()
367 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value); in channelToInt()
397 …case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0… in floatToChannel()
591 case TextureFormat::UNORM_INT32: in isValid()
DtcuTexture.hpp80 UNORM_INT32, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp877 case TextureFormat::UNORM_INT32: in getFormatThreshold()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1417 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp407 …case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED… in mapGLChannelType()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp116 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()
Des31fShaderImageLoadStoreTests.cpp157 type == TextureFormat::UNORM_INT32; in isFormatTypeUnorm()