/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_format.c | 342 FMT(B5G5R5A1_UNORM, RGB5_A1_UNORM, BGRA, L, VTR_), 346 FMT(B10G10R10A2_UNORM, RGB10_A2_UNORM, BGRA, L, VTR_), 350 FMT(B10G10R10A2_SNORM, RGB10_A2_SNORM, BGRA, L, VT__), 355 FMT(B10G10R10A2_SNORM, RGB10_A2_SNORM, BGRA, L, V___), 358 FMT(B10G10R10A2_UINT, RGB10_A2UI, BGRA, L, VTR_), 360 FMT(B10G10R10A2_USCALED, RGB10_A2UI, BGRA, L, V___), 362 FMT(B10G10R10A2_SINT, RGB10_A2I, BGRA, L, VTR_), 364 FMT(B10G10R10A2_SSCALED, RGB10_A2I, BGRA, L, V___), 370 FMT(B8G8R8A8_SSCALED, RGBA8I, BGRA, L, V___), 377 FMT(B8G8R8A8_USCALED, RGBA8UI, BGRA, [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 2963 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16; 2964 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; 3058 case FMT_CASE(BGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_UNORM; 3059 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM; 3060 case FMT_CASE(BGRA, UNSIGNED_INT8): return VK_FORMAT_B8G8R8A8_UINT; 3061 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT; 3062 case FMT_CASE(BGRA, USCALED_INT8): return VK_FORMAT_B8G8R8A8_USCALED; 3063 case FMT_CASE(BGRA, SSCALED_INT8): return VK_FORMAT_B8G8R8A8_SSCALED; 3066 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; 3067 case FMT_CASE(BGRA, SNORM_INT_1010102_RE [all...] |
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/third_party/ffmpeg/libavutil/ |
H A D | pixfmt.h | 42 * This is stored as BGRA on little-endian CPU architectures and ARGB on 95 AV_PIX_FMT_BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... 379 #define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA) 382 #define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 1255 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution() 1267 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution() 1278 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution() 1288 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution() 1407 format.order == tcu::TextureFormat::BGRA || in getComponentType() 1419 format.order == tcu::TextureFormat::BGRA || in getComponentType() 1430 format.order == tcu::TextureFormat::BGRA || in getComponentType() 1440 format.order == tcu::TextureFormat::BGRA || in getComponentType()
|
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | swscale_unscaled.c | 112 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, bgra, BGRA, accurate_rnd); \
|
/third_party/skia/src/gpu/ |
H A D | GrSwizzle.h | 56 static constexpr GrSwizzle BGRA() { return GrSwizzle("bgra"); } in BGRA() function in GrSwizzle
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | dwebp.c | 240 else if (!strcmp(fmt, "BGRA")) format = BGRA; in main() 353 case BGRA: output_buffer->colorspace = MODE_BGRA; break; in main()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 47 #define BGRA _ISL_SWIZZLE(BLUE, GREEN, RED, ALPHA) macro 150 swiz_fmt1(VK_FORMAT_B4G4R4A4_UNORM_PACK16, ISL_FORMAT_A4B4G4R4_UNORM, BGRA), 152 swiz_fmt1(VK_FORMAT_B5G6R5_UNORM_PACK16, ISL_FORMAT_B5G6R5_UNORM, BGRA), 154 swiz_fmt1(VK_FORMAT_B5G5R5A1_UNORM_PACK16, ISL_FORMAT_A1B5G5R5_UNORM, BGRA),
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | swscale_unscaled.c | 158 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, bgra, BGRA, accurate_rnd); \
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 615 case TextureFormat::BGRA: in isColorOrder() 666 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA in isValid() 681 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid() 750 case TextureFormat::BGRA: return 4; in getNumUsedChannels() 874 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }}; in getChannelReadSwizzle() local 895 case TextureFormat::BGRA: return BGRA; in getChannelReadSwizzle() 901 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle() 928 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }}; in getChannelWriteSwizzle() local 948 case TextureFormat::BGRA in getChannelWriteSwizzle() [all...] |
H A D | tcuTextureUtil.cpp | 498 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SSCALED_INT_1010102_REV) || 500 format == TextureFormat(TextureFormat::BGRA, TextureFormat::SIGNED_INT_1010102_REV)) 524 format == TextureFormat(TextureFormat::BGRA, TextureFormat::USCALED_INT_1010102_REV) || 525 format == TextureFormat(TextureFormat::BGRA, TextureFormat::UNSIGNED_INT_1010102_REV)) 1653 case TextureFormat::BGRA: swizzle = &RGBA; break;
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_unscaled.c | 1472 || CONV_IS(ARGB, BGRA) in findRgbConvFn() 1473 || CONV_IS(BGRA, ARGB) in findRgbConvFn() 1477 else if (CONV_IS(ABGR, BGRA) in findRgbConvFn() 1479 else if (CONV_IS(BGRA, RGBA) in findRgbConvFn() 1480 || CONV_IS(RGBA, BGRA)) conv = shuffle_bytes_2103; in findRgbConvFn() 1481 else if (CONV_IS(BGRA, ABGR) in findRgbConvFn()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 385 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), in readScreenPixels()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 221 BGRA = 6, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 225 BGRA = 6, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 228 BGRA = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 221 BGRA = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 225 BGRA = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 228 BGRA = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 221 BGRA = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 225 BGRA = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 228 BGRA = 6, enumerator
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 347 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 561 case_rgb(bgra, BGRA, sse2); in ff_sws_init_swscale_x86() 610 case_rgb(bgra, BGRA, avx); in ff_sws_init_swscale_x86()
|