Home
last modified time | relevance | path

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

/external/deqp/framework/common/
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()
632 case TextureFormat::UNORM_INT32: in getChannelMantissaBitDepth()
DtcuTexture.cpp288 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f; in channelToFloat()
327 case TextureFormat::UNORM_INT32: return (T)*((const deUint32*)value); in channelToIntType()
370 …case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0… in floatToChannel()
612 case TextureFormat::UNORM_INT32: in isValid()
741 case TextureFormat::UNORM_INT32: return 4; in getChannelSize()
DtcuTexture.hpp81 UNORM_INT32, enumerator
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1553 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp240 case tcu::TextureFormat::UNORM_INT32: in getOpTypeImageSparse()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp947 case TextureFormat::UNORM_INT32: in getFormatThreshold()
1019 case TextureFormat::UNORM_INT32: in isLegalExpandableFormat()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp407 …case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED… in mapGLChannelType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3415 TextureFormat::UNORM_INT32, // unorm in getChannelAccessFormat()
3697 case tcu::TextureFormat::UNORM_INT32: in getFormatComponentWidth()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp133 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()
Des31fShaderImageLoadStoreTests.cpp158 type == TextureFormat::UNORM_INT32; in isFormatTypeUnorm()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp200 type == tcu::TextureFormat::UNORM_INT32; in isUnormFormatType()