Searched refs:UNSIGNED_INT_24_8_REV (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 294 bufferFormat.type = tcu::TextureFormat::UNSIGNED_INT_24_8_REV; in readDepthAttachment() 588 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in uploadTestTexture() 589 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in uploadTestTexture() 636 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in uploadTestTextureSparse() 637 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in uploadTestTextureSparse()
|
D | vktPipelineBlendTests.cpp | 993 case TextureFormat::UNSIGNED_INT_24_8_REV: in isLegalExpandableFormat() 1052 case TextureFormat::UNSIGNED_INT_24_8_REV: in isSmallerThan8BitFormat()
|
D | vktPipelineDepthTests.cpp | 783 …(refRenderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::UNSIGNED_INT_24_8_REV) in verifyImage()
|
D | vktPipelineImageSamplingInstance.cpp | 1516 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in verifyImage()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 127 type == TextureFormat::UNSIGNED_INT_24_8_REV || in isCombinedDepthStencilType() 195 …case TextureFormat::UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed unor… in getTextureChannelClass() 582 case TextureFormat::UNSIGNED_INT_24_8_REV: return IVec4(24,8,0,0); in getChannelBitDepth() 657 case TextureFormat::UNSIGNED_INT_24_8_REV: in getChannelMantissaBitDepth() 1492 case TextureFormat::UNSIGNED_INT_24_8_REV: in toSamplerAccess()
|
D | tcuTexture.cpp | 648 case TextureFormat::UNSIGNED_INT_24_8_REV: in isValid() 796 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixelSize() 1354 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixDepth() 1378 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixStencil() 1681 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixDepth() 1714 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixStencil()
|
D | tcuTexture.hpp | 101 UNSIGNED_INT_24_8_REV, enumerator
|
D | tcuTexCompareVerifier.cpp | 184 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: return true; in isFixedPointDepthTextureFormat()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2844 case FMT_CASE(D, UNSIGNED_INT_24_8_REV): return VK_FORMAT_X8_D24_UNORM_PACK32; in mapTextureFormat() 2850 case FMT_CASE(DS, UNSIGNED_INT_24_8_REV): return VK_FORMAT_D24_UNORM_S8_UINT; in mapTextureFormat() 3099 …8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat() 3107 …D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat() 3642 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in getFormatComponentWidth()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 855 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in isPackedType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingTests.cpp | 522 tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV) : in getDepthTextureFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 423 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in mapCombinedToDepthTransferFormat() 424 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in mapCombinedToDepthTransferFormat()
|