Home
last modified time | relevance | path

Searched refs:Exec (Results 1 – 25 of 85) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
Ddlist.c1526 CALL_Accum(ctx->Exec, (op, value)); in save_Accum()
1543 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc()
1560 CALL_BindTexture(ctx->Exec, (target, texture)); in save_BindTexture()
1586 CALL_Bitmap(ctx->Exec, (width, height, in save_Bitmap()
1603 CALL_BlendEquation(ctx->Exec, (mode)); in save_BlendEquation()
1620 CALL_BlendEquationSeparate(ctx->Exec, (modeRGB, modeA)); in save_BlendEquationSeparateEXT()
1640 CALL_BlendFuncSeparate(ctx->Exec, in save_BlendFuncSeparateEXT()
1667 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor()
1688 CALL_BlendFuncSeparateiARB(ctx->Exec, (buf, sfactorRGB, dfactorRGB, in save_BlendFuncSeparatei()
1707 CALL_BlendFunciARB(ctx->Exec, (buf, sfactor, dfactor)); in save_BlendFunci()
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_save_loopback.c50 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v)); in VertexAttrib1fvNV()
57 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v)); in VertexAttrib2fvNV()
64 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v)); in VertexAttrib3fvNV()
71 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v)); in VertexAttrib4fvNV()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReschedulerTest.java35 private final Exec exec = new Exec();
114 private static final class Exec implements Executor { class in ReschedulerTest
/external/syzkaller/pkg/ifuzz/
Difuzz.go61 Exec bool // generate instructions sequences interesting for execution member
118 if cfg.Exec {
202 if cfg.Priv && cfg.Exec {
253 if insn.Pseudo && !cfg.Exec {
Difuzz_test.go24 Exec: exec != 0,
47 Exec: true,
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
DProcessTransport.java20 import com.googlecode.android_scripting.Exec;
88 Exec.setPtyWindowSize(shellFd, rows, columns, width, height); in setDimensions()
/external/grpc-grpc-java/compiler/
Dbuild.gradle319 task testGolden(type: Exec)
320 task testLiteGolden(type: Exec)
321 task testNanoGolden(type: Exec)
322 task testDeprecatedGolden(type: Exec)
323 task testDeprecatedLiteGolden(type: Exec)
324 task testDeprecatedNanoGolden(type: Exec)
/external/clang/lib/Driver/
DTools.cpp3333 const char *Exec = Args.MakeArgString(TC.GetProgramPath("objcopy")); in SplitDebugInfo() local
3337 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, ExtractArgs, II)); in SplitDebugInfo()
3340 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, StripArgs, II)); in SplitDebugInfo()
5962 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
5972 Flags += Exec; in ConstructJob()
6021 JA, *this, Exec, CmdArgs, Inputs, std::move(CLCommand))); in ConstructJob()
6026 C.addCommand(llvm::make_unique<ForceSuccessCommand>(JA, *this, Exec, in ConstructJob()
6029 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob()
6548 const char *Exec = getToolChain().getDriver().getClangProgramPath(); in ConstructJob() local
6549 Flags += Exec; in ConstructJob()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp236 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
237 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
324 unsigned Exec) { in addRefToMap() argument
325 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap()
335 unsigned Exec) { in isRefInMap() argument
339 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in isRefInMap()
997 unsigned Exec = Exec_Then | Exec_Else; in predicate() local
999 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate()
1016 addRefToMap(RR, Map, Exec); in predicate()
/external/syzkaller/pkg/ipc/
Dipc_test.go96 output, info, failed, hanged, err := env.Exec(opts, p)
142 output, info, failed, hanged, err := env.Exec(opts, p)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp201 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()
995 unsigned Exec = Exec_Then | Exec_Else; in predicate() local
997 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else; in predicate()
1021 addRefToMap(RR, Map, Exec); in predicate()
/external/selinux/restorecond/
Dorg.selinux.Restorecond.service3 Exec=/usr/sbin/restorecond -u key
Drestorecond.desktop3 Exec=/usr/sbin/restorecond -u
/external/sl4a/Common/src/com/googlecode/android_scripting/
DProcess.java123 Exec.createSubprocess(binaryPath, argumentsArray, getEnvironmentArray(), in start()
132 int result = Exec.waitFor(mPid.get()); in start()
DExec.java24 public class Exec { class
/external/llvm/test/CodeGen/AMDGPU/
Dpredicates.ll51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
/external/selinux/dbus/
Dorg.selinux.service3 Exec=/usr/share/system-config-selinux/selinux_server.py key
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Dfi.w1.wpa_supplicant1.service.in3 Exec=@BINDIR@/wpa_supplicant -u key
/external/ImageMagick/
Dimagemagick.desktop4 Exec=magick
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop5 Exec=wpa_gui
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dpredicates.ll51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
/external/selinux/gui/
Dsepolicy.desktop5 Exec=/usr/bin/sepolicy gui
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp714 std::string Exec; in ExecuteProgram() local
736 Exec = "cd "; in ExecuteProgram()
737 Exec += env_pwd; in ExecuteProgram()
738 Exec += "; ./"; in ExecuteProgram()
739 Exec += OutputBinary.c_str(); in ExecuteProgram()
740 ProgramArgs.push_back(Exec); in ExecuteProgram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp378 Value *Exec = popSaved(); in closeControlFlow() local
380 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow()
381 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp370 Value *Exec = popSaved(); in closeControlFlow() local
371 if (!isa<UndefValue>(Exec)) in closeControlFlow()
372 CallInst::Create(EndCf, Exec, "", &*BB->getFirstInsertionPt()); in closeControlFlow()

1234