Searched refs:RGB (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
102 pair->RGB.Src[candidate].Used = 1;
103 pair->RGB.Src[candidate].File = file;
104 pair->RGB.Src[candidate].Index = index;
110 pair->RGB.Src[i].Used = 1;
158 pair->RGB
[all...]
H A Dradeon_pair_dead_sources.c28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
53 inst->U.P.RGB.Src[i].Used = 0;
56 mark_used(inst, &inst->U.P.RGB);
59 mark_used_presub(&inst->U.P.RGB);
H A Dradeon_pair_translate.c163 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
165 pair->RGB.Opcode = inst->Opcode;
167 pair->RGB.Saturate = 1;
182 * pair->{RGB,ALPHA}.Src[RC_PAIR_PRESUB_SRC] */
196 pair->RGB.Src[i].File =
198 pair->RGB.Src[i].Index =
200 pair->RGB.Src[i].Used = 1;
241 pair->RGB.Arg[i].Source = source;
242 pair->RGB.Arg[i].Swizzle =
244 pair->RGB
[all...]
H A Dradeon_program_print.c345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ?
346 inst->RGB.Opcode : inst->Alpha.Opcode, branch_depth);
352 if (inst->RGB.Src[src].Used) {
356 rc_print_register(f, inst->RGB.Src[src].File, inst->RGB.Src[src].Index, 0);
367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
370 inst->RGB.Src[RC_PAIR_PRESUB_SRC].Index));
382 if (inst->RGB.Opcode != RC_OPCODE_NOP) {
383 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode);
388 fprintf(f, " %s%s", opcode->Name, inst->RGB
[all...]
H A Dradeon_pair_schedule.c67 /** If the scheduler has paired an RGB and an Alpha instruction together,
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
306 if (!sinst->Instruction->U.P.RGB.OutputWriteMask &&
310 RGB.OutputWriteMask
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
517 dst_sub = &dst_full->RGB;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
577 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle)
582 if (dst_full->RGB.Arg[arg].Source == srcp_src)
583 dst_full->RGB
[all...]
H A Dr300_fragprog_emit.c164 code->alu.inst[ip].rgb_inst = translate_rgb_opcode(c, inst->RGB.Opcode);
168 /* Set the RGB address */
169 unsigned int src = use_source(code, inst->RGB.Src[j]);
171 if (inst->RGB.Src[j].Index >= R300_PFS_NUM_TEMP_REGS)
183 arg = r300FPTranslateRGBSwizzle(inst->RGB.Arg[j].Source, inst->RGB.Arg[j].Swizzle);
184 arg |= inst->RGB.Arg[j].Abs << 6;
185 arg |= inst->RGB.Arg[j].Negate << 5;
195 if (inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
196 switch(inst->RGB
[all...]
H A Dradeon_dataflow.c76 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, c
[all...]
H A Dr500_fragprog_emit.c161 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
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
102 pair->RGB.Src[candidate].Used = 1;
103 pair->RGB.Src[candidate].File = file;
104 pair->RGB.Src[candidate].Index = index;
110 pair->RGB.Src[i].Used = 1;
158 pair->RGB
[all...]
H A Dradeon_pair_dead_sources.c28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1;
53 inst->U.P.RGB.Src[i].Used = 0;
56 mark_used(inst, &inst->U.P.RGB);
59 mark_used_presub(&inst->U.P.RGB);
H A Dradeon_pair_translate.c163 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
165 pair->RGB.Opcode = inst->Opcode;
167 pair->RGB.Saturate = 1;
182 * pair->{RGB,ALPHA}.Src[RC_PAIR_PRESUB_SRC] */
196 pair->RGB.Src[i].File =
198 pair->RGB.Src[i].Index =
200 pair->RGB.Src[i].Used = 1;
241 pair->RGB.Arg[i].Source = source;
242 pair->RGB.Arg[i].Swizzle =
244 pair->RGB
[all...]
H A Dradeon_program_print.c345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ?
346 inst->RGB.Opcode : inst->Alpha.Opcode, branch_depth);
352 if (inst->RGB.Src[src].Used) {
356 rc_print_register(f, inst->RGB.Src[src].File, inst->RGB.Src[src].Index, 0);
367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
370 inst->RGB.Src[RC_PAIR_PRESUB_SRC].Index));
382 if (inst->RGB.Opcode != RC_OPCODE_NOP) {
383 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode);
388 fprintf(f, " %s%s", opcode->Name, inst->RGB
[all...]
H A Dradeon_pair_schedule.c67 /** If the scheduler has paired an RGB and an Alpha instruction together,
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
306 if (!sinst->Instruction->U.P.RGB.OutputWriteMask &&
310 RGB.OutputWriteMask
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
517 dst_sub = &dst_full->RGB;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
577 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle)
582 if (dst_full->RGB.Arg[arg].Source == srcp_src)
583 dst_full->RGB
[all...]
H A Dr300_fragprog_emit.c164 code->alu.inst[ip].rgb_inst = translate_rgb_opcode(c, inst->RGB.Opcode);
168 /* Set the RGB address */
169 unsigned int src = use_source(code, inst->RGB.Src[j]);
171 if (inst->RGB.Src[j].Index >= R300_PFS_NUM_TEMP_REGS)
183 arg = r300FPTranslateRGBSwizzle(inst->RGB.Arg[j].Source, inst->RGB.Arg[j].Swizzle);
184 arg |= inst->RGB.Arg[j].Abs << 6;
185 arg |= inst->RGB.Arg[j].Negate << 5;
195 if (inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
196 switch(inst->RGB
[all...]
H A Dradeon_dataflow.c76 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, c
[all...]
H A Dr500_fragprog_emit.c161 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
[all...]
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp77 case TextureFormat::RGB: format = isInt ? GL_RGB_INTEGER : GL_RGB; break;
144 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565;
164 case FMT_CASE(RGB, UNORM_INT8): return GL_RGB8;
165 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F;
166 case FMT_CASE(RGB, FLOAT): return GL_RGB32F;
167 case FMT_CASE(RGB, SIGNED_INT32): return GL_RGB32I;
168 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI;
169 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16;
170 case FMT_CASE(RGB, SNORM_INT16): return GL_RGB16_SNORM;
171 case FMT_CASE(RGB, HALF_FLOA
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp182 typedef double RGB[3]; typedef
183 RGB color1;
185 extern const RGB color2 = {};
187 extern RGB const color3[5] = {};
189 extern RGB const ((color4)[5]) = {};
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc8 ; The main code that converts RGB pixels to YUV pixels. This function roughly
53 ; Read one ARGB (or RGB) pixel.
56 ; Calculate y[0] from one RGB pixel read above.
61 ; Calculate u[0] from one RGB pixel read above. If this is an odd line, the
69 ; Calculate v[0] from one RGB pixel. Same as u[0], we read the result of the
84 ; Read two ARGB (or RGB) pixels.
87 ; Calculate r[0] and r[1] from two RGB pixels read above.
96 ; Calculate u[0] from two RGB pixels read above. (For details, read the above
103 ; Calculate v[0] from two RGB pixels read above.
166 ; Read four ARGB (or RGB) pixel
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscam02.c36 cmsFloat64Number RGB[3]; member in struct:__anon28667
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624);
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061);
107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834);
119 (pMod->D / pMod -> adoptedWhite.RGB[i])) +
120 (1.0 - pMod->D)) * clr.RGB[i];
341 clr.RGB[i] = clr.RGBc[i] /
342 ((pMod->adoptedWhite.XYZ[1] * pMod->D / pMod->adoptedWhite.RGB[i]) + 1.0 - pMod->D);
351 clr.XYZ[0] = (clr.RGB[0] * 1.096124) + (clr.RGB[
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
63 The Mesa implementation of GLX allows RGB rendering into X windows and
65 to compute pixel values from RGB values Mesa requires a colormap.
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
63 The Mesa implementation of GLX allows RGB rendering into X windows and
65 to compute pixel values from RGB values Mesa requires a colormap.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java32 import org.eclipse.swt.graphics.RGB;
148 static int closest(RGB[] rgbs, int n, RGB rgb) {
152 RGB rgb2 = rgbs[i];
166 RGB rgb;
188 RGB rgb = data.palette.getRGB(pixels[x]);
210 RGB[] rgbs = new RGB[n + (mask != null ? 1 : 0)];
214 rgbs[rgbs.length - 1] = data.transparentPixel != -1 ? data.palette.getRGB(data.transparentPixel) : new RGB(255, 255, 255);
232 RGB rg
[all...]
/external/jpeg/
H A Djsimd_arm_neon.S653 * Colorspace conversion YCbCr -> RGB
707 vst2.8 {d26, d27}, [RGB]!
709 vst2.8 {d26[0], d27[0]}, [RGB]!
710 vst2.8 {d26[1], d27[1]}, [RGB]!
711 vst2.8 {d26[2], d27[2]}, [RGB]!
712 vst2.8 {d26[3], d27[3]}, [RGB]!
714 vst2.8 {d26[4], d27[4]}, [RGB]!
715 vst2.8 {d26[5], d27[5]}, [RGB]!
717 vst2.8 {d26[6], d27[6]}, [RGB]!
723 vst3.8 {d10, d11, d12}, [RGB]!
[all...]
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec91 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,

Completed in 612 milliseconds

12345