Searched refs:SNORM_INT32 (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp850 case TextureFormat::SNORM_INT32:
913 case TextureFormat::SNORM_INT32:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp171 case TextureFormat::SNORM_INT32: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
362 case TextureFormat::SNORM_INT32:
527 case TextureFormat::SNORM_INT32: return IVec4(32);
596 case TextureFormat::SNORM_INT32:
H A DtcuTexture.cpp283 case TextureFormat::SNORM_INT32: return de::max(-1.0f, (float)*((const deInt32*)value) / 2147483647.0f);
315 case TextureFormat::SNORM_INT32: return (int)*((const deInt32*)value);
347 case TextureFormat::SNORM_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src * 2147483647.0f); break;
571 case TextureFormat::SNORM_INT32:
692 case TextureFormat::SNORM_INT32: return 4;
3827 "SNORM_INT32",
H A DtcuTexture.hpp76 SNORM_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2039 TextureFormat::SNORM_INT32, // snorm
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1507 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32)
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp165 type == TextureFormat::SNORM_INT32;

Completed in 749 milliseconds