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

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp299 case TextureFormat::SNORM_INT32: return IVec4(32);
365 case TextureFormat::SNORM_INT32:
H A DtcuTexture.cpp217 case TextureFormat::SNORM_INT32: return 4;
267 case TextureFormat::SNORM_INT32: return de::max(-1.0f, (float)*((const deInt32*)value) / 2147483647.0f);
291 case TextureFormat::SNORM_INT32: return (int)*((const deInt32*)value);
315 case TextureFormat::SNORM_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src * 2147483647.0f); break;
504 case SNORM_INT32: channelSize = 4; break;
H A DtcuTexture.hpp70 SNORM_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp289 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32;
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp164 type == TextureFormat::SNORM_INT32;

Completed in 211 milliseconds