/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_formats.c | 52 swizzle = ISL_SWIZZLE(RED, RED, RED, RED); in iris_format_for_usage() 54 swizzle = ISL_SWIZZLE(RED, RED, RED, ONE); in iris_format_for_usage() 56 swizzle = ISL_SWIZZLE(RED, RED, RED, GREE in iris_format_for_usage() [all...] |
/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) 163 _ISL_SWIZZLE(RED, ZERO, ZERO, 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)), 350 chroma_plane(2, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(RED, ZERO, ZERO, ZERO), 2, 2)), 353 chroma_plane(1, ISL_FORMAT_R8G8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZERO, ZERO), 2, 2)), 357 chroma_plane(2, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(RED, ZERO, ZERO, ZERO), 2, 1)), 360 chroma_plane(1, ISL_FORMAT_R8G8_UNORM, RGBA, _ISL_SWIZZLE(BLUE, RED, ZER [all...] |
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/ |
H A D | run.sh | 33 RED='\033[0;31m' 35 printf "${RED}"
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | poe_run.py | 41 RED = '\033[0;31m' 43 print(RED + message + NO_COLOR)
|
H A D | cros_servo_run.py | 56 RED = '\033[0;31m' 58 print(RED + message + NO_COLOR)
|
H A D | fastboot_run.py | 45 RED = '\033[0;31m' 47 print(RED + message + NO_COLOR)
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 39 RED="\033[0;31m" 44 echo -e "${RED}${1}${NOCOLOR}" > /dev/stderr
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 42 OS.changeColor(raw_ostream::RED); in WithColor() 45 OS.changeColor(raw_ostream::RED, true); in WithColor()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 778 "'RED' is not a valid ", 780 self.MainEnum('RED') 2192 RED = 1 variable in TestSpecial.test_default_missing_no_chained_exception.Color 2292 RED = auto() variable in TestSpecial.test_multiple_mixin.Color 2295 self.assertEqual(Color.RED.value, 1) 2301 RED = auto() variable in TestSpecial.test_multiple_mixin.Color 2305 self.assertEqual(Color.RED.value, 1) 2311 RED = auto() variable in TestSpecial.test_multiple_mixin.Color 2315 self.assertEqual(Color.RED.value, 1) 2321 RED variable in TestSpecial.test_multiple_mixin.CoolColor 2331 RED = auto() global() variable in TestSpecial.test_multiple_mixin.CoolerColor 2342 RED = auto() global() variable in TestSpecial.test_multiple_mixin.CoolestColor 2353 RED = auto() global() variable in TestSpecial.test_multiple_mixin.ConfusedColor 2364 RED = auto() global() variable in TestSpecial.test_multiple_mixin.ReformedColor 2896 RED = 1 global() variable in OldTestFlag.Color 3281 RED = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3290 RED = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3300 RED = auto() global() variable in OldTestFlag.test_multiple_mixin.Color 3403 RED = 1 global() variable in OldTestIntFlag.Color 3826 RED = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 3835 RED = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 3845 RED = auto() global() variable in OldTestIntFlag.test_multiple_mixin.Color 4087 RED = 1 global() variable in TestVerify.test_negative_alias.Color [all...] |
/third_party/backends/backend/ |
H A D | stv680.c | 1250 int RED, GREEN, BLUE; in stv680_bayer_unshuffle() local 1261 RED = dev->red_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() 1355 *(dev->output + AD (x, y, vw) + RED) = in stv680_bayer_unshuffle() 1356 ((int) *(dev->output + AD (x, y - 1, vw) + RED) + in stv680_bayer_unshuffle() 1357 (int) *(dev->output + AD (x, y + 1, vw) + RED)) >> 1; in stv680_bayer_unshuffle() 1366 *(dev->output + AD (x, y, vw) + RED) = in stv680_bayer_unshuffle() 1367 ((int) *(dev->output + AD (x - 1, y - 1, vw) + RED) + in stv680_bayer_unshuffle() 1368 (int) *(dev->output + AD (x - 1, y + 1, vw) + RED) in stv680_bayer_unshuffle() [all...] |
H A D | canon.h | 66 #define RED 0 macro
|
H A D | lexmark.h | 140 RED = 0, enumerator
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
H A D | piglit-traces.sh | 23 RED='\033[0;31m' 25 printf "${RED}"
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
H A D | GameConstants.h | 28 constexpr ScreenColor kLoadingFailedColor = RED;
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 33 enum { RED = 0, GREEN, BLUE, ALPHA }; enumerator 44 rgba_map[RED] = desc->comp[0].plane; in ff_fill_rgba_map() 70 av_assert0(rgba_map[RED] != rgba_map[GREEN]); in ff_fill_rgba_map() 72 av_assert0(rgba_map[BLUE] != rgba_map[RED]); in ff_fill_rgba_map() 73 av_assert0(rgba_map[RED] != rgba_map[ALPHA]); in ff_fill_rgba_map()
|
H A D | vf_huesaturation.c | 38 #define RED (1 << REDS) macro 140 if (colors & RED) \ 452 { "r", "set reds", 0, AV_OPT_TYPE_CONST, {.i64=RED}, 0, 0, VF, "colors" },
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | VolumeBarView.java | 45 mBarPaint.setColor(Color.RED); in init()
|
H A D | WaveformView.java | 62 mCursorPaint.setColor(Color.RED); in init()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
H A D | OpenGLFunctions.h | 29 constexpr ScreenColor RED { 1.0f, 0.0f, 0.0f, 1.0f };
|
/third_party/skia/docs/examples/ |
H A D | Color_Constants_a.cpp | 21 {"red", SkColorSetRGB(255, 0, 0), SKIA_COLOR_PAIR(RED) }, 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 | 78 RED, member in llvm::raw_ostream::Colors 90 static const Colors RED = Colors::RED; member in llvm::raw_ostream
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 50 RED = "\033[91m" variable in tcolors 69 print(tcolors.BOLD + tcolors.RED + msg + tcolors.NORMAL, **kwargs)
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
H A D | Launcher.java | 126 statusLabel.setForeground(Color.RED); in showFailure()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_print.c | 37 #define RED "\x1b[0;31m" macro 45 #define SYN_REG(x) RED x RESET
|
/third_party/ffmpeg/libavcodec/ |
H A D | rpzaenc.c | 54 RED = 2, enumerator 69 #define R(color) GET_CHAN(color, RED) 228 *chan = RED; in get_max_component_diff()
|