• Home
  • Raw
  • Download

Lines Matching refs:TextureFormat

63 						  const tcu::TextureFormat&		format)  in SparseImage()
545 std::string getFormatPrefix (const tcu::TextureFormat& format) in getFormatPrefix()
552 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType, const … in getShaderImageType()
589 std::string getShaderImageFormatQualifier (const tcu::TextureFormat& format) in getShaderImageFormatQualifier()
598 case tcu::TextureFormat::R: orderPart = "r"; break; in getShaderImageFormatQualifier()
599 case tcu::TextureFormat::RG: orderPart = "rg"; break; in getShaderImageFormatQualifier()
600 case tcu::TextureFormat::RGB: orderPart = "rgb"; break; in getShaderImageFormatQualifier()
601 case tcu::TextureFormat::RGBA: orderPart = "rgba"; break; in getShaderImageFormatQualifier()
602 case tcu::TextureFormat::sRGBA: orderPart = "rgba"; break; in getShaderImageFormatQualifier()
611 case tcu::TextureFormat::FLOAT: typePart = "32f"; break; in getShaderImageFormatQualifier()
612 case tcu::TextureFormat::HALF_FLOAT: typePart = "16f"; break; in getShaderImageFormatQualifier()
614 case tcu::TextureFormat::UNSIGNED_INT64: typePart = "64ui"; break; in getShaderImageFormatQualifier()
615 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
616 case tcu::TextureFormat::USCALED_INT16: in getShaderImageFormatQualifier()
617 case tcu::TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
618 case tcu::TextureFormat::USCALED_INT8: in getShaderImageFormatQualifier()
619 case tcu::TextureFormat::UNSIGNED_INT8: typePart = "8ui"; break; in getShaderImageFormatQualifier()
621 case tcu::TextureFormat::SIGNED_INT64: typePart = "64i"; break; in getShaderImageFormatQualifier()
622 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break; in getShaderImageFormatQualifier()
623 case tcu::TextureFormat::SSCALED_INT16: in getShaderImageFormatQualifier()
624 case tcu::TextureFormat::SIGNED_INT16: typePart = "16i"; break; in getShaderImageFormatQualifier()
625 case tcu::TextureFormat::SSCALED_INT8: in getShaderImageFormatQualifier()
626 case tcu::TextureFormat::SIGNED_INT8: typePart = "8i"; break; in getShaderImageFormatQualifier()
628 case tcu::TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
629 case tcu::TextureFormat::UNORM_INT8: typePart = "8"; break; in getShaderImageFormatQualifier()
631 case tcu::TextureFormat::SNORM_INT16: typePart = "16_snorm"; break; in getShaderImageFormatQualifier()
632 case tcu::TextureFormat::SNORM_INT8: typePart = "8_snorm"; break; in getShaderImageFormatQualifier()
656 std::string getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType()
745 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslAttachmentType()
769 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslInputAttachmentType()
793 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isPackedType()
795 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST == 48); in isPackedType()
799 case tcu::TextureFormat::UNORM_BYTE_44: in isPackedType()
800 case tcu::TextureFormat::UNORM_SHORT_565: in isPackedType()
801 case tcu::TextureFormat::UNORM_SHORT_555: in isPackedType()
802 case tcu::TextureFormat::UNORM_SHORT_4444: in isPackedType()
803 case tcu::TextureFormat::UNORM_SHORT_5551: in isPackedType()
804 case tcu::TextureFormat::UNORM_SHORT_1555: in isPackedType()
805 case tcu::TextureFormat::UNORM_INT_101010: in isPackedType()
806 case tcu::TextureFormat::SNORM_INT_1010102_REV: in isPackedType()
807 case tcu::TextureFormat::UNORM_INT_1010102_REV: in isPackedType()
808 case tcu::TextureFormat::UNSIGNED_BYTE_44: in isPackedType()
809 case tcu::TextureFormat::UNSIGNED_SHORT_565: in isPackedType()
810 case tcu::TextureFormat::UNSIGNED_SHORT_4444: in isPackedType()
811 case tcu::TextureFormat::UNSIGNED_SHORT_5551: in isPackedType()
812 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in isPackedType()
813 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in isPackedType()
814 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: in isPackedType()
815 case tcu::TextureFormat::UNSIGNED_INT_999_E5_REV: in isPackedType()
816 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in isPackedType()
817 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
818 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in isPackedType()
819 case tcu::TextureFormat::SSCALED_INT_1010102_REV: in isPackedType()
820 case tcu::TextureFormat::USCALED_INT_1010102_REV: in isPackedType()
830 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isComponentSwizzled()
832 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 22); in isComponentSwizzled()
836 case tcu::TextureFormat::ARGB: in isComponentSwizzled()
837 case tcu::TextureFormat::ABGR: in isComponentSwizzled()
838 case tcu::TextureFormat::BGR: in isComponentSwizzled()
839 case tcu::TextureFormat::BGRA: in isComponentSwizzled()
840 case tcu::TextureFormat::sBGR: in isComponentSwizzled()
841 case tcu::TextureFormat::sBGRA: in isComponentSwizzled()
852 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 22); in getNumUsedChannels()
854 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getNumUsedChannels()