Home
last modified time | relevance | path

Searched refs:machines (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c110 struct tgsi_exec_machine **machines) in run_workgroup()
118 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads); in run_workgroup()
172 struct tgsi_exec_machine **machines; in softpipe_launch_grid() local
191 machines = CALLOC(sizeof(struct tgsi_exec_machine *), num_threads_in_group); in softpipe_launch_grid()
192 if (!machines) { in softpipe_launch_grid()
197 /* initialise machines + GRID_SIZE + THREAD_ID + BLOCK_SIZE */ in softpipe_launch_grid()
202 machines[idx] = tgsi_exec_machine_create(PIPE_SHADER_COMPUTE); in softpipe_launch_grid()
204 machines[idx]->LocalMem = local_mem; in softpipe_launch_grid()
205 machines[idx]->LocalMemSize = cs->shader.req_local_mem; in softpipe_launch_grid()
206 machines[id in softpipe_launch_grid()
108 run_workgroup(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, int num_threads, struct tgsi_exec_machine **machines) run_workgroup() argument
[all...]
/third_party/elfutils/tests/
H A Dsaridx.c30 static const char *machines[] = variable
216 (ehdr.e_machine >= (sizeof (machines) in main()
217 / sizeof (machines[0])) in main()
218 || machines[ehdr.e_machine] == NULL) in main()
220 : machines[ehdr.e_machine]); in main()
/third_party/elfutils/libebl/
H A Deblopenbackend.c72 } machines[] = variable
154 #define nmachines (sizeof (machines) / sizeof (machines[0]))
298 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0) in openbackend()
299 || (emulation == NULL && machines[cnt].em == machine)) in openbackend()
302 result->emulation = machines[cnt].emulation; in openbackend()
316 result->machine = machines[cnt].em; in openbackend()
317 result->class = machines[cnt].class; in openbackend()
318 result->data = machines[cnt].data; in openbackend()
327 if (machines[cn in openbackend()
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Dresample.asm469 ; This is probably a really bad idea on atom and other machines with a

Completed in 4 milliseconds