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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 208 case TextureFormat::UNORM_SHORT_12: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
379 case TextureFormat::UNORM_SHORT_12: cMin = 0.0f; cMax = 1.0f; break;
564 case TextureFormat::UNORM_SHORT_12: return IVec4(12);
628 case TextureFormat::UNORM_SHORT_12:
    [all...]
tcuTexture.cpp 299 case TextureFormat::UNORM_SHORT_12: return (float)((*((const deUint16*)value)) >> 4u) / 4095.0f;
331 case TextureFormat::UNORM_SHORT_12: return (int)((*(((const deUint16*)value))) >> 4u);
363 case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatRteUint12(src * 4095.0f) << 4u); break;
448 case TextureFormat::UNORM_SHORT_12: *((deUint16*)dst) = (deUint16)(convertSatUint12(src) << 4u); break;
638 case TextureFormat::UNORM_SHORT_12:
708 case TextureFormat::UNORM_SHORT_12: return 2;
    [all...]
tcuTexture.hpp 114 UNORM_SHORT_12,
    [all...]

Completed in 351 milliseconds