Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 4461) sorted by relevance

12345678910>>...179

/external/mesa3d/src/mesa/program/
Dprog_execute.c80 const struct gl_program_machine *machine) in get_src_register_pointer() argument
82 const struct gl_program *prog = machine->CurProgram; in get_src_register_pointer()
87 reg += machine->AddressReg[0][0]; in get_src_register_pointer()
97 return machine->Temporaries[reg]; in get_src_register_pointer()
103 return machine->VertAttribs[reg]; in get_src_register_pointer()
108 return machine->Attribs[reg][machine->CurElement]; in get_src_register_pointer()
114 return machine->Outputs[reg]; in get_src_register_pointer()
126 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues)); in get_src_register_pointer()
127 return machine->SystemValues[reg]; in get_src_register_pointer()
144 struct gl_program_machine *machine) in get_dst_register_pointer() argument
[all …]
/external/wpa_supplicant_8/src/utils/
Dstate_machine.h32 #define SM_STATE(machine, state) \ argument
33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \
46 #define SM_ENTRY(machine, state) \ argument
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
49 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " #machine \
52 sm->machine ## _state = machine ## _ ## state;
65 #define SM_ENTRY_M(machine, _state, data) \ argument
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
69 #machine " entering state " #_state); \
71 sm->data ## _ ## state = machine ## _ ## _state;
[all …]
/external/v8/src/compiler/
Draw-machine-assembler.h55 MachineOperatorBuilder* machine() { return &machine_; } in machine() function
86 return AddNode(machine()->StackSlot(rep, alignment));
128 const Operator* op = machine()->Load(rep);
132 op = machine()->PoisonedLoad(rep);
142 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store()
152 if (machine()->UnalignedLoadSupported(type.representation())) { in UnalignedLoad()
153 return AddNode(machine()->Load(type), base, index); in UnalignedLoad()
155 return AddNode(machine()->UnalignedLoad(type), base, index); in UnalignedLoad()
163 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
164 return AddNode(machine()->Store(StoreRepresentation( in UnalignedStore()
[all …]
Drepresentation-change.cc280 op = machine()->ChangeFloat32ToFloat64(); in GetTaggedSignedRepresentationFor()
503 op = machine()->ChangeInt32ToFloat64(); in GetFloat32RepresentationFor()
505 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
512 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor()
514 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
525 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
528 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
563 op = machine()->ChangeInt32ToFloat64(); in GetFloat64RepresentationFor()
568 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
571 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
[all …]
Dint64-lowering.cc24 Int64Lowering::Int64Lowering(Graph* graph, MachineOperatorBuilder* machine, in Int64Lowering() argument
29 machine_(machine), in Int64Lowering()
44 if (!machine()->Is32()) { in LowerGraph()
151 index_high = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
154 index_low = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
190 load_op = machine()->Load(MachineType::Int32()); in LowerNode()
193 load_op = machine()->UnalignedLoad(MachineType::Int32()); in LowerNode()
244 store_op = machine()->Store(StoreRepresentation( in LowerNode()
248 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32); in LowerNode()
391 graph()->NewNode(machine()->Word32And(), GetReplacementLow(left), in LowerNode()
[all …]
Dwasm-compiler.cc74 mcgraph()->machine()->Load(type), instance_node_.get(), \
80 mcgraph()->machine()->Load(MachineType::TaggedPointer()), array_node, \
255 mcgraph()->machine()->Load(MachineType::Pointer()), instance_node_.get(), in StackCheck()
259 mcgraph()->machine()->Load(MachineType::Pointer()), limit_address, in StackCheck()
262 Node* pointer = graph()->NewNode(mcgraph()->machine()->LoadStackPointer()); in StackCheck()
265 graph()->NewNode(mcgraph()->machine()->UintLessThan(), limit, pointer); in StackCheck()
323 MachineOperatorBuilder* m = mcgraph()->machine(); in Binop()
592 MachineOperatorBuilder* m = mcgraph()->machine(); in Unop()
846 return mcgraph()->machine()->Is32() in Unop()
962 graph()->NewNode(mcgraph()->machine()->Word32Equal(), in TrapIfEq32()
[all …]
Dgraph-assembler.cc59 return graph()->NewNode(machine()->LoadFramePointer()); in LoadFramePointer()
69 return graph()->NewNode(machine()->Name(), input); \
76 return graph()->NewNode(machine()->Name(), left, right); \ in PURE_ASSEMBLER_MACH_UNOP_LIST()
83 return graph()->NewNode(machine()->Name(), left, right, current_control_); \
89 CHECK(machine()->Float64RoundDown().IsSupported());
90 return graph()->NewNode(machine()->Float64RoundDown().op(), value);
94 CHECK(machine()->Float64RoundTruncate().IsSupported()); in Float64RoundTruncate()
95 return graph()->NewNode(machine()->Float64RoundTruncate().op(), value); in Float64RoundTruncate()
136 return current_effect_ = graph()->NewNode(machine()->DebugBreak(), in DebugBreak()
148 graph()->NewNode(machine()->Store(rep), object, offset, value, in Store()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c49 struct tgsi_exec_machine *machine; member
72 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare()
73 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare()
99 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local
105 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear()
109 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
110 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
112 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()
133 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
134 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
[all …]
Ddraw_gs.c81 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs() local
92 unsigned num_verts_per_prim = machine->Primitives[prim_idx]; in tgsi_fetch_gs_outputs()
94 machine->Primitives[prim_idx]; in tgsi_fetch_gs_outputs()
102 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in tgsi_fetch_gs_outputs()
103 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in tgsi_fetch_gs_outputs()
104 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in tgsi_fetch_gs_outputs()
105 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in tgsi_fetch_gs_outputs()
127 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_input() local
146 machine->Inputs[idx].xyzw[0].u[prim_idx] = shader->in_prim_idx; in tgsi_fetch_gs_input()
147 machine->Inputs[idx].xyzw[1].u[prim_idx] = shader->in_prim_idx; in tgsi_fetch_gs_input()
[all …]
/external/u-boot/arch/arm/
DMakefile54 machine-$(CONFIG_ARCH_ASPEED) += aspeed
55 machine-$(CONFIG_ARCH_AT91) += at91
56 machine-$(CONFIG_ARCH_BCM283X) += bcm283x
57 machine-$(CONFIG_ARCH_DAVINCI) += davinci
58 machine-$(CONFIG_ARCH_EXYNOS) += exynos
59 machine-$(CONFIG_ARCH_HIGHBANK) += highbank
60 machine-$(CONFIG_ARCH_KEYSTONE) += keystone
62 machine-$(CONFIG_KIRKWOOD) += kirkwood
63 machine-$(CONFIG_ARCH_MESON) += meson
64 machine-$(CONFIG_ARCH_MVEBU) += mvebu
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c40 struct tgsi_exec_machine *machine, in cs_prepare() argument
52 tgsi_exec_machine_bind_shader(machine, in cs_prepare()
56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare()
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare()
59 machine->SystemValue[i].xyzw[0].i[j] = w; in cs_prepare()
60 machine->SystemValue[i].xyzw[1].i[j] = h; in cs_prepare()
61 machine->SystemValue[i].xyzw[2].i[j] = d; in cs_prepare()
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare()
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare()
68 machine->SystemValue[i].xyzw[0].i[j] = g_w; in cs_prepare()
[all …]
Dsp_fs_exec.c56 struct tgsi_exec_machine *machine, in exec_prepare() argument
64 tgsi_exec_machine_bind_shader(machine, in exec_prepare()
112 struct tgsi_exec_machine *machine, in exec_run() argument
119 &machine->QuadPos); in exec_run()
122 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run()
124 machine->NonHelperMask = quad->inout.mask; in exec_run()
125 quad->inout.mask &= tgsi_exec_machine_run( machine, 0 ); in exec_run()
142 sizeof(machine->Outputs[i])); in exec_run()
146 &machine->Outputs[i], in exec_run()
156 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run()
[all …]
/external/v8/tools/testrunner/local/
Dutils.py99 machine = platform.machine()
100 return (machine and
102 not arch.startswith(machine))
108 machine = platform.machine()
109 machine = machine.lower() # Windows 7 capitalizes 'AMD64'.
110 if machine.startswith('arm'):
112 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None):
114 elif machine == 'i86pc':
116 elif machine == 'x86_64':
118 elif machine == 'amd64':
[all …]
/external/autotest/client/cros/cellular/
Dlabconfig.py83 def _get_dut(self, machine=None): argument
95 if self.ip and not machine:
96 machine = self.ip
98 if not machine:
105 machine = get_interface_ip(interface)
106 if machine:
108 machine)
109 self.ip = machine
114 if not machine:
123 if machine == dut["address"] or machine == dut["name"]:
[all …]
/external/toolchain-utils/crosperf/
Dbenchmark_run.py47 self.machine = None
71 self.profiler_args, self.machine_manager, self.machine,
97 self._logger, self.log_level, self.label, self.machine, output, err,
104 self.machine = self.AcquireMachine()
105 self.cache.machine = self.machine
106 self.result = self.RunTest(self.machine)
108 self.cache.remote = self.machine.name
110 self.machine)
114 if self.machine:
116 self.machine)
[all …]
Dsuite_runner.py60 def Run(self, machine, label, benchmark, test_args, profiler_args): argument
62 self.PinGovernorExecutionFrequencies(machine, label.chromeos_root)
64 self.DecreaseWaitTime(machine, label.chromeos_root)
65 ret_tup = self.Telemetry_Run(machine, label, benchmark, profiler_args)
67 self.DecreaseWaitTime(machine, label.chromeos_root)
68 ret_tup = self.Telemetry_Crosperf_Run(machine, label, benchmark,
71 ret_tup = self.Test_That_Run(machine, label, benchmark, test_args,
122 set_cpu_freq, machine=machine_name, chromeos_root=chromeos_root)
130 'ls ' + FILE, machine=machine_name, chromeos_root=chromeos_root)
137 sed_command + FILE, machine=machine_name, chromeos_root=chromeos_root)
[all …]
Dmachine_manager.py82 command, machine=self.name, chromeos_root=self.chromeos_root)
123 command, machine=self.name, chromeos_root=self.chromeos_root)
131 command, machine=self.name, chromeos_root=self.chromeos_root)
151 command, machine=self.name, chromeos_root=self.chromeos_root)
159 command, machine=self.name, chromeos_root=self.chromeos_root)
231 def GetChromeVersion(self, machine): argument
236 cmd, machine=machine.name, chromeos_root=self.chromeos_root)
239 "Couldn't get Chrome version from %s." % machine.name)
245 def ImageMachine(self, machine, label): argument
248 if checksum and (machine.checksum == checksum):
[all …]
/external/toolchain-utils/deprecated/
Drun_benchmarks.py71 def RunBrowserBenchmark(chromeos_root, board, bench, machine): argument
82 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
86 def RunStartupBenchmark(chromeos_root, board, machine): argument
96 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine): argument
122 machine=machine)
130 dest_machine=machine,
152 machine=machine)
192 if options.machine is None:
204 options.machine)
[all …]
/external/autotest/server/hosts/
Dfactory_unittest.py102 machine = _gen_machine_dict()
104 machine,
113 machine = _gen_machine_dict(labels=['os:foo'])
115 host_obj = factory.create_host(machine)
123 machine = _gen_machine_dict(labels=['os:foo'],
127 host_obj = factory.create_host(machine)
135 machine = _gen_machine_dict()
139 host_obj = factory.create_host(machine)
146 machine = _gen_machine_dict()
147 host_obj = factory.create_host(machine)
[all …]
Dfactory.py51 def _get_host_arguments(machine): argument
66 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
67 connection_pool = server_utils.get_connection_pool_from_machine(machine)
68 host_info_store = host_info.get_store_from_machine(machine)
161 def create_host(machine, host_class=None, connectivity_class=None, **args): argument
187 detected_args = _get_host_arguments(machine)
237 def create_target_machine(machine, **kwargs): argument
256 hostname = machine['hostname'] if isinstance(machine, dict) else machine
261 if isinstance(machine, dict):
262 machine['hostname'] = hostname
[all …]
/external/autotest/server/
Dbase_utils.py203 for machine in machines:
204 mappings['ident'].append(machine)
233 def parse_machine(machine, user='root', password='', port=22): argument
240 if '@' in machine:
241 user, machine = machine.split('@', 1)
252 bare_ipv6 = '[' != machine[0] and re.search(r':.*:', machine)
255 if not bare_ipv6 and re.search(r':\d*$', machine):
256 machine, port = machine.rsplit(':', 1)
261 if machine[0] == '[' and machine[-1] == ']':
262 machine = machine[1:-1]
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine_factory.py85 machine = cdma_activate_machine.CdmaActivateMachine(*args, **kwargs)
87 machine = connect_machine.ConnectMachine(*args, **kwargs)
89 machine = connect_cdma_machine.ConnectCdmaMachine(*args, **kwargs)
91 machine = disable_machine.DisableMachine(*args, **kwargs)
93 machine = disconnect_machine.DisconnectMachine(*args, **kwargs)
95 machine = enable_machine.EnableMachine(*args, **kwargs)
97 machine = register_machine.RegisterMachine(*args, **kwargs)
99 machine = register_cdma_machine.RegisterCdmaMachine(*args, **kwargs)
105 machine.EnterInteractiveMode(self._bus)
106 return machine
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, in init_machine() argument
175 machine->Attribs = span->array->attribs; in init_machine()
177 machine->DerivX = (GLfloat (*)[4]) span->attrStepX; in init_machine()
178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY; in init_machine()
179 machine->NumDeriv = VARYING_SLOT_MAX; in init_machine()
181 machine->Samplers = program->SamplerUnits; in init_machine()
186 machine->Attribs[VARYING_SLOT_FACE][col][0] = 1.0F - span->facing; in init_machine()
189 machine->CurElement = col; in init_machine()
192 machine->StackDepth = 0; in init_machine()
194 machine->FetchTexelLod = fetch_texel_lod; in init_machine()
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c75 struct gl_program_machine machine; member
227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, in init_machine() argument
231 memcpy(machine->VertAttribs, ctx->Current.Attrib, in init_machine()
234 machine->NumDeriv = 0; in init_machine()
237 machine->StackDepth = 0; in init_machine()
239 machine->FetchTexelLod = vp_fetch_texel; in init_machine()
240 machine->FetchTexelDeriv = NULL; /* not used by vertex programs */ in init_machine()
242 machine->Samplers = ctx->VertexProgram._Current->SamplerUnits; in init_machine()
244 machine->SystemValues[SYSTEM_VALUE_INSTANCE_ID][0] = (GLfloat) instID; in init_machine()
296 struct gl_program_machine *machine = &store->machine; in run_vp() local
[all …]
/external/tensorflow/tensorflow/examples/udacity/
DREADME.md9 [Docker document](https://docs.docker.com/machine/get-started/) to start a
26 On mac, go to terminal and find the virtual machine's IP using:
28 docker-machine ip default
33 On Windows, use powershell to find the virtual machine's IP using:
35 docker-machine ip default
47 is controlled by `docker-machine`). It's quite likely that you'll
50 …ow question](http://stackoverflow.com/questions/32834082/how-to-increase-docker-machine-memory-mac)
56 * **I want to create a new virtual machine instead of the default one.**
58machine` is a tool to provision and manage docker hosts, it supports multiple platform (ex. aws, g…
60 docker-machine create -d virtualbox --virtualbox-memory 8196 tensorflow
[all …]

12345678910>>...179