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

  /external/deqp/framework/common/
tcuTextureUtil.cpp 175 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:
    [all...]
tcuTexture.cpp 287 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;
    [all...]
tcuTexture.hpp 80 UNORM_INT32,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 407 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 116 type == tcu::TextureFormat::UNORM_INT32;
    [all...]
es31fShaderImageLoadStoreTests.cpp 158 type == TextureFormat::UNORM_INT32;
    [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 197 type == tcu::TextureFormat::UNORM_INT32;
    [all...]

Completed in 409 milliseconds