HomeSort by relevance Sort by last modified time
    Searched refs:RGB (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 76 inst->RGB.Src[src].Index);
112 GET_SWZ(inst->RGB.Arg[arg].Swizzle, chan);
116 inst->RGB.Arg[arg].Source);
123 if (inst->RGB.Src[src].Used && (refmasks[src] & RC_MASK_XYZ))
124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index,
157 U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index;
158 src_array = fullinst->U.P.RGB.Src;
216 * This function calls the callback function (cb) for each arg of the RGB and
230 pair_sub_for_all_args(inst, &inst->U.P.RGB, cb, userdata)
    [all...]
r500_fragprog_emit.c 161 unsigned int t = inst->RGB.Arg[arg].Source;
163 t |= inst->RGB.Arg[arg].Negate << 11;
164 t |= inst->RGB.Arg[arg].Abs << 12;
167 t |= fix_hw_swizzle(GET_SWZ(inst->RGB.Arg[arg].Swizzle, comp)) << (3*comp + 2);
248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX ||
249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) {
255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode);
258 if (inst->RGB.OutputWriteMask || inst->Alpha.OutputWriteMask || inst->Alpha.DepthWriteMask) {
269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11);
271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18)
    [all...]
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB;
103 unsigned int rgb, unsigned int alpha,
radeon_variable.c 64 sub = &var_ptr->Inst->U.P.RGB;
103 pair_inst->RGB.Src[src_index]
105 pair_inst->RGB.Src[src_index]
107 pair_inst->RGB.Src[src_index]
377 &inst->U.P.RGB);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 161 unsigned int t = inst->RGB.Arg[arg].Source;
163 t |= inst->RGB.Arg[arg].Negate << 11;
164 t |= inst->RGB.Arg[arg].Abs << 12;
167 t |= fix_hw_swizzle(GET_SWZ(inst->RGB.Arg[arg].Swizzle, comp)) << (3*comp + 2);
248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX ||
249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) {
255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode);
258 if (inst->RGB.OutputWriteMask || inst->Alpha.OutputWriteMask || inst->Alpha.DepthWriteMask) {
269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11);
271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18)
    [all...]
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB;
103 unsigned int rgb, unsigned int alpha,
radeon_variable.c 64 sub = &var_ptr->Inst->U.P.RGB;
103 pair_inst->RGB.Src[src_index]
105 pair_inst->RGB.Src[src_index]
107 pair_inst->RGB.Src[src_index]
377 &inst->U.P.RGB);
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 91 RGB Color R, G, B components
112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB
113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB
115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB
177 RGB red green blue
189 BLUE, ALPHA, RGB, RGBA, ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, and
193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 91 RGB Color R, G, B components
112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB
113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB
115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB
177 RGB red green blue
189 BLUE, ALPHA, RGB, RGBA, ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, and
193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 139 RGB (3),
191 case RGB:
192 mShader += " col.rgb = texture2D(UNI_Tex0, t0).rgb;\n";
207 case RGB:
208 mShader += " col.rgb *= texture2D(UNI_Tex0, t0).rgb;\n";
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 115 # Decorate (rgb-vals(1 string) filename)
118 my $RGB = shift;
126 push (@Output, "C$RGB\n");
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_defines.h 49 #undef RGB
50 #define RGB(r,g,b) r|g<<8|b<<16
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterCurves.java 57 if (!mParameters.getSpline(Spline.RGB).isOriginal()) {
59 populateArray(rgbGradient, Spline.RGB);
  /external/chromium_org/skia/ext/
platform_device_win.cc 38 res = SetBkColor(context, RGB(255, 255, 255));
40 res = SetTextColor(context, RGB(0, 0, 0));
42 res = SetDCBrushColor(context, RGB(255, 255, 255));
44 res = SetDCPenColor(context, RGB(0, 0, 0));
skia_utils_win.cc 54 return RGB(SkColorGetR(color), SkColorGetG(color), SkColorGetB(color));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 146 map |= RC_IN_USAGE(RGB);
308 INIT_COMBINER(RGB, ctx, &rc_c, i);
342 INPUT_SRC(&rc, D, E_TIMES_F, RGB);
343 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB);
348 INPUT_SRC(&rc, C, FOG, RGB);
357 INPUT_SRC(&rc, B, SPARE0, RGB);
360 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 146 map |= RC_IN_USAGE(RGB);
308 INIT_COMBINER(RGB, ctx, &rc_c, i);
342 INPUT_SRC(&rc, D, E_TIMES_F, RGB);
343 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB);
348 INPUT_SRC(&rc, C, FOG, RGB);
357 INPUT_SRC(&rc, B, SPARE0, RGB);
360 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 35 There is no support for converting YCbCr images to RGB or vice versa
37 RGB during texture sampling, after-which, all the usual per-fragment
45 data to RGB one would need to examine two pixels from columns N and N+1
46 (where N is even) to deduce the RGB color.
127 YCbCr, not RGB. Queries of the texture's red, green and blue component
128 sizes will return zero. The YCbCr colors are converted to RGB during
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 35 There is no support for converting YCbCr images to RGB or vice versa
37 RGB during texture sampling, after-which, all the usual per-fragment
45 data to RGB one would need to examine two pixels from columns N and N+1
46 (where N is even) to deduce the RGB color.
127 YCbCr, not RGB. Queries of the texture's red, green and blue component
128 sizes will return zero. The YCbCr colors are converted to RGB during
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 54 private int mCurrentCurveIndex = Spline.RGB;
193 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.RED) {
196 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.GREEN) {
199 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.BLUE) {
202 // We only display the other channels curves when showing the RGB curve
203 if (mCurrentCurveIndex == Spline.RGB) {
420 mCurrentCurveIndex = Spline.RGB;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 276 src_colorspace = RGB,
277 dst_colorspace = RGB):
285 assert dst_colorspace == RGB
297 assert src_colorspace == RGB
468 src_colorspace = RGB
496 src_colorspace = RGB
536 dst_colorspace = RGB
574 dst_colorspace = RGB
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 363 ColorKey.dwColorSpaceHighValue = RGB(0, 0, 0);
364 ColorKey.dwColorSpaceLowValue = RGB(0, 0, 0);
373 RGB(255, 0, 0), RGB(0, 0, 0), 0.25f, 0.1f, 1.0f,
404 ColorKey.dwColorSpaceHighValue = RGB(0,0,0);
405 ColorKey.dwColorSpaceLowValue = RGB(0,0,0);
407 renderModule->SetText(1, NULL, 20, RGB(255,255,255),
408 RGB(0,0,0), 0.0f, 0.0f, 0.0f, 0.0f);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 276 src_colorspace = RGB,
277 dst_colorspace = RGB):
285 assert dst_colorspace == RGB
297 assert src_colorspace == RGB
468 src_colorspace = RGB
496 src_colorspace = RGB
536 dst_colorspace = RGB
574 dst_colorspace = RGB
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm_neon.S     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 32 import org.eclipse.swt.graphics.RGB;
139 public @NonNull IColor registerColor(int rgb) {
142 Integer key = Integer.valueOf(rgb);
146 (rgb >> 16) & 0xFF,
147 (rgb >> 8) & 0xFF,
148 (rgb >> 0) & 0xFF));
431 RGB stroke = swtStyle.getStrokeColor();
436 RGB fill = swtStyle.getFillColor();
468 * @param defaultColorDesc The RGB values to initialize the color to if we
472 private Color getStrokeColor(DrawingStyle style, RGB defaultColorDesc)
    [all...]

Completed in 848 milliseconds

12 3 4 5 6 7