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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 253 case FMT_CASE(D, UNSIGNED_INT_24_8_REV): return VK_FORMAT_X8_D24_UNORM_PACK32;
259 case FMT_CASE(DS, UNSIGNED_INT_24_8_REV): return VK_FORMAT_D24_UNORM_S8_UINT;
395 case VK_FORMAT_X8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8_REV);
403 case VK_FORMAT_D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 122 type == TextureFormat::UNSIGNED_INT_24_8_REV ||
190 case TextureFormat::UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24-uint8
542 case TextureFormat::UNSIGNED_INT_24_8_REV: return IVec4(24,8,0,0);
609 case TextureFormat::UNSIGNED_INT_24_8_REV:
    [all...]
tcuTexture.cpp 629 case TextureFormat::UNSIGNED_INT_24_8_REV:
694 case TextureFormat::UNSIGNED_INT_24_8_REV:
    [all...]
tcuTexture.hpp 100 UNSIGNED_INT_24_8_REV,
    [all...]
tcuTexCompareVerifier.cpp 178 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: return true;
    [all...]

Completed in 84 milliseconds