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

  /external/deqp/framework/common/
tcuTextureUtil.cpp 302 case TextureFormat::UNORM_INT32: return IVec4(32);
368 case TextureFormat::UNORM_INT32:
    [all...]
tcuTexture.cpp 220 case TextureFormat::UNORM_INT32: return 4;
270 case TextureFormat::UNORM_INT32: return (float)*((const deUint32*)value) / 4294967295.0f;
294 case TextureFormat::UNORM_INT32: return (int)*((const deUint32*)value);
318 case TextureFormat::UNORM_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src * 4294967295.0f); break;
507 case UNORM_INT32: channelSize = 4; break;
    [all...]
tcuTexture.hpp 73 UNORM_INT32,
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 288 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 116 type == tcu::TextureFormat::UNORM_INT32;
    [all...]
es31fShaderImageLoadStoreTests.cpp 157 type == TextureFormat::UNORM_INT32;
    [all...]

Completed in 1402 milliseconds