HomeSort by relevance Sort by last modified time
    Searched refs:SNORM_INT32 (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.cpp 171 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:
    [all...]
tcuTexture.cpp 283 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;
    [all...]
tcuTexture.hpp 76 SNORM_INT32,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 165 type == TextureFormat::SNORM_INT32;
    [all...]

Completed in 153 milliseconds