/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.cpp | 28 : AlphaGenInstrInfo(Alpha::ADJUSTSTACKDOWN, Alpha::ADJUSTSTACKUP), in AlphaInstrInfo() 37 case Alpha::LDL: in isLoadFromStackSlot() 38 case Alpha::LDQ: in isLoadFromStackSlot() 39 case Alpha::LDBU: in isLoadFromStackSlot() 40 case Alpha::LDWU: in isLoadFromStackSlot() 41 case Alpha::LDS: in isLoadFromStackSlot() 42 case Alpha::LDT: in isLoadFromStackSlot() 56 case Alpha::STL: in isStoreToStackSlot() 57 case Alpha::STQ: in isStoreToStackSlot() 58 case Alpha::STB: in isStoreToStackSlot() [all …]
|
D | AlphaFrameLowering.cpp | 26 long y = l / Alpha::IMM_MULT; in getUpper16() 27 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) in getUpper16() 34 return l - h * Alpha::IMM_MULT; in getLower16() 56 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAHg), Alpha::R29) in emitPrologue() 57 .addGlobalAddress(MF.getFunction()).addReg(Alpha::R27).addImm(++curgpdist); in emitPrologue() 58 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAg), Alpha::R29) in emitPrologue() 59 .addGlobalAddress(MF.getFunction()).addReg(Alpha::R29).addImm(curgpdist); in emitPrologue() 61 BuildMI(MBB, MBBI, dl, TII.get(Alpha::ALTENT)) in emitPrologue() 81 if (NumBytes >= Alpha::IMM_LOW) { in emitPrologue() 82 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes) in emitPrologue() [all …]
|
D | AlphaLLRP.cpp | 64 case Alpha::LDQ: case Alpha::LDL: in runOnMachineFunction() 65 case Alpha::LDWU: case Alpha::LDBU: in runOnMachineFunction() 66 case Alpha::LDT: case Alpha::LDS: in runOnMachineFunction() 67 case Alpha::STQ: case Alpha::STL: in runOnMachineFunction() 68 case Alpha::STW: case Alpha::STB: in runOnMachineFunction() 69 case Alpha::STT: case Alpha::STS: in runOnMachineFunction() 70 if (MI->getOperand(2).getReg() == Alpha::R30) { in runOnMachineFunction() 77 BuildMI(MBB, MI, dl, TII->get(Alpha::BISr), Alpha::R31) in runOnMachineFunction() 78 .addReg(Alpha::R31) in runOnMachineFunction() 79 .addReg(Alpha::R31); in runOnMachineFunction() [all …]
|
D | AlphaRegisterInfo.cpp | 42 : AlphaGenRegisterInfo(Alpha::R26), TII(tii) { in AlphaRegisterInfo() 46 long y = l / Alpha::IMM_MULT; in getUpper16() 47 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) in getUpper16() 54 return l - h * Alpha::IMM_MULT; in getLower16() 60 Alpha::R9, Alpha::R10, in getCalleeSavedRegs() 61 Alpha::R11, Alpha::R12, in getCalleeSavedRegs() 62 Alpha::R13, Alpha::R14, in getCalleeSavedRegs() 63 Alpha::F2, Alpha::F3, in getCalleeSavedRegs() 64 Alpha::F4, Alpha::F5, in getCalleeSavedRegs() 65 Alpha::F6, Alpha::F7, in getCalleeSavedRegs() [all …]
|
D | AlphaISelDAGToDAG.cpp | 221 return CurDAG->SelectNodeTo(N, Alpha::LDA, MVT::i64, in Select() 235 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R24, N1, in Select() 237 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R25, N2, in Select() 239 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R27, N0, in Select() 242 CurDAG->getMachineNode(Alpha::JSRs, dl, MVT::Other, MVT::Glue, in Select() 244 Chain = CurDAG->getCopyFromReg(Chain, dl, Alpha::R27, MVT::i64, in Select() 246 return CurDAG->SelectNodeTo(N, Alpha::BISr, MVT::i64, Chain, Chain); in Select() 251 return CurDAG->getMachineNode(Alpha::RPCC, dl, MVT::i64, MVT::Other, in Select() 260 Alpha::R31, MVT::i64); in Select() 278 SDNode *Tmp = CurDAG->getMachineNode(Alpha::LDAHr, dl, MVT::i64, CPI, in Select() [all …]
|
D | AlphaISelLowering.cpp | 54 addRegisterClass(MVT::i64, Alpha::GPRCRegisterClass); in AlphaTargetLowering() 55 addRegisterClass(MVT::f64, Alpha::F8RCRegisterClass); in AlphaTargetLowering() 56 addRegisterClass(MVT::f32, Alpha::F4RCRegisterClass); in AlphaTargetLowering() 160 setStackPointerRegisterToSaveRestore(Alpha::R30); in AlphaTargetLowering() 286 StackPtr = DAG.getCopyFromReg(Chain, dl, Alpha::R30, MVT::i64); in LowerCall() 403 Alpha::R16, Alpha::R17, Alpha::R18, Alpha::R19, Alpha::R20, Alpha::R21}; in LowerFormalArguments() 405 Alpha::F16, Alpha::F17, Alpha::F18, Alpha::F19, Alpha::F20, Alpha::F21}; in LowerFormalArguments() 418 &Alpha::F8RCRegClass); in LowerFormalArguments() 423 &Alpha::F4RCRegClass); in LowerFormalArguments() 428 &Alpha::GPRCRegClass); in LowerFormalArguments() [all …]
|
D | Alpha.td | 1 //===- Alpha.td - Describe the Alpha Target Machine --------*- tablegen -*-===// 17 //Alpha is little endian 53 // Alpha Processor Definitions 61 // The Alpha Target 65 def Alpha : Target {
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_pair.c | 58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 59 && index != pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) { in rc_pair_alloc_source() 77 if (pair->Alpha.Src[i].Used) { in rc_pair_alloc_source() 78 if (pair->Alpha.Src[i].File != file || in rc_pair_alloc_source() 79 pair->Alpha.Src[i].Index != index) { in rc_pair_alloc_source() 115 pair->Alpha.Src[candidate].Used = 1; in rc_pair_alloc_source() 116 pair->Alpha.Src[candidate].File = file; in rc_pair_alloc_source() 117 pair->Alpha.Src[candidate].Index = index; in rc_pair_alloc_source() 123 pair->Alpha.Src[i].Used = 1; in rc_pair_alloc_source() 147 pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index); in pair_foreach_source_callback() [all …]
|
D | radeon_pair_schedule.c | 255 else if (sinst->Instruction->U.P.Alpha.Opcode == RC_OPCODE_NOP) in instruction_ready() 307 !sinst->Instruction->U.P.Alpha.OutputWriteMask) { in score_no_output() 312 Alpha.OutputWriteMask) { in score_no_output() 342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used; in calc_score_r300() 511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP); in merge_presub_sources() 522 dst_sub = &dst_full->Alpha; in merge_presub_sources() 604 assert(rgb->Alpha.Opcode == RC_OPCODE_NOP); in destructive_merge_instructions() 618 if (alpha->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in destructive_merge_instructions() 619 if(!merge_presub_sources(rgb, alpha->Alpha, RC_SOURCE_ALPHA)){ in destructive_merge_instructions() 625 opcode = rc_get_opcode_info(alpha->Alpha.Opcode); in destructive_merge_instructions() [all …]
|
D | radeon_pair_translate.c | 170 pair->Alpha.Opcode = inst->Opcode; in set_pair_instruction() 172 pair->Alpha.Saturate = 1; in set_pair_instruction() 203 pair->Alpha.Src[i].File = in set_pair_instruction() 205 pair->Alpha.Src[i].Index = in set_pair_instruction() 207 pair->Alpha.Src[i].Used = 1; in set_pair_instruction() 268 pair->Alpha.Arg[i].Source = source; in set_pair_instruction() 269 pair->Alpha.Arg[i].Swizzle = rc_init_swizzle(swz, 1); in set_pair_instruction() 270 pair->Alpha.Arg[i].Abs = inst->SrcReg[i].Abs; in set_pair_instruction() 273 pair->Alpha.Arg[i].Negate = in set_pair_instruction() 277 pair->Alpha.Arg[i].Negate = in set_pair_instruction() [all …]
|
D | r300_fragprog_emit.c | 165 code->alu.inst[ip].alpha_inst = translate_alpha_opcode(c, inst->Alpha.Opcode); in emit_alu() 177 src = use_source(code, inst->Alpha.Src[j]); in emit_alu() 178 if (inst->Alpha.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) in emit_alu() 188 arg = r300FPTranslateAlphaSwizzle(inst->Alpha.Arg[j].Source, inst->Alpha.Arg[j].Swizzle); in emit_alu() 189 arg |= inst->Alpha.Arg[j].Abs << 6; in emit_alu() 190 arg |= inst->Alpha.Arg[j].Negate << 5; in emit_alu() 218 if (inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in emit_alu() 219 switch(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) { in emit_alu() 243 if (inst->Alpha.Saturate) in emit_alu() 261 if (inst->Alpha.WriteMask) { in emit_alu() [all …]
|
D | radeon_program_print.c | 346 inst->RGB.Opcode : inst->Alpha.Opcode, branch_depth); in rc_print_pair_instruction() 359 if (inst->Alpha.Src[src].Used) { in rc_print_pair_instruction() 363 rc_print_register(f, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, 0); in rc_print_pair_instruction() 372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in rc_print_pair_instruction() 375 inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Index)); in rc_print_pair_instruction() 421 if (inst->Alpha.Opcode != RC_OPCODE_NOP) { in rc_print_pair_instruction() 422 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode); in rc_print_pair_instruction() 427 fprintf(f, " %s%s", opcode->Name, inst->Alpha.Saturate ? "_SAT" : ""); in rc_print_pair_instruction() 428 if (inst->Alpha.WriteMask) in rc_print_pair_instruction() 429 fprintf(f, " temp[%i].w", inst->Alpha.DestIndex); in rc_print_pair_instruction() [all …]
|
D | r500_fragprog_emit.c | 174 unsigned int t = inst->Alpha.Arg[i].Source; in translate_arg_alpha() 175 t |= fix_hw_swizzle(GET_SWZ(inst->Alpha.Arg[i].Swizzle, 0)) << 2; in translate_arg_alpha() 176 t |= inst->Alpha.Arg[i].Negate << 5; in translate_arg_alpha() 177 t |= inst->Alpha.Arg[i].Abs << 6; in translate_arg_alpha() 248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX || in emit_paired() 249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) { in emit_paired() 256 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode); in emit_paired() 258 if (inst->RGB.OutputWriteMask || inst->Alpha.OutputWriteMask || inst->Alpha.DepthWriteMask) { in emit_paired() 270 code->inst[ip].inst0 |= inst->Alpha.WriteMask ? 1 << 14 : 0; in emit_paired() 271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18); in emit_paired() [all …]
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Reference.md | 60 Replaces destination with <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href='SkColor_Referenc… 69 Replaces destination with source. Destination <a href='SkColor_Reference#Alpha'>alpha</a> and <a hr… 349 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 352 regardless of source and destination <a href='SkColor_Reference#Alpha'>Alpha</a> values. As a param… 369 Given: <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> … 383 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 384 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 399 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 400 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 412 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… [all …]
|
D | SkBlendMode_Overview.md | 10 …_Mode</a> uses source and read destination <a href='SkColor_Reference#Alpha'>Alpha</a> to determin… 11 …nation <a href='SkColor_Reference#Alpha'>Alpha</a>; both source and destination <a href='SkColor_R… 14 Regardless of how <a href='SkColor_Reference#Alpha'>Alpha</a> is encoded in source and destination … 20 …endMode_kPlus'>kPlus</a> permits computing <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href… 21 …A_F16_SkColorType'>kRGBA_F16_SkColorType</a>, resulting <a href='SkColor_Reference#Alpha'>Alpha</a> 55 It multiplies all components, including <a href='SkColor_Reference#Alpha'>Alpha</a>; unlike <a href…
|
/external/skia/site/user/api/ |
D | SkBlendMode_Reference.md | 60 Replaces destination with <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href='SkColor_Referenc… 69 Replaces destination with source. Destination <a href='SkColor_Reference#Alpha'>alpha</a> and <a hr… 349 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 352 regardless of source and destination <a href='SkColor_Reference#Alpha'>Alpha</a> values. As a param… 369 Given: <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> … 383 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 384 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 399 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… 400 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 412 Given: <code>Sa</code> as source <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Sc</code> as so… [all …]
|
D | SkBlendMode_Overview.md | 10 …_Mode</a> uses source and read destination <a href='SkColor_Reference#Alpha'>Alpha</a> to determin… 11 …nation <a href='SkColor_Reference#Alpha'>Alpha</a>; both source and destination <a href='SkColor_R… 14 Regardless of how <a href='SkColor_Reference#Alpha'>Alpha</a> is encoded in source and destination … 20 …endMode_kPlus'>kPlus</a> permits computing <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href… 21 …A_F16_SkColorType'>kRGBA_F16_SkColorType</a>, resulting <a href='SkColor_Reference#Alpha'>Alpha</a> 55 It multiplies all components, including <a href='SkColor_Reference#Alpha'>Alpha</a>; unlike <a href…
|
/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 28 Replaces destination with Alpha and Color components set to zero; 256 #Line # replaces destination, ignoring Alpha ## 257 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component; 260 regardless of source and destination Alpha values. As a parameter to 284 Given: #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 302 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, 303 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 329 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, 330 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 353 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, [all …]
|
/external/skia/docs/ |
D | SkBlendMode_Reference.bmh | 28 Replaces destination with Alpha and Color components set to zero; 256 #Line # replaces destination, ignoring Alpha ## 257 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component; 260 regardless of source and destination Alpha values. As a parameter to 284 Given: #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 302 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, 303 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 329 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, 330 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 353 Given: #Formula # Sa ## as source Alpha, #Formula # Sc ## as source Color component, [all …]
|
/external/skqp/tests/ |
D | SkPEGTest.cpp | 18 struct Alpha { struct 110 const auto match = Alpha::Match(gTests[i].fInput); in test_Alpha() 189 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(""))); in test_Choice() 190 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("\t"))); in test_Choice() 191 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" "))); in test_Choice() 192 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a"))); in test_Choice() 193 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3"))); in test_Choice() 194 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a "))); in test_Choice() 195 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3 "))); in test_Choice() 196 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" a "))); in test_Choice() [all …]
|
/external/skia/tests/ |
D | SkPEGTest.cpp | 18 struct Alpha { struct 110 const auto match = Alpha::Match(gTests[i].fInput); in test_Alpha() 189 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(""))); in test_Choice() 190 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match("\t"))); in test_Choice() 191 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" "))); in test_Choice() 192 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a"))); in test_Choice() 193 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3"))); in test_Choice() 194 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("a "))); in test_Choice() 195 REPORTER_ASSERT(r, (Choice<Digit,Alpha>::Match("3 "))); in test_Choice() 196 REPORTER_ASSERT(r, !(Choice<Digit,Alpha>::Match(" a "))); in test_Choice() [all …]
|
/external/skqp/src/gpu/effects/ |
D | GrSRGBEffect.h | 20 enum class Alpha { enum 28 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode, Alpha alpha) { in Make() 35 Alpha alpha() const { return fAlpha; } in alpha() 40 GrSRGBEffect(Mode mode, Alpha); 49 Alpha fAlpha;
|
/external/skia/src/gpu/effects/ |
D | GrSRGBEffect.h | 20 enum class Alpha { enum 28 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode, Alpha alpha) { in Make() 35 Alpha alpha() const { return fAlpha; } in alpha() 40 GrSRGBEffect(Mode mode, Alpha); 49 Alpha fAlpha;
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | opacity-filter.out.b | 1 …Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filt…
|
D | opacity-filter.out | 1 …Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filt…
|