/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 46 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) 47 #define BGRA _ISL_SWIZZLE(BLUE, GREEN, RED, ALPHA) 48 #define RGB1 _ISL_SWIZZLE(RED, GREEN, BLUE, ONE) 344 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 346 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 349 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2), 353 chroma_plane(1, ISL_FORMAT_R8G8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZERO, ZERO), 2, 2)), 356 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 1), 360 chroma_plane(1, ISL_FORMAT_R8G8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZERO, ZERO), 2, 1)), 363 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, ZER [all...] |
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 41 BLUE="\033[0;34m" 49 echo -e "${BLUE}${1}${NOCOLOR}" > /dev/stderr
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | config.rs | 187 const BLUE: Color = Color::Cyan; in default() consts 189 const BLUE: Color = Color::Blue; in default() consts 191 Self::with_blue(BLUE) in default()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2194 BLUE = 3 variable in TestSpecial.test_default_missing_no_chained_exception.Color 2294 BLUE = auto() variable in TestSpecial.test_multiple_mixin.Color 2297 self.assertEqual(Color.BLUE.value, 3) 2299 self.assertEqual(str(Color.BLUE), 'Color.BLUE') 2303 BLUE = auto() variable in TestSpecial.test_multiple_mixin.Color 2307 self.assertEqual(Color.BLUE.value, 3) 2309 self.assertEqual(str(Color.BLUE), 'blue') 2313 BLUE = auto() variable in TestSpecial.test_multiple_mixin.Color 2317 self.assertEqual(Color.BLUE 2323 BLUE = auto() global() variable in TestSpecial.test_multiple_mixin.CoolColor 2333 BLUE = auto() global() variable in TestSpecial.test_multiple_mixin.CoolerColor 2344 BLUE = auto() global() variable in TestSpecial.test_multiple_mixin.CoolestColor 2355 BLUE = auto() global() variable in TestSpecial.test_multiple_mixin.ConfusedColor 2366 BLUE = auto() global() variable in TestSpecial.test_multiple_mixin.ReformedColor 2899 BLUE = 4 global() variable in OldTestFlag.Color 3283 BLUE = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3292 BLUE = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3302 BLUE = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3406 BLUE = 4 global() variable in OldTestIntFlag.Color 3828 BLUE = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 3837 BLUE = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 3847 BLUE = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 4089 BLUE = 4 global() variable in TestVerify.test_negative_alias.Color [all...] |
H A D | test_patma.py | 2067 BLUE = 2 variable in TestPatma.test_patma_198.Color 2074 case Color.BLUE: 2078 self.assertEqual(f(Color.BLUE), "I'm feeling the blues :(") 2093 BLUE = 2 variable in TestPatma.test_patma_199.Color 2100 case Color.BLUE: 2104 self.assertEqual(f(Color.BLUE), "I'm feeling the blues :(")
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_formats.c | 64 swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE); in iris_format_for_usage() 93 swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE); in iris_format_for_usage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 33 OS.changeColor(raw_ostream::BLUE); in WithColor() 54 OS.changeColor(raw_ostream::BLUE, true); in WithColor()
|
/third_party/backends/backend/ |
H A D | stv680.c | 1250 int RED, GREEN, BLUE; in stv680_bayer_unshuffle() local 1263 BLUE = dev->blue_s; in stv680_bayer_unshuffle() 1270 "stv680_bayer_unshuffle: color read RED=%d, GREEN=%d, BLUE=%d\n", in stv680_bayer_unshuffle() 1271 RED, GREEN, BLUE); in stv680_bayer_unshuffle() 1352 *(dev->output + AD (x, y, vw) + BLUE) = in stv680_bayer_unshuffle() 1353 ((int) *(dev->output + AD (x - 1, y, vw) + BLUE) + in stv680_bayer_unshuffle() 1354 (int) *(dev->output + AD (x + 1, y, vw) + BLUE)) >> 1; in stv680_bayer_unshuffle() 1379 *(dev->output + AD (x, y, vw) + BLUE) = in stv680_bayer_unshuffle() 1380 ((int) *(dev->output + AD (x - 1, y - 1, vw) + BLUE) + in stv680_bayer_unshuffle() 1381 (int) *(dev->output + AD (x + 1, y - 1, vw) + BLUE) in stv680_bayer_unshuffle() [all...] |
H A D | canon.h | 68 #define BLUE 2 macro
|
H A D | lexmark.h | 142 BLUE enumerator
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 36 "running": Fore.BLUE, 288 print("? job: " + Fore.BLUE + args.target + Style.RESET_ALL)
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 33 enum { RED = 0, GREEN, BLUE, ALPHA }; enumerator 46 rgba_map[BLUE] = desc->comp[2].plane; in ff_fill_rgba_map() 71 av_assert0(rgba_map[GREEN] != rgba_map[BLUE]); in ff_fill_rgba_map() 72 av_assert0(rgba_map[BLUE] != rgba_map[RED]); in ff_fill_rgba_map() 75 av_assert0(rgba_map[BLUE] != rgba_map[ALPHA]); in ff_fill_rgba_map()
|
H A D | vf_huesaturation.c | 42 #define BLUE (1 << BLUES) macro 148 if (colors & BLUE) \ 456 { "b", "set blues", 0, AV_OPT_TYPE_CONST, {.i64=BLUE}, 0, 0, VF, "colors" },
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
H A D | OpenGLFunctions.h | 31 constexpr ScreenColor BLUE { 0.0f, 0.0f, 1.0f, 1.0f };
|
/third_party/skia/docs/examples/ |
H A D | Color_Constants_a.cpp | 23 {"blue", SkColorSetRGB( 0, 0, 255), SKIA_COLOR_PAIR(BLUE) }, in REG_FIDDLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 81 BLUE, member in llvm::raw_ostream::Colors 93 static const Colors BLUE = Colors::BLUE; member in llvm::raw_ostream
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 511 #define BLUE "\x1b[0;34m" macro 512 #define SYN_SSA(x) BLUE x RESET
|
H A D | ir3_print.c | 39 #define BLUE "\x1b[0;34m" macro 48 #define SYN_SSA(x) BLUE x RESET
|
/third_party/ffmpeg/libavcodec/ |
H A D | rpzaenc.c | 56 BLUE = 0, enumerator 71 #define B(color) GET_CHAN(color, BLUE) 236 *chan = BLUE; in get_max_component_diff()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 44 BLUE = 2, enumerator 241 bits >>= AccumulateHCode(htree_group->htrees[BLUE][bits], 0, huff); in BuildPackedTable() 504 const int blue = htrees[BLUE][0].value; in ReadHuffmanCodes() 843 if (htrees[BLUE][0].bits > 0) return 0; in Is8bOptimizable() 1173 blue = ReadSymbol(htree_group->htrees[BLUE], br); in DecodeImageData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | raw_ostream.h | 79 BLUE, enumerator
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 69 labelColor = Color.BLUE; in Style() 416 private static final Color[] REF_COLORS = { Color.BLUE,
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 436 [CanvasKit.GREEN, CanvasKit.BLUE], 580 [CanvasKit.GREEN, CanvasKit.BLUE],
|
/third_party/backends/backend/genesys/ |
H A D | enums.h | 120 BLUE, member in genesys::ScanMethod::ColorFilter
|
H A D | enums.cpp | 82 case ColorFilter::BLUE: out << "BLUE"; break; in operator <<()
|