Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_16_8_8 (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp125 return type == TextureFormat::UNSIGNED_INT_16_8_8 || in isCombinedDepthStencilType()
193 …case TextureFormat::UNSIGNED_INT_16_8_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm1… in getTextureChannelClass()
580 case TextureFormat::UNSIGNED_INT_16_8_8: return IVec4(16,8,0,0); in getChannelBitDepth()
655 case TextureFormat::UNSIGNED_INT_16_8_8: in getChannelMantissaBitDepth()
1440 case TextureFormat::UNSIGNED_INT_16_8_8: in toSamplerAccess()
DtcuTexture.cpp644 case TextureFormat::UNSIGNED_INT_16_8_8: in isValid()
797 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixelSize()
1346 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixDepth()
1382 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixStencil()
1671 case TextureFormat::UNSIGNED_INT_16_8_8: in setPixDepth()
1708 case TextureFormat::UNSIGNED_INT_16_8_8: in setPixStencil()
DtcuTexture.hpp99 UNSIGNED_INT_16_8_8, enumerator
DtcuTexCompareVerifier.cpp182 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: return true; in isFixedPointDepthTextureFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp853 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp585 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in uploadTestTexture()
633 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in uploadTestTextureSparse()
DvktPipelineDepthTests.cpp787 …f (refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_16_8_8) in verifyImage()
DvktPipelineImageSamplingInstance.cpp1512 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in verifyImage()
DvktPipelineBlendTests.cpp1004 case TextureFormat::UNSIGNED_INT_16_8_8: in isLegalExpandableFormat()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2849 case FMT_CASE(DS, UNSIGNED_INT_16_8_8): return VK_FORMAT_D16_UNORM_S8_UINT; in mapTextureFormat()
3106 …T_D16_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_16_8_8); in mapVkFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp420 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in mapCombinedToDepthTransferFormat()