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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 207 case TextureFormat::UNORM_SHORT_10: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
378 case TextureFormat::UNORM_SHORT_10:
563 case TextureFormat::UNORM_SHORT_10: return IVec4(10);
627 case TextureFormat::UNORM_SHORT_10:
    [all...]
tcuTexture.cpp 298 case TextureFormat::UNORM_SHORT_10: return (float)((*((const deUint16*)value)) >> 6u) / 1023.0f;
330 case TextureFormat::UNORM_SHORT_10: return (int)((*(((const deUint16*)value))) >> 6u);
362 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatRteUint10(src * 1023.0f) << 6u); break;
447 case TextureFormat::UNORM_SHORT_10: *((deUint16*)dst) = (deUint16)(convertSatUint10(src) << 6u); break;
637 case TextureFormat::UNORM_SHORT_10:
707 case TextureFormat::UNORM_SHORT_10: return 2;
    [all...]
tcuTexture.hpp 113 UNORM_SHORT_10,
    [all...]

Completed in 132 milliseconds