/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_compute.c | 110 struct tgsi_exec_machine **machines) in run_workgroup() argument 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() 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[idx]->NonHelperMask = (1 << (MIN2(TGSI_QUAD_SIZE, bwidth - local_x))) - 1; in softpipe_launch_grid() 207 cs_prepare(cs, machines[idx], in softpipe_launch_grid() [all …]
|
/third_party/elfutils/tests/ |
D | saridx.c | 30 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/ |
D | eblopenbackend.c | 72 } 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[cnt].init && in openbackend() 328 machines[cnt].init (elf, machine, result)) in openbackend()
|
D | ChangeLog | 56 (machines): Set init to NULL for tilegx. 111 * eblopenbackend.c (machines): Replace dsoname with init callback. 222 * eblopenbackend.c (machines): Add entries for RISC-V. 300 * eblopenbackend.c (machines): Add EM_BPF entry. 304 * eblopenbackend.c (machines) [EM_68K]: Set class and data. 430 * eblopenbackend.c (machines): Add entry for AArch64. 479 * eblopenbackend.c (machines): Add tilegx. 1071 * elbopenbackend.c (machines): Add class and data fields. Initialize
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | deploy_info | 6 Setting up lock test with several test machines. 19 Running lock test over several test machines. 21 Run test on already configured test machines.
|
/third_party/skia/third_party/externals/angle2/infra/ |
D | README.md | 4 the tree. We scale our pre-commit and post-commit testing to many machines 25 Looking at an example build shows how tests are split up between machines. See for example: 30 `angle_deqp_gles3_metal_tests`) the test is split up between multiple machines to 31 run faster (in this case 2 different machines at once). This build took 23
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output-headphones-2.conf | 16 ; Path for the second headphone output on dual-headphone machines. 87 ; On some machines, the Front Volume Control is shared by Headphone and Lineout,
|
/third_party/mesa3d/docs/drivers/ |
D | virgl.rst | 7 VirGL is a virtual 3D GPU for use inside QEMU virtual machines, that 16 virtual machines running inside QEMU. The design of this card is based
|
/third_party/ltp/testcases/kdump/doc/ |
D | 00_Descriptions.txt | 22 On some type of hardware [ eg IBM System p and System i machines ] tests ACB 55 On certain type of hardware [ eg IBM system p and system i machines] tests with
|
/third_party/ffmpeg/ |
D | README.OpenSource | 8 …e, mux, demux, stream, filter and play pretty much anything that humans and machines have created."
|
/third_party/node/tools/ |
D | sign.bat | 5 @REM Release CI machines are configured to have it in the PATH so this can be used safely.
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 74 # connections to machines which are on your local network. The 237 # machines to the domain. 241 # Script for domain controller for adding machines: 242 ; add user script = /usr/sbin/useradd -d /dev/null -g machines –c 244 # Script for domain controller with LDAP backend for adding machines 248 # /dev/null -g machines -c 'Machine Account' -s /bin/false %u 288 # The example below excludes use of name resolution for machines that 498 # machines. You could also use the %u option to tailor it by user name.
|
/third_party/python/Doc/library/ |
D | ipc.rst | 12 that two or more processes can use to communicate across machines.
|
/third_party/benchmark/docs/ |
D | reducing_variance.md | 51 1. On multi-core machines not all CPUs/CPU cores/CPU threads run the same 68 reason some companies maintain machines dedicated to performance testing.
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
D | README.1st | 1 This test requires two machines on the same subnet. Each machine must have the same
|
/third_party/python/Doc/tutorial/ |
D | floatingpoint.rst | 56 machines today, floats are approximated using a binary fraction with 64 value of the binary approximation stored by the machine. On most machines, if 141 from the floating-point hardware, and on most machines are on the order of no 221 machines today (November 2000) use IEEE-754 floating point arithmetic, and
|
D | interpreter.rst | 14 on those machines where it is available; putting :file:`/usr/local/bin` in your 26 On Windows machines where you have installed Python from the :ref:`Microsoft Store
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-openssl.md | 94 # On non-Linux machines 97 # On Linux machines
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | introduction.inc | 15 this tutorial has only been tested on @emph{GNU/Linux} machines even though
|
/third_party/ltp/doc/ |
D | user-guide.txt | 23 slow machines to avoid unexpected timeout).
|
/third_party/rust/crates/nom/assets/ |
D | links.txt | 1 https://github.com/ekmett/machines
|
/third_party/curl/docs/ |
D | INTERNALS.md | 10 machines. Most of libcurl assumes more or less POSIX compliance but that is
|
/third_party/pulseaudio/sonic/debian/ |
D | control | 28 work on both Linux destop machines and embedded systems.
|
/third_party/python/Doc/faq/ |
D | installed.rst | 29 * Some Windows machines also have Python installed. At this writing we're aware
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_abgr.txt | 25 component order matches the cpack Iris GL format on big-endian machines.
|