Searched defs:num_pipes (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libevent/test/
H A Dbench.c63 static int num_pipes, num_active, num_writes; variable
74 if (widx >= num_pipes)
75 widx -= num_pipes;
89 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
98 space = num_pipes / num_active;
131 num_pipes = 100;
133 num_writes = num_pipes;
137 num_pipes = atoi(optarg);
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
159 events = calloc(num_pipes, sizeo
[all...]
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c242 UINT8 num_gates = 0,num_pipes = 0; local
266 num_pipes += nfa_hciu_count_pipes_on_gate (pg);
295 evt_data.hci_register.num_pipes = num_pipes;
422 evt_data.gates_pipes.num_pipes = 0;
436 evt_data.gates_pipes.pipe[evt_data.gates_pipes.num_pipes++] = *(tNFA_HCI_PIPE_INFO*)pp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute.c259 unsigned num_pipes = rctx->screen->info.r600_max_pipes; local
260 unsigned wave_divisor = (16 * num_pipes);
275 /* num_waves = ceil((tg_size.x * tg_size.y, tg_size.z) / (16 * num_pipes)) */
280 num_pipes, num_waves);
H A Dr600_texture.c335 unsigned num_pipes = rscreen->tiling_info.num_channels; local
338 unsigned elements_per_macro_tile = (cmask_cache_bits / element_bits) * num_pipes;
347 unsigned base_align = num_pipes * pipe_interleave_bytes;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon24029
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon24031
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c259 unsigned num_pipes = rctx->screen->info.r600_max_pipes; local
260 unsigned wave_divisor = (16 * num_pipes);
275 /* num_waves = ceil((tg_size.x * tg_size.y, tg_size.z) / (16 * num_pipes)) */
280 num_pipes, num_waves);
H A Dr600_texture.c335 unsigned num_pipes = rscreen->tiling_info.num_channels; local
338 unsigned elements_per_macro_tile = (cmask_cache_bits / element_bits) * num_pipes;
347 unsigned base_align = num_pipes * pipe_interleave_bytes;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h297 unsigned num_pipes; member in struct:r300_query
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h297 unsigned num_pipes; member in struct:r300_query

Completed in 165 milliseconds