Home
last modified time | relevance | path

Searched refs:RED (Results 1 - 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_formats.c52 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 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)
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 Drun.sh33 RED='\033[0;31m'
35 printf "${RED}"
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dpoe_run.py41 RED = '\033[0;31m'
43 print(RED + message + NO_COLOR)
H A Dcros_servo_run.py56 RED = '\033[0;31m'
58 print(RED + message + NO_COLOR)
H A Dfastboot_run.py45 RED = '\033[0;31m'
47 print(RED + message + NO_COLOR)
/third_party/node/deps/v8/tools/cppgc/
H A Dexport_to_github.sh39 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 DWithColor.cpp42 OS.changeColor(raw_ostream::RED); in WithColor()
45 OS.changeColor(raw_ostream::RED, true); in WithColor()
/third_party/python/Lib/test/
H A Dtest_enum.py778 "'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 Dstv680.c1250 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 Dcanon.h66 #define RED 0 macro
H A Dlexmark.h140 RED = 0, enumerator
/third_party/mesa3d/.gitlab-ci/piglit/
H A Dpiglit-traces.sh23 RED='\033[0;31m'
25 printf "${RED}"
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A DGameConstants.h28 constexpr ScreenColor kLoadingFailedColor = RED;
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c33 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 Dvf_huesaturation.c38 #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 DVolumeBarView.java45 mBarPaint.setColor(Color.RED); in init()
H A DWaveformView.java62 mCursorPaint.setColor(Color.RED); in init()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/
H A DOpenGLFunctions.h29 constexpr ScreenColor RED { 1.0f, 0.0f, 0.0f, 1.0f };
/third_party/skia/docs/examples/
H A DColor_Constants_a.cpp21 {"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 Draw_ostream.h78 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 Dlibinput-measure-fuzz.py50 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 DLauncher.java126 statusLabel.setForeground(Color.RED); in showFailure()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c37 #define RED "\x1b[0;31m" macro
45 #define SYN_REG(x) RED x RESET
/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c54 RED = 2, enumerator
69 #define R(color) GET_CHAN(color, RED)
228 *chan = RED; in get_max_component_diff()

Completed in 21 milliseconds

123