• Home
  • Raw
  • Download

Lines Matching refs:TextureFormat

75 	const tcu::TextureFormat tcuFormat = mapVkFormat(format);  in isDepthStencilFormat()
76 …n tcuFormat.order == tcu::TextureFormat::D || tcuFormat.order == tcu::TextureFormat::S || tcuForma… in isDepthStencilFormat()
83 case tcu::TextureFormat::sR: in isSrgbFormat()
84 case tcu::TextureFormat::sRG: in isSrgbFormat()
85 case tcu::TextureFormat::sRGB: in isSrgbFormat()
86 case tcu::TextureFormat::sRGBA: in isSrgbFormat()
87 case tcu::TextureFormat::sBGR: in isSrgbFormat()
88 case tcu::TextureFormat::sBGRA: in isSrgbFormat()
424 …return (tcuFormat.type == tcu::TextureFormat::UNSIGNED_INT64 || tcuFormat.type == tcu::TextureForm… in is64BitIntegerFormat()
429 using tcu::TextureFormat; in getYCbCrPlanarFormatDescription()
2770 VkFormat mapTextureFormat (const tcu::TextureFormat& format) in mapTextureFormat()
2772 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST < (1<<16)); in mapTextureFormat()
2773 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELTYPE_LAST < (1<<16)); in mapTextureFormat()
2776 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in mapTextureFormat()
3021 tcu::TextureFormat mapVkFormat (VkFormat format) in mapVkFormat()
3023 using tcu::TextureFormat; in mapVkFormat()
3030 …case VK_FORMAT_R4G4_UNORM_PACK8: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_BY… in mapVkFormat()
3031 …case VK_FORMAT_R5G6B5_UNORM_PACK16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM… in mapVkFormat()
3032 …case VK_FORMAT_R4G4B4A4_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNO… in mapVkFormat()
3033 …case VK_FORMAT_R5G5B5A1_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNO… in mapVkFormat()
3035 …case VK_FORMAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM… in mapVkFormat()
3036 …case VK_FORMAT_B4G4R4A4_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNO… in mapVkFormat()
3037 …case VK_FORMAT_B5G5R5A1_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNO… in mapVkFormat()
3039 …case VK_FORMAT_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNO… in mapVkFormat()
3041 case VK_FORMAT_R8_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT8); in mapVkFormat()
3042 case VK_FORMAT_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapVkFormat()
3043 …case VK_FORMAT_R8_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::USCALED_INT8); in mapVkFormat()
3044 …case VK_FORMAT_R8_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SSCALED_INT8); in mapVkFormat()
3045 case VK_FORMAT_R8_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT8); in mapVkFormat()
3046 case VK_FORMAT_R8_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapVkFormat()
3047 case VK_FORMAT_R8_SRGB: return TextureFormat(TextureFormat::sR, TextureFormat::UNORM_INT8); in mapVkFormat()
3049 case VK_FORMAT_R8G8_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT8); in mapVkFormat()
3050 case VK_FORMAT_R8G8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapVkFormat()
3051 …case VK_FORMAT_R8G8_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::USCALED_INT… in mapVkFormat()
3052 …case VK_FORMAT_R8G8_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SSCALED_INT… in mapVkFormat()
3053 …case VK_FORMAT_R8G8_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT8… in mapVkFormat()
3054 case VK_FORMAT_R8G8_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapVkFormat()
3055 case VK_FORMAT_R8G8_SRGB: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapVkFormat()
3057 …case VK_FORMAT_R8G8B8_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in mapVkFormat()
3058 …case VK_FORMAT_R8G8B8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapVkFormat()
3059 …case VK_FORMAT_R8G8B8_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::USCALED_I… in mapVkFormat()
3060 …case VK_FORMAT_R8G8B8_SSCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::SSCALED_I… in mapVkFormat()
3061 …case VK_FORMAT_R8G8B8_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_IN… in mapVkFormat()
3062 …case VK_FORMAT_R8G8B8_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8… in mapVkFormat()
3063 …case VK_FORMAT_R8G8B8_SRGB: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8… in mapVkFormat()
3065 …case VK_FORMAT_R8G8B8A8_UNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_IN… in mapVkFormat()
3066 …case VK_FORMAT_R8G8B8A8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_IN… in mapVkFormat()
3067 …case VK_FORMAT_R8G8B8A8_USCALED: return TextureFormat(TextureFormat::RGBA, TextureFormat::USCALED… in mapVkFormat()
3068 …case VK_FORMAT_R8G8B8A8_SSCALED: return TextureFormat(TextureFormat::RGBA, TextureFormat::SSCALED… in mapVkFormat()
3069 …case VK_FORMAT_R8G8B8A8_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_… in mapVkFormat()
3070 …case VK_FORMAT_R8G8B8A8_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_IN… in mapVkFormat()
3071 …case VK_FORMAT_R8G8B8A8_SRGB: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNORM_IN… in mapVkFormat()
3073 case VK_FORMAT_R16_UNORM: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in mapVkFormat()
3074 case VK_FORMAT_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapVkFormat()
3075 …case VK_FORMAT_R16_USCALED: return TextureFormat(TextureFormat::R, TextureFormat::USCALED_INT1… in mapVkFormat()
3076 …case VK_FORMAT_R16_SSCALED: return TextureFormat(TextureFormat::R, TextureFormat::SSCALED_INT1… in mapVkFormat()
3077 …case VK_FORMAT_R16_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapVkFormat()
3078 case VK_FORMAT_R16_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16); in mapVkFormat()
3079 case VK_FORMAT_R16_SFLOAT: return TextureFormat(TextureFormat::R, TextureFormat::HALF_FLOAT); in mapVkFormat()
3081 …case VK_FORMAT_R16G16_UNORM: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16… in mapVkFormat()
3082 …case VK_FORMAT_R16G16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16… in mapVkFormat()
3083 …case VK_FORMAT_R16G16_USCALED: return TextureFormat(TextureFormat::RG, TextureFormat::USCALED_I… in mapVkFormat()
3084 …case VK_FORMAT_R16G16_SSCALED: return TextureFormat(TextureFormat::RG, TextureFormat::SSCALED_I… in mapVkFormat()
3085 …case VK_FORMAT_R16G16_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_IN… in mapVkFormat()
3086 …case VK_FORMAT_R16G16_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT1… in mapVkFormat()
3087 …case VK_FORMAT_R16G16_SFLOAT: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT… in mapVkFormat()
3089 …case VK_FORMAT_R16G16B16_UNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_IN… in mapVkFormat()
3090 …case VK_FORMAT_R16G16B16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_IN… in mapVkFormat()
3091 …case VK_FORMAT_R16G16B16_USCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::USCALED… in mapVkFormat()
3092 …case VK_FORMAT_R16G16B16_SSCALED: return TextureFormat(TextureFormat::RGB, TextureFormat::SSCALED… in mapVkFormat()
3093 …case VK_FORMAT_R16G16B16_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_… in mapVkFormat()
3094 …case VK_FORMAT_R16G16B16_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_IN… in mapVkFormat()
3095 …case VK_FORMAT_R16G16B16_SFLOAT: return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLO… in mapVkFormat()
3097 …case VK_FORMAT_R16G16B16A16_UNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM… in mapVkFormat()
3098 …case VK_FORMAT_R16G16B16A16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM… in mapVkFormat()
3099 …case VK_FORMAT_R16G16B16A16_USCALED: return TextureFormat(TextureFormat::RGBA, TextureFormat::USCA… in mapVkFormat()
3100 …case VK_FORMAT_R16G16B16A16_SSCALED: return TextureFormat(TextureFormat::RGBA, TextureFormat::SSCA… in mapVkFormat()
3101 …case VK_FORMAT_R16G16B16A16_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGN… in mapVkFormat()
3102 …case VK_FORMAT_R16G16B16A16_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED… in mapVkFormat()
3103 …case VK_FORMAT_R16G16B16A16_SFLOAT: return TextureFormat(TextureFormat::RGBA, TextureFormat::HALF… in mapVkFormat()
3105 …case VK_FORMAT_R32_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32); in mapVkFormat()
3106 case VK_FORMAT_R32_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32); in mapVkFormat()
3107 case VK_FORMAT_R32_SFLOAT: return TextureFormat(TextureFormat::R, TextureFormat::FLOAT); in mapVkFormat()
3109 …case VK_FORMAT_R32G32_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_IN… in mapVkFormat()
3110 …case VK_FORMAT_R32G32_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT3… in mapVkFormat()
3111 case VK_FORMAT_R32G32_SFLOAT: return TextureFormat(TextureFormat::RG, TextureFormat::FLOAT); in mapVkFormat()
3113 …case VK_FORMAT_R32G32B32_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_… in mapVkFormat()
3114 …case VK_FORMAT_R32G32B32_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_IN… in mapVkFormat()
3115 case VK_FORMAT_R32G32B32_SFLOAT: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT); in mapVkFormat()
3117 …case VK_FORMAT_R32G32B32A32_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGN… in mapVkFormat()
3118 …case VK_FORMAT_R32G32B32A32_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED… in mapVkFormat()
3119 …case VK_FORMAT_R32G32B32A32_SFLOAT: return TextureFormat(TextureFormat::RGBA, TextureFormat::FLOA… in mapVkFormat()
3121 …case VK_FORMAT_R64_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT64); in mapVkFormat()
3122 …case VK_FORMAT_R64G64_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_IN… in mapVkFormat()
3123 …case VK_FORMAT_R64G64B64_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_… in mapVkFormat()
3124 …case VK_FORMAT_R64G64B64A64_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGN… in mapVkFormat()
3125 case VK_FORMAT_R64_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT64); in mapVkFormat()
3126 …case VK_FORMAT_R64G64_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT6… in mapVkFormat()
3127 …case VK_FORMAT_R64G64B64_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_IN… in mapVkFormat()
3128 …case VK_FORMAT_R64G64B64A64_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED… in mapVkFormat()
3129 case VK_FORMAT_R64_SFLOAT: return TextureFormat(TextureFormat::R, TextureFormat::FLOAT64); in mapVkFormat()
3130 case VK_FORMAT_R64G64_SFLOAT: return TextureFormat(TextureFormat::RG, TextureFormat::FLOAT64); in mapVkFormat()
3131 …case VK_FORMAT_R64G64B64_SFLOAT: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT64); in mapVkFormat()
3132 …case VK_FORMAT_R64G64B64A64_SFLOAT: return TextureFormat(TextureFormat::RGBA, TextureFormat::FLOA… in mapVkFormat()
3134 …case VK_FORMAT_B10G11R11_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UN… in mapVkFormat()
3135 …case VK_FORMAT_E5B9G9R9_UFLOAT_PACK32: return TextureFormat(TextureFormat::RGB, TextureFormat::UNS… in mapVkFormat()
3137 …case VK_FORMAT_B8G8R8_UNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_INT8); in mapVkFormat()
3138 …case VK_FORMAT_B8G8R8_SNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::SNORM_INT8); in mapVkFormat()
3139 …case VK_FORMAT_B8G8R8_USCALED: return TextureFormat(TextureFormat::BGR, TextureFormat::USCALED_I… in mapVkFormat()
3140 …case VK_FORMAT_B8G8R8_SSCALED: return TextureFormat(TextureFormat::BGR, TextureFormat::SSCALED_I… in mapVkFormat()
3141 …case VK_FORMAT_B8G8R8_UINT: return TextureFormat(TextureFormat::BGR, TextureFormat::UNSIGNED_IN… in mapVkFormat()
3142 …case VK_FORMAT_B8G8R8_SINT: return TextureFormat(TextureFormat::BGR, TextureFormat::SIGNED_INT8… in mapVkFormat()
3143 …case VK_FORMAT_B8G8R8_SRGB: return TextureFormat(TextureFormat::sBGR, TextureFormat::UNORM_INT8… in mapVkFormat()
3145 …case VK_FORMAT_B8G8R8A8_UNORM: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_IN… in mapVkFormat()
3146 …case VK_FORMAT_B8G8R8A8_SNORM: return TextureFormat(TextureFormat::BGRA, TextureFormat::SNORM_IN… in mapVkFormat()
3147 …case VK_FORMAT_B8G8R8A8_USCALED: return TextureFormat(TextureFormat::BGRA, TextureFormat::USCALED… in mapVkFormat()
3148 …case VK_FORMAT_B8G8R8A8_SSCALED: return TextureFormat(TextureFormat::BGRA, TextureFormat::SSCALED… in mapVkFormat()
3149 …case VK_FORMAT_B8G8R8A8_UINT: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_… in mapVkFormat()
3150 …case VK_FORMAT_B8G8R8A8_SINT: return TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_IN… in mapVkFormat()
3151 …case VK_FORMAT_B8G8R8A8_SRGB: return TextureFormat(TextureFormat::sBGRA, TextureFormat::UNORM_IN… in mapVkFormat()
3153 case VK_FORMAT_D16_UNORM: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapVkFormat()
3154 …case VK_FORMAT_X8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGN… in mapVkFormat()
3155 case VK_FORMAT_D32_SFLOAT: return TextureFormat(TextureFormat::D, TextureFormat::FLOAT); in mapVkFormat()
3157 case VK_FORMAT_S8_UINT: return TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8); in mapVkFormat()
3161 …case VK_FORMAT_D16_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNE… in mapVkFormat()
3162 …case VK_FORMAT_D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNE… in mapVkFormat()
3163 …case VK_FORMAT_D32_SFLOAT_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_… in mapVkFormat()
3166 …case VK_FORMAT_A8B8G8R8_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNO… in mapVkFormat()
3167 …case VK_FORMAT_A8B8G8R8_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNO… in mapVkFormat()
3168 …case VK_FORMAT_A8B8G8R8_USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::U… in mapVkFormat()
3169 …case VK_FORMAT_A8B8G8R8_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::S… in mapVkFormat()
3170 …case VK_FORMAT_A8B8G8R8_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSI… in mapVkFormat()
3171 …case VK_FORMAT_A8B8G8R8_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGN… in mapVkFormat()
3172 …case VK_FORMAT_A8B8G8R8_SRGB_PACK32: return TextureFormat(TextureFormat::sRGBA, TextureFormat::UNO… in mapVkFormat()
3177 …case VK_FORMAT_A2R10G10B10_UNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::… in mapVkFormat()
3178 …case VK_FORMAT_A2R10G10B10_SNORM_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::… in mapVkFormat()
3179 …case VK_FORMAT_A2R10G10B10_USCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat in mapVkFormat()
3180 …case VK_FORMAT_A2R10G10B10_SSCALED_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat in mapVkFormat()
3181 …case VK_FORMAT_A2R10G10B10_UINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::… in mapVkFormat()
3182 …case VK_FORMAT_A2R10G10B10_SINT_PACK32: return TextureFormat(TextureFormat::BGRA, TextureFormat::… in mapVkFormat()
3184 …case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::… in mapVkFormat()
3185 …case VK_FORMAT_A2B10G10R10_SNORM_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::… in mapVkFormat()
3186 …case VK_FORMAT_A2B10G10R10_USCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat in mapVkFormat()
3187 …case VK_FORMAT_A2B10G10R10_SSCALED_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat in mapVkFormat()
3188 …case VK_FORMAT_A2B10G10R10_UINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::… in mapVkFormat()
3189 …case VK_FORMAT_A2B10G10R10_SINT_PACK32: return TextureFormat(TextureFormat::RGBA, TextureFormat::… in mapVkFormat()
3192 …case VK_FORMAT_R10X6_UNORM_PACK16: return TextureFormat(TextureFormat::R, TextureFormat::UNOR… in mapVkFormat()
3193 …case VK_FORMAT_R10X6G10X6_UNORM_2PACK16: return TextureFormat(TextureFormat::RG, TextureFormat:… in mapVkFormat()
3194 …K_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16: return TextureFormat(TextureFormat::RGBA, TextureForm… in mapVkFormat()
3196 …case VK_FORMAT_R12X4_UNORM_PACK16: return TextureFormat(TextureFormat::R, TextureFormat::UNOR… in mapVkFormat()
3197 …case VK_FORMAT_R12X4G12X4_UNORM_2PACK16: return TextureFormat(TextureFormat::RG, TextureFormat:… in mapVkFormat()
3198 …K_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16: return TextureFormat(TextureFormat::RGBA, TextureForm… in mapVkFormat()
3200 …case VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT: return TextureFormat(TextureFormat::ARGB, TextureForm… in mapVkFormat()
3201 …case VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT: return TextureFormat(TextureFormat::ABGR, TextureForm… in mapVkFormat()
3327 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in fullTextureFormatRoundTripSupported()
3331 case tcu::TextureFormat::UNSIGNED_INT8: in fullTextureFormatRoundTripSupported()
3332 case tcu::TextureFormat::UNSIGNED_INT16: in fullTextureFormatRoundTripSupported()
3333 case tcu::TextureFormat::UNSIGNED_INT32: in fullTextureFormatRoundTripSupported()
3334 case tcu::TextureFormat::SIGNED_INT8: in fullTextureFormatRoundTripSupported()
3335 case tcu::TextureFormat::SIGNED_INT16: in fullTextureFormatRoundTripSupported()
3336 case tcu::TextureFormat::SIGNED_INT32: in fullTextureFormatRoundTripSupported()
3337 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
3338 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in fullTextureFormatRoundTripSupported()
3366 tcu::TextureFormat getChannelAccessFormat (tcu::TextureChannelClass type, in getChannelAccessFormat()
3370 using tcu::TextureFormat; in getChannelAccessFormat()
3374 static const TextureFormat::ChannelType s_size8[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3376 TextureFormat::SNORM_INT8, // snorm in getChannelAccessFormat()
3377 TextureFormat::UNORM_INT8, // unorm in getChannelAccessFormat()
3378 TextureFormat::SIGNED_INT8, // sint in getChannelAccessFormat()
3379 TextureFormat::UNSIGNED_INT8, // uint in getChannelAccessFormat()
3380 TextureFormat::CHANNELTYPE_LAST, // float in getChannelAccessFormat()
3382 static const TextureFormat::ChannelType s_size16[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3384 TextureFormat::SNORM_INT16, // snorm in getChannelAccessFormat()
3385 TextureFormat::UNORM_INT16, // unorm in getChannelAccessFormat()
3386 TextureFormat::SIGNED_INT16, // sint in getChannelAccessFormat()
3387 TextureFormat::UNSIGNED_INT16, // uint in getChannelAccessFormat()
3388 TextureFormat::HALF_FLOAT, // float in getChannelAccessFormat()
3390 static const TextureFormat::ChannelType s_size32[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3392 TextureFormat::SNORM_INT32, // snorm in getChannelAccessFormat()
3393 TextureFormat::UNORM_INT32, // unorm in getChannelAccessFormat()
3394 TextureFormat::SIGNED_INT32, // sint in getChannelAccessFormat()
3395 TextureFormat::UNSIGNED_INT32, // uint in getChannelAccessFormat()
3396 TextureFormat::FLOAT, // float in getChannelAccessFormat()
3399 static const TextureFormat::ChannelType s_size64[tcu::TEXTURECHANNELCLASS_LAST] = in getChannelAccessFormat()
3401 TextureFormat::CHANNELTYPE_LAST, // snorm in getChannelAccessFormat()
3402 TextureFormat::CHANNELTYPE_LAST, // unorm in getChannelAccessFormat()
3403 TextureFormat::SIGNED_INT64, // sint in getChannelAccessFormat()
3404 TextureFormat::UNSIGNED_INT64, // uint in getChannelAccessFormat()
3405 TextureFormat::FLOAT64, // float in getChannelAccessFormat()
3408 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat()
3419 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()
3420 return TextureFormat(TextureFormat::R, chnType); in getChannelAccessFormat()
3427 return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_10); in getChannelAccessFormat()
3431 return TextureFormat(TextureFormat::R, TextureFormat::UNORM_SHORT_12); in getChannelAccessFormat()
3545 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in imageUtilSelfTest()
3644 const tcu::TextureFormat tcuFormat (mapVkFormat(format)); in getFormatComponentWidth()
3653 case tcu::TextureFormat::UNORM_INT8: in getFormatComponentWidth()
3654 case tcu::TextureFormat::SNORM_INT8: in getFormatComponentWidth()
3655 case tcu::TextureFormat::UNSIGNED_INT8: in getFormatComponentWidth()
3656 case tcu::TextureFormat::SIGNED_INT8: in getFormatComponentWidth()
3659 case tcu::TextureFormat::UNORM_SHORT_10: in getFormatComponentWidth()
3662 case tcu::TextureFormat::UNORM_SHORT_12: in getFormatComponentWidth()
3665 case tcu::TextureFormat::UNORM_INT16: in getFormatComponentWidth()
3666 case tcu::TextureFormat::SNORM_INT16: in getFormatComponentWidth()
3667 case tcu::TextureFormat::UNSIGNED_INT16: in getFormatComponentWidth()
3668 case tcu::TextureFormat::SIGNED_INT16: in getFormatComponentWidth()
3671 case tcu::TextureFormat::UNORM_INT24: in getFormatComponentWidth()
3672 case tcu::TextureFormat::UNSIGNED_INT24: in getFormatComponentWidth()
3675 case tcu::TextureFormat::UNORM_INT32: in getFormatComponentWidth()
3676 case tcu::TextureFormat::SNORM_INT32: in getFormatComponentWidth()
3677 case tcu::TextureFormat::UNSIGNED_INT32: in getFormatComponentWidth()
3678 case tcu::TextureFormat::SIGNED_INT32: in getFormatComponentWidth()
3679 case tcu::TextureFormat::FLOAT: in getFormatComponentWidth()
3682 case tcu::TextureFormat::FLOAT64: in getFormatComponentWidth()
3683 case tcu::TextureFormat::UNSIGNED_INT64: in getFormatComponentWidth()
3684 case tcu::TextureFormat::SIGNED_INT64: in getFormatComponentWidth()
3688 case tcu::TextureFormat::UNORM_SHORT_4444: in getFormatComponentWidth()
3689 case tcu::TextureFormat::UNSIGNED_SHORT_4444: in getFormatComponentWidth()
3692 case tcu::TextureFormat::UNORM_SHORT_565: in getFormatComponentWidth()
3693 case tcu::TextureFormat::UNSIGNED_SHORT_565: in getFormatComponentWidth()
3696 case tcu::TextureFormat::UNSIGNED_INT_24_8: in getFormatComponentWidth()
3697 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in getFormatComponentWidth()
3698 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getFormatComponentWidth()
3701 case tcu::TextureFormat::UNORM_SHORT_1555: in getFormatComponentWidth()
3704 case tcu::TextureFormat::UNORM_INT_1010102_REV: in getFormatComponentWidth()
3705 case tcu::TextureFormat::SNORM_INT_1010102_REV: in getFormatComponentWidth()
3706 case tcu::TextureFormat::UNSIGNED_INT_1010102_REV: in getFormatComponentWidth()
3707 case tcu::TextureFormat::SIGNED_INT_1010102_REV: in getFormatComponentWidth()
3877 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format, floa… in mapSampler()
4135 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat()
4154 return tcu::TextureFormat(); in getDepthCopyFormat()
4160 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat) in getStencilCopyFormat()
4175 return tcu::TextureFormat(); in getStencilCopyFormat()
4179 VkImageAspectFlags getImageAspectFlags (const tcu::TextureFormat textureFormat) in getImageAspectFlags()
4673 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in initColorImageChessboardPattern()
4974 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in initDepthStencilImageChessboardPattern()
5232 tcu::TextureFormat format, in allocateAndBindSparseImage()