/third_party/mesa3d/src/mesa/main/ |
D | dlist.c | 1594 CALL_Accum(ctx->Exec, (op, value)); in save_Accum() 1611 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc() 1628 CALL_BindTexture(ctx->Exec, (target, texture)); in save_BindTexture() 1654 CALL_Bitmap(ctx->Exec, (width, height, in save_Bitmap() 1671 CALL_BlendEquation(ctx->Exec, (mode)); in save_BlendEquation() 1688 CALL_BlendEquationSeparate(ctx->Exec, (modeRGB, modeA)); in save_BlendEquationSeparate() 1708 CALL_BlendFuncSeparate(ctx->Exec, in save_BlendFuncSeparate() 1735 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor() 1756 CALL_BlendFuncSeparateiARB(ctx->Exec, (buf, sfactorRGB, dfactorRGB, in save_BlendFuncSeparateiARB() 1775 CALL_BlendFunciARB(ctx->Exec, (buf, sfactor, dfactor)); in save_BlendFunciARB() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 93 unsigned Exec; member in __anon3fc2a0fa0111::SILowerControlFlow 220 .addReg(Exec) in emitIf() 221 .addReg(Exec, RegState::ImplicitDefine); in emitIf() 244 BuildMI(MBB, I, DL, TII->get(MovTermOpc), Exec) in emitIf() 313 .addReg(Exec) in emitElse() 321 BuildMI(MBB, ElsePt, DL, TII->get(XorTermrOpc), Exec) in emitElse() 322 .addReg(Exec) in emitElse() 377 .addReg(Exec) in emitIfBreak() 403 BuildMI(MBB, &MI, DL, TII->get(Andn2TermOpc), Exec) in emitLoop() 404 .addReg(Exec) in emitLoop() [all …]
|
D | SIWholeQuadMode.cpp | 639 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in toExact() local 642 Exec) in toExact() 643 .addReg(Exec) in toExact() 655 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in toWQM() local 657 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), Exec) in toWQM() 662 Exec) in toWQM() 663 .addReg(Exec); in toWQM() 910 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in runOnMachineFunction() local 912 lowerLiveMaskQueries(Exec); in runOnMachineFunction() 924 .addReg(Exec); in runOnMachineFunction() [all …]
|
D | SIOptimizeExecMaskingPreRA.cpp | 98 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in isFullExecCopy() local 100 if (MI.isCopy() && MI.getOperand(1).getReg() == Exec) { in isFullExecCopy() 111 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in getOrNonExecReg() local 113 if (Op->isReg() && Op->getReg() != Exec) in getOrNonExecReg() 116 if (Op->isReg() && Op->getReg() != Exec) in getOrNonExecReg() 306 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in runOnMachineFunction() local 431 MRI.replaceRegWith(SavedExec, Exec); in runOnMachineFunction()
|
D | SIOptimizeExecMasking.cpp | 275 MCRegister Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in runOnMachineFunction() local 310 PrepareExecInst->getOperand(0).setReg(Exec); in runOnMachineFunction() 333 if (SaveExecInst && J->readsRegister(Exec, TRI)) { in runOnMachineFunction() 417 OtherInst->substituteRegister(CopyToExec, Exec, in runOnMachineFunction()
|
D | SIAnnotateControlFlow.cpp | 314 Value *Exec = popSaved(); in closeControlFlow() local 316 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow() 317 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
|
D | SIInsertSkips.cpp | 276 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in kill() local 288 : AMDGPU::S_MOV_B64), Exec) in kill() 296 BuildMI(MBB, &MI, DL, TII->get(Opcode), Exec) in kill() 297 .addReg(Exec) in kill()
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | compile.rs | 124 exec: runtime::Exec::TeddySlim1Mask128( in build_imp() 133 exec: runtime::Exec::TeddySlim1Mask256( in build_imp() 142 exec: runtime::Exec::TeddyFat1Mask256( in build_imp() 151 exec: runtime::Exec::TeddySlim2Mask128( in build_imp() 161 exec: runtime::Exec::TeddySlim2Mask256( in build_imp() 171 exec: runtime::Exec::TeddyFat2Mask256( in build_imp() 181 exec: runtime::Exec::TeddySlim3Mask128( in build_imp() 192 exec: runtime::Exec::TeddySlim3Mask256( in build_imp() 203 exec: runtime::Exec::TeddyFat3Mask256( in build_imp()
|
D | runtime.rs | 91 pub exec: Exec, 137 Exec::TeddySlim1Mask128(ref e) => { in find_at() 140 Exec::TeddySlim1Mask256(ref e) => { in find_at() 143 Exec::TeddyFat1Mask256(ref e) => { in find_at() 146 Exec::TeddySlim2Mask128(ref e) => { in find_at() 149 Exec::TeddySlim2Mask256(ref e) => { in find_at() 152 Exec::TeddyFat2Mask256(ref e) => { in find_at() 155 Exec::TeddySlim3Mask128(ref e) => { in find_at() 158 Exec::TeddySlim3Mask256(ref e) => { in find_at() 161 Exec::TeddyFat3Mask256(ref e) => { in find_at() [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_save_loopback.c | 49 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v)); in VertexAttrib1fvNV() 56 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v)); in VertexAttrib2fvNV() 63 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v)); in VertexAttrib3fvNV() 70 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v)); in VertexAttrib4fvNV() 115 CALL_Begin(ctx->Exec, (prim->mode)); in loopback_prim() 131 CALL_End(ctx->Exec, ()); in loopback_prim()
|
D | vbo_exec_api.c | 851 ctx->Exec = _mesa_hw_select_enabled(ctx) ? in _mesa_Begin() 859 ctx->CurrentServerDispatch = ctx->Exec; in _mesa_Begin() 861 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->Exec; in _mesa_Begin() 915 ctx->Exec = ctx->OutsideBeginEnd; in _mesa_End() 920 ctx->CurrentServerDispatch = ctx->Exec; in _mesa_End() 924 ctx->CurrentClientDispatch = ctx->CurrentServerDispatch = ctx->Exec; in _mesa_End() 1083 struct _glapi_table *tab = ctx->Exec; in vbo_install_exec_vtxfmt()
|
/third_party/rust/crates/regex/src/ |
D | re_set.rs | 11 use crate::exec::Exec; 108 pub struct RegexSet(Exec); 433 impl From<Exec> for RegexSet { 434 fn from(exec: Exec) -> Self {
|
D | exec.rs | 35 pub struct Exec { struct 299 pub fn build(self) -> Result<Exec, Error> { in build() argument 314 return Ok(Exec { ro, pool }); in build() 355 Ok(Exec { ro, pool }) in build() 1260 impl Exec { impl 1316 impl Clone for Exec { implementation 1317 fn clone(&self) -> Exec { in clone() argument 1319 Exec { ro: self.ro.clone(), pool } in clone()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
D | git.go | 168 out, err := shell.Exec(gitTimeout, exe, "", nil, "ls-remote", url, ref) 193 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", at, "--pretty=format:"+prettyFormat, fmt.S… 202 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", "--pretty=format:"+prettyFormat, fmt.Sprin… 227 return shell.Exec(gitTimeout, exe, "", nil, "show", at+":"+path)
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command.h | 64 return Exec({std::forward<ARGS>(args)...}); in operator() 71 Output Exec(std::initializer_list<std::string> args) const;
|
D | command_other.cc | 30 Command::Output Command::Exec(std::initializer_list<std::string>) const { in Exec() function in tint::utils::Command
|
/third_party/skia/third_party/externals/tint/src/ |
D | castable.h | 170 return detail::IsAnyOf<TO...>::Exec(obj); in IsAnyOf() 344 static bool Exec(FROM* obj) { in Exec() function 345 return Is<TO_FIRST>(obj) || IsAnyOf<TO_REST...>::Exec(obj); in Exec() 354 static bool Exec(FROM* obj) {
|
/third_party/libwebsockets/test-apps/android/app/ |
D | build.gradle | 33 task buildNativeLibs(type: Exec, description: "compile the native libraries") { 37 task cleanNativeLibs(type: Exec, description: "clean the native libraries source tree") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 135 static std::unique_ptr<ThreadPoolExecutor> Exec(&(*ManagedExec)); in getDefaultExecutor() local 136 return Exec.get(); in getDefaultExecutor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec); 202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec); 295 unsigned Exec) { in addRefToMap() argument 296 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap() 305 unsigned Exec) { in isRefInMap() argument 309 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in isRefInMap() 988 unsigned Exec = Exec_Then | Exec_Else; in predicate() local 990 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate() 1014 addRefToMap(RR, Map, Exec); in predicate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | fi.w1.wpa_supplicant1.service.in | 3 Exec=@BINDIR@/wpa_supplicant -u key
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | fi.w1.wpa_supplicant1.service.in | 3 Exec=@BINDIR@/wpa_supplicant -u key
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.desktop | 5 Exec=wpa_gui
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.desktop | 5 Exec=wpa_gui
|
/third_party/pulseaudio/src/daemon/ |
D | pulseaudio.desktop.in | 5 Exec=start-pulseaudio-x11
|