Home
last modified time | relevance | path

Searched refs:Exec (Results 1 - 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1594 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, (bu in save_BlendFunciARB()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp93 unsigned Exec; member in __anon24487::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...]
H A DSIWholeQuadMode.cpp639 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...]
H A DSIOptimizeExecMaskingPreRA.cpp98 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()
H A DSIOptimizeExecMasking.cpp275 MCRegister Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; in runOnMachineFunction() local
310 PrepareExecInst->getOperand(0).setReg(Exec); in runOnMachineFunction()
322 LLVM_DEBUG(dbgs() << "Exec copy source register is live out\n"); in runOnMachineFunction()
333 if (SaveExecInst && J->readsRegister(Exec, TRI)) { in runOnMachineFunction()
417 OtherInst->substituteRegister(CopyToExec, Exec, in runOnMachineFunction()
H A DSIInsertSkips.cpp167 // Exec mask is zero: Export to NULL target... in skipIfDead()
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/
H A Druntime.rs91 pub exec: Exec,
129 // the Teddy builder guarantees that a particular Exec variant is in find_at()
131 // builder will not produce a Exec::TeddySlim1Mask256 unless AVX2 is in find_at()
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 in find_at()
410 pub enum Exec { global() enum
[all...]
H A Dcompile.rs124 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()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_loopback.c49 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()
H A Dvbo_exec_api.c851 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/
H A Dre_bytes.rs12 use crate::exec::{Exec, ExecNoSync};
78 pub struct Regex(Exec); in from()
94 /// A constructor for Regex from an Exec.
96 /// This is hidden because Exec isn't actually part of the public API.
98 impl From<Exec> for Regex {
99 fn from(exec: Exec) -> Regex { in from()
H A Dre_set.rs11 use crate::exec::Exec;
108 pub struct RegexSet(Exec);
433 impl From<Exec> for RegexSet {
434 fn from(exec: Exec) -> Self { in from()
H A Dexec.rs29 /// `Exec` manages the execution of a regular expression.
35 pub struct Exec { structure names
49 /// `ExecNoSync` is like `Exec`, except it embeds a reference to a cache. This
299 pub fn build(self) -> Result<Exec, Error> { in build()
314 return Ok(Exec { ro, pool }); in build()
355 Ok(Exec { ro, pool }) in build()
1260 impl Exec { impls
1316 impl Clone for Exec {
1317 fn clone(&self) -> Exec { in clone()
1319 Exec { r in clone()
[all...]
H A Dlib.rs765 pub use crate::exec::{Exec, ExecBuilder};
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand.h64 return Exec({std::forward<ARGS>(args)...}); in operator ()()
67 /// Exec invokes the command with the given argument strings, blocking until
71 Output Exec(std::initializer_list<std::string> args) const;
H A Dcommand_other.cc30 Command::Output Command::Exec(std::initializer_list<std::string>) const { in Exec() function in tint::utils::Command
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
H A Dgit.go168 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.Sprintf("-%d", count), path)
202 out, err := shell.Exec(gitTimeout, exe, "", nil, "log", "--pretty=format:"+prettyFormat, fmt.Sprintf("%v^", cl.Hash))
227 return shell.Exec(gitTimeout, exe, "", nil, "show", at+":"+path)
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h170 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) { in Exec() function
/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh92 Exec=$CODE_BIN --unity-launch %F
106 Exec=$CODE_BIN --new-window %F
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp135 static std::unique_ptr<ThreadPoolExecutor> Exec(&(*ManagedExec)); in getDefaultExecutor()
136 return Exec.get(); in getDefaultExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
295 unsigned Exec) { in addRefToMap()
296 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap()
305 unsigned Exec) { in isRefInMap()
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()
294 addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) addRefToMap() argument
304 isRefInMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) isRefInMap() argument
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell.go41 if out, err := Exec(timeout, exe, wd, env, args...); err != nil {
H A Dshell_windows.go23 // Exec runs the executable exe with the given arguments, in the working
26 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) {
/third_party/node/deps/v8/include/v8-include/
H A Dv8-regexp.h61 * backtracks done in one Exec call hits the limit, a match failure is
79 V8_WARN_UNUSED_RESULT MaybeLocal<Object> Exec(Local<Context> context,
/third_party/node/deps/v8/include/
H A Dv8-regexp.h60 * backtracks done in one Exec call hits the limit, a match failure is
78 V8_WARN_UNUSED_RESULT MaybeLocal<Object> Exec(Local<Context> context,

Completed in 28 milliseconds

12