Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 - 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c46 #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 Dexport_to_github.sh41 BLUE="\033[0;34m"
49 echo -e "${BLUE}${1}${NOCOLOR}" > /dev/stderr
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dconfig.rs187 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 Dtest_enum.py2194 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 Dtest_patma.py2067 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 Diris_formats.c64 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 DWithColor.cpp33 OS.changeColor(raw_ostream::BLUE); in WithColor()
54 OS.changeColor(raw_ostream::BLUE, true); in WithColor()
/third_party/backends/backend/
H A Dstv680.c1250 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 Dcanon.h68 #define BLUE 2 macro
H A Dlexmark.h142 BLUE enumerator
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py36 "running": Fore.BLUE,
288 print("? job: " + Fore.BLUE + args.target + Style.RESET_ALL)
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c33 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 Dvf_huesaturation.c42 #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 DOpenGLFunctions.h31 constexpr ScreenColor BLUE { 0.0f, 0.0f, 1.0f, 1.0f };
/third_party/skia/docs/examples/
H A DColor_Constants_a.cpp23 {"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 Draw_ostream.h81 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 Dir3_merge_regs.c511 #define BLUE "\x1b[0;34m" macro
512 #define SYN_SSA(x) BLUE x RESET
H A Dir3_print.c39 #define BLUE "\x1b[0;34m" macro
48 #define SYN_SSA(x) BLUE x RESET
/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c56 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 Dvp8l_dec.c44 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 Draw_ostream.h79 BLUE, enumerator
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java69 labelColor = Color.BLUE; in Style()
416 private static final Color[] REF_COLORS = { Color.BLUE,
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js436 [CanvasKit.GREEN, CanvasKit.BLUE],
580 [CanvasKit.GREEN, CanvasKit.BLUE],
/third_party/backends/backend/genesys/
H A Denums.h120 BLUE, member in genesys::ScanMethod::ColorFilter
H A Denums.cpp82 case ColorFilter::BLUE: out << "BLUE"; break; in operator <<()

Completed in 32 milliseconds

12