Home
last modified time | relevance | path

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

12345678910>>...200

/external/mesa3d/src/mesa/program/
Dprog_execute.c82 const struct gl_program_machine *machine) in get_src_register_pointer() argument
84 const struct gl_program *prog = machine->CurProgram; in get_src_register_pointer()
89 reg += machine->AddressReg[0][0]; in get_src_register_pointer()
99 return machine->Temporaries[reg]; in get_src_register_pointer()
105 return machine->VertAttribs[reg]; in get_src_register_pointer()
110 return machine->Attribs[reg][machine->CurElement]; in get_src_register_pointer()
116 return machine->Outputs[reg]; in get_src_register_pointer()
130 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues)); in get_src_register_pointer()
131 return machine->SystemValues[reg]; in get_src_register_pointer()
148 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/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()
100 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local
106 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear()
110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
111 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
113 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()
135 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
136 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
[all …]
Ddraw_gs.c82 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs() local
92 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs()
93 unsigned prim_offset = machine->PrimitiveOffsets[stream][prim_idx]; in tgsi_fetch_gs_outputs()
95 machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs()
104 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0]; in tgsi_fetch_gs_outputs()
105 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0]; in tgsi_fetch_gs_outputs()
106 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]; in tgsi_fetch_gs_outputs()
107 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0]; in tgsi_fetch_gs_outputs()
129 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_input() local
135 int primid_sv = machine->SysSemanticToIndex[TGSI_SEMANTIC_PRIMID]; in tgsi_fetch_gs_input()
[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/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/
Dmachine_manager.py84 command, machine=self.name, chromeos_root=self.chromeos_root)
131 command, machine=self.name, chromeos_root=self.chromeos_root)
139 command, machine=self.name, chromeos_root=self.chromeos_root)
163 command, machine=self.name, chromeos_root=self.chromeos_root)
171 command, machine=self.name, chromeos_root=self.chromeos_root)
243 def GetChromeVersion(self, machine): argument
248 cmd, machine=machine.name, chromeos_root=self.chromeos_root)
251 machine.name)
257 def ImageMachine(self, machine, label): argument
260 if checksum and (machine.checksum == checksum):
[all …]
Dbenchmark_run.py50 self.machine = None
74 self.profiler_args, self.machine_manager, self.machine,
100 self._logger, self.log_level, self.label, self.machine, output, err,
108 self.machine = self.AcquireMachine()
109 self.cache.machine = self.machine
110 self.result = self.RunTest(self.machine)
112 self.cache.remote = self.machine.name
114 self.machine)
118 if self.machine:
120 self.machine)
[all …]
/external/toolchain-utils/
Dlock_machine.py107 def CheckMachine(self, machine, error_msg): argument
117 if not machines.MachineIsPingable(machine, logging_level='none'):
118 cros_machine = machine + '.cros'
176 def AddMachineToLocal(self, machine): argument
182 if machine not in self.local_machines:
183 self.local_machines.append(machine)
185 def AddMachineToSkylab(self, machine): argument
191 if machine not in self.skylab_machines:
192 self.skylab_machines.append(machine)
211 def UpdateLockInSkylab(self, should_lock_machine, machine): argument
[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.py55 def _get_host_arguments(machine): argument
70 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
71 connection_pool = server_utils.get_connection_pool_from_machine(machine)
72 host_info_store = host_info.get_store_from_machine(machine)
165 def create_host(machine, host_class=None, connectivity_class=None, **args): argument
191 detected_args = _get_host_arguments(machine)
241 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/llvm-project/openmp/runtime/tools/lib/
DUname.pm122 $values{ machine } =~ m{\A(?:x86|[56]86)\z}
129 $values{ machine } = "x86_64";
137 $values{ processor } = $values{ machine };
143 } elsif ( $values{ machine } =~ m{\Ai[3456]86\z} ) {
145 } elsif ( $values{ machine } =~ m{\A(x86_64|amd64)\z} ) {
147 } elsif ( $values{ machine } =~ m{\Aarmv7\D*\z} ) {
149 } elsif ( $values{ machine } =~ m{\Appc64le\z} ) {
151 } elsif ( $values{ machine } =~ m{\Appc64\z} ) {
153 } elsif ( $values{ machine } =~ m{\Aaarch64\z} ) {
155 } elsif ( $values{ machine } =~ m{\Amips64\z} ) {
[all …]
/external/llvm-project/llvm/test/MachineVerifier/
Dtest_g_ptrmask.mir15 ; CHECK: Bad machine code: Type mismatch in generic instruction
16 ; CHECK: Bad machine code: ptrmask result type must be a pointer
19 ; CHECK: Bad machine code: Type mismatch in generic instruction
22 ; CHECK: Bad machine code: ptrmask mask type must be an integer
28 ; CHECK: Bad machine code: Type mismatch in generic instruction
29 ; CHECK: Bad machine code: ptrmask result type must be a pointer
32 ; CHECK: Bad machine code: Type mismatch in generic instruction
35 ; CHECK: Bad machine code: Type mismatch in generic instruction
36 ; CHECK: Bad machine code: ptrmask mask type must be an integer
37 ; CHECK: Bad machine code: operand types must be all-vector or all-scalar
[all …]
Dtest_g_addrspacecast.mir19 ; CHECK: Bad machine code: Too few operands
22 ; CHECK: Bad machine code: Too few operands
23 ; CHECK: Bad machine code: Explicit definition marked as use
26 ; CHECK: Bad machine code: addrspacecast types must be pointers
29 ; CHECK: Bad machine code: addrspacecast types must be pointers
32 ; CHECK: Bad machine code: addrspacecast types must be pointers
35 ; CHECK: Bad machine code: addrspacecast types must be pointers
38 ; CHECK: Bad machine code: operand types must be all-vector or all-scalar
41 ; CHECK: Bad machine code: operand types must be all-vector or all-scalar
44 ; CHECK: Bad machine code: operand types must preserve number of vector elements
[all …]
Dtest_g_shuffle_vector.mir17 ; CHECK: Bad machine code: Incorrect mask operand type for G_SHUFFLE_VECTOR
20 ; CHECK: Bad machine code: Incorrect mask operand type for G_SHUFFLE_VECTOR
23 ; CHECK: Bad machine code: Incorrect mask operand type for G_SHUFFLE_VECTOR
26 ; CHECK: Bad machine code: Incorrect mask operand type for G_SHUFFLE_VECTOR
29 ; CHECK: Bad machine code: Wrong result type for shufflemask
32 ; CHECK: Bad machine code: Wrong result type for shufflemask
35 ; CHECK: Bad machine code: G_SHUFFLE_VECTOR cannot change element type
38 ; CHECK: Bad machine code: Source operands must be the same type
41 ; CHECK: Bad machine code: Out of bounds shuffle index
44 ; CHECK: Bad machine code: Out of bounds shuffle index
[all …]
Dtest_g_insert.mir12 ; CHECK: Bad machine code: Too few operands
15 ; CHECK: Bad machine code: Too few operands
16 ; CHECK: Bad machine code: generic instruction must use register operands
19 ; CHECK: Bad machine code: generic instruction must use register operands
20 ; CHECK: Bad machine code: generic instruction must use register operands
21 ; CHECK: Bad machine code: insert source must be a register
27 ; CHECK: Bad machine code: insert writes past end of register
30 ; CHECK: Bad machine code: insert offset must be a constant
33 ; CHECK: Bad machine code: insert offset must be a constant
38 ; CHECK: Bad machine code: inserted size must be smaller than total register
[all …]
Dtest_g_memcpy.mir17 ; CHECK: *** Bad machine code: memcpy/memmove must have 2 memory operands ***
20 ; CHECK: *** Bad machine code: memcpy/memmove must have 2 memory operands ***
23 ; CHECK: *** Bad machine code: memcpy/memmove must have 2 memory operands ***
26 ; CHECK: *** Bad machine code: wrong memory operand types ***
29 ; CHECK: *** Bad machine code: inconsistent memory operand sizes ***
32 ; CHECK: *** Bad machine code: inconsistent memory operand sizes ***
35 ; CHECK: *** Bad machine code: inconsistent memory operand sizes ***
38 ; CHECK: *** Bad machine code: inconsistent store address space ***
41 ; CHECK: *** Bad machine code: inconsistent load address space ***
44 ; CHECK: *** Bad machine code: memory instruction operand must be a pointer ***
[all …]
/external/autotest/server/
Dbase_utils.py209 for machine in machines:
210 mappings['ident'].append(machine)
239 def parse_machine(machine, user='root', password='', port=22): argument
246 if '@' in machine:
247 user, machine = machine.split('@', 1)
258 bare_ipv6 = '[' != machine[0] and re.search(r':.*:', machine)
261 if not bare_ipv6 and re.search(r':\d*$', machine):
262 machine, port = machine.rsplit(':', 1)
267 if machine[0] == '[' and machine[-1] == ']':
268 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/llvm-project/llvm/test/MC/PowerPC/
Dppc-machine.s6 # For now, the only thing we check is that the .machine directive
9 .machine push
10 .machine any
11 .machine pop
13 .machine "push"
14 .machine "any"
15 .machine "pop"
17 .machine ppc64
/external/llvm-project/llvm/test/tools/llvm-lib/
Dmachine-mismatch.test11 Mixing bitcode and normal object files with the same machine type is ok:
23 Mixing object files with different machine type is not ok:
27 OBJ32: i386.obj: file machine type x86 conflicts with library machine type x64 (inferred from earli…
30 Neither is mixing object and bitcode files with different machine type:
34 BC32: i386.bc: file machine type x86 conflicts with library machine type x64 (inferred from earlier…
38 BC64: x86_64.bc: file machine type x64 conflicts with library machine type arm64 (inferred from ear…
41 If /machine: is passed, its value is authoritative.
43 RUN: not llvm-lib /machine:X86 %t/x86_64.obj %t/i386.obj 2>&1 | \
45 OBJ64: x86_64.obj: file machine type x64 conflicts with library machine type x86 (from '/machine:X8…
/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
229 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, in init_machine() argument
233 memcpy(machine->VertAttribs, ctx->Current.Attrib, in init_machine()
236 machine->NumDeriv = 0; in init_machine()
239 machine->StackDepth = 0; in init_machine()
241 machine->FetchTexelLod = vp_fetch_texel; in init_machine()
242 machine->FetchTexelDeriv = NULL; /* not used by vertex programs */ in init_machine()
244 machine->Samplers = ctx->VertexProgram._Current->SamplerUnits; in init_machine()
246 machine->SystemValues[SYSTEM_VALUE_INSTANCE_ID][0] = (GLfloat) instID; in init_machine()
298 struct gl_program_machine *machine = &store->machine; in run_vp() local
[all …]
/external/llvm/test/MC/PowerPC/
Dppc-machine.s5 # For now, the only thing we check is that the .machine directive
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"

12345678910>>...200