Searched refs:UNSIGNED_INT_24_8_REV (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1616 case FMT_CASE(D, UNSIGNED_INT_24_8_REV): return VK_FORMAT_X8_D24_UNORM_PACK32;
1622 case FMT_CASE(DS, UNSIGNED_INT_24_8_REV): return VK_FORMAT_D24_UNORM_S8_UINT;
1821 case VK_FORMAT_X8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8_REV);
1829 case VK_FORMAT_D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8_REV);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp906 case TextureFormat::UNSIGNED_INT_24_8_REV:
965 case TextureFormat::UNSIGNED_INT_24_8_REV:
H A DvktPipelineImageUtil.cpp539 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV:
540 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp127 type == TextureFormat::UNSIGNED_INT_24_8_REV ||
195 case TextureFormat::UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24-uint8
556 case TextureFormat::UNSIGNED_INT_24_8_REV: return IVec4(24,8,0,0);
625 case TextureFormat::UNSIGNED_INT_24_8_REV:
1373 case TextureFormat::UNSIGNED_INT_24_8_REV:
H A DtcuTexture.cpp615 case TextureFormat::UNSIGNED_INT_24_8_REV:
750 case TextureFormat::UNSIGNED_INT_24_8_REV:
1198 case TextureFormat::UNSIGNED_INT_24_8_REV:
1222 case TextureFormat::UNSIGNED_INT_24_8_REV:
1521 case TextureFormat::UNSIGNED_INT_24_8_REV:
1554 case TextureFormat::UNSIGNED_INT_24_8_REV:
3851 "UNSIGNED_INT_24_8_REV",
H A DtcuTexture.hpp100 UNSIGNED_INT_24_8_REV, enumerator in enum:tcu::TextureFormat::ChannelType
H A DtcuTexCompareVerifier.cpp178 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: return true;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1207 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV:
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp246 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV:
247 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV);

Completed in 773 milliseconds