Searched refs:UNORM_INT32 (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp849 case TextureFormat::UNORM_INT32:
916 case TextureFormat::UNORM_INT32:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp175 case TextureFormat::UNORM_INT32: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
369 case TextureFormat::UNORM_INT32:
531 case TextureFormat::UNORM_INT32: return IVec4(32);
600 case TextureFormat::UNORM_INT32:
H A DtcuTexture.cpp287 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f;
319 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value);
351 case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0f); break;
577 case TextureFormat::UNORM_INT32:
696 case TextureFormat::UNORM_INT32: return 4;
3831 "UNORM_INT32",
H A DtcuTexture.hpp80 UNORM_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp407 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2040 TextureFormat::UNORM_INT32, // unorm
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp132 type == tcu::TextureFormat::UNORM_INT32;
H A Des31fShaderImageLoadStoreTests.cpp158 type == TextureFormat::UNORM_INT32;
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1507 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp197 type == tcu::TextureFormat::UNORM_INT32;

Completed in 410 milliseconds