Home
last modified time | relevance | path

Searched refs:ABGR (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libavutil/
H A Dpixfmt.h94 AV_PIX_FMT_ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
380 #define AV_PIX_FMT_RGB32_1 AV_PIX_FMT_NE(RGBA, ABGR)
381 #define AV_PIX_FMT_BGR32 AV_PIX_FMT_NE(ABGR, RGBA)
H A Dhwcontext_vaapi.c137 MAP(ABGR, RGB32, ABGR, 0),
1006 DRM_MAP(ABGR, 1, DRM_FORMAT_RGBA8888),
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_format.c371 FMT(A8B8G8R8_SSCALED, RGBA8I, ABGR, L, V___),
378 FMT(A8B8G8R8_USCALED, RGBA8UI, ABGR, L, V___),
427 FMT(A8B8G8R8_UINT, RGBA8UI, ABGR, L, VTR_),
473 FMT(A8B8G8R8_UNORM, RGBA8_UNORM, ABGR, L, VTR_),
497 FMT(A8B8G8R8_SRGB, RGBA8_UNORM, ABGR, S, VTR_),
/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale_unscaled.c111 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, abgr, ABGR, accurate_rnd); \
/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c157 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, abgr, ABGR, accurate_rnd); \
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp613 case TextureFormat::ABGR: in isColorOrder()
667 || format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR; in isValid()
670 return format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR; in isValid()
748 case TextureFormat::ABGR: return 4; in getNumUsedChannels()
876 static const TextureSwizzle ABGR = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0 }}; in getChannelReadSwizzle() local
893 case TextureFormat::ABGR: return ABGR; in getChannelReadSwizzle()
930 static const TextureSwizzle ABGR = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0 }}; in getChannelWriteSwizzle() local
946 case TextureFormat::ABGR: return ABGR; in getChannelWriteSwizzle()
[all...]
H A DtcuTexture.hpp55 ABGR, enumerator
/third_party/ffmpeg/libswscale/
H A Dswscale_unscaled.c1471 if ( CONV_IS(ABGR, RGBA) in findRgbConvFn()
1474 || CONV_IS(RGBA, ABGR)) conv = shuffle_bytes_3210; in findRgbConvFn()
1475 else if (CONV_IS(ABGR, ARGB) in findRgbConvFn()
1476 || CONV_IS(ARGB, ABGR)) conv = shuffle_bytes_0321; in findRgbConvFn()
1477 else if (CONV_IS(ABGR, BGRA) in findRgbConvFn()
1481 else if (CONV_IS(BGRA, ABGR) in findRgbConvFn()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs234 ABGR = 19, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs238 ABGR = 19, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs241 ABGR = 19, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs234 ABGR = 19, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs238 ABGR = 19, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs241 ABGR = 19, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs234 ABGR = 19, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs238 ABGR = 19, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs241 ABGR = 19, enumerator
/third_party/ffmpeg/libswscale/x86/
H A Dswscale.c563 case_rgb(abgr, ABGR, sse2); in ff_sws_init_swscale_x86()
612 case_rgb(abgr, ABGR, avx); in ff_sws_init_swscale_x86()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp837 case tcu::TextureFormat::ABGR: in isComponentSwizzled()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp837 case tcu::TextureFormat::ABGR: in isComponentSwizzled()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs308 ABGR = 19, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs308 ABGR = 19, enumerator
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2959 case FMT_CASE(ABGR, UNORM_SHORT_1555): return VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR;
3117 case FMT_CASE(ABGR, UNORM_SHORT_4444): return VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT;
3218 case VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR: return TextureFormat(TextureFormat::ABGR, TextureFormat::UNORM_SHORT_1555);
3384 case VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT: return TextureFormat(TextureFormat::ABGR, TextureFormat::UNORM_SHORT_4444);
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.cs344 ABGR = 19, enumerator
/third_party/spirv-tools/test/
H A Doperand_capabilities_test.cpp360 CASE1(IMAGE_CHANNEL_ORDER, ImageChannelOrder::ABGR, Kernel),

Completed in 84 milliseconds

12