HomeSort by relevance Sort by last modified time
    Searched refs:num_pipes (Results 1 - 13 of 13) sorted by null

  /external/libevent/test/
bench_cascade.c 81 run_once(int num_pipes)
87 events = (struct event *)calloc(num_pipes, sizeof(struct event));
88 pipes = (evutil_socket_t *)calloc(num_pipes * 2, sizeof(evutil_socket_t));
95 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
109 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
110 evutil_socket_t fd = i < num_pipes - 1 ? cp[3] : -1;
127 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
148 int num_pipes = 100; local
157 num_pipes = atoi(optarg);
166 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50
    [all...]
bench.c 69 static int num_pipes, num_active, num_writes; variable
86 if (widx >= num_pipes)
87 widx -= num_pipes;
103 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
113 space = num_pipes / num_active;
150 num_pipes = 100;
152 num_writes = num_pipes;
156 num_pipes = atoi(optarg);
171 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
178 events = calloc(num_pipes, sizeof(struct event))
    [all...]
  /external/mesa3d/src/amd/addrlib/inc/chip/r800/
si_gb_reg.h 46 unsigned int num_pipes : 3; member in struct:_GB_ADDR_CONFIG_T
84 unsigned int num_pipes : 3; member in struct:_GB_ADDR_CONFIG_T
  /external/libdrm/radeon/
radeon_surface.c 107 uint32_t num_pipes; member in struct:radeon_hw_info
224 surf_man->hw_info.num_pipes = 1;
227 surf_man->hw_info.num_pipes = 2;
230 surf_man->hw_info.num_pipes = 4;
233 surf_man->hw_info.num_pipes = 8;
236 surf_man->hw_info.num_pipes = 8;
379 yalign = tilew * surf_man->hw_info.num_pipes;
385 MAX2(surf_man->hw_info.num_pipes *
509 surf_man->hw_info.num_pipes = 1;
512 surf_man->hw_info.num_pipes = 2
1708 unsigned num_pipes, num_banks; local
2311 uint32_t num_pipes, num_banks; local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_image.c 522 unsigned num_pipes = device->physical_device->rad_info.num_tile_pipes; local
525 switch (num_pipes) {
547 unsigned base_align = num_pipes * pipe_interleave_bytes;
595 unsigned num_pipes = device->physical_device->rad_info.num_tile_pipes; local
605 if (device->physical_device->rad_info.chip_class >= CIK && num_pipes < 4)
606 num_pipes = 4;
608 switch (num_pipes) {
640 base_align = num_pipes * pipe_interleave_bytes;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 57 q->num_pipes = r300screen->info.r300_num_z_pipes;
59 q->num_pipes = r300screen->info.r300_num_gb_pipes;
r300_context.h 289 unsigned num_pipes; member in struct:r300_query
r300_emit.c 768 query->num_results += query->num_pipes;
    [all...]
  /system/nfc/src/nfa/include/
nfa_hci_api.h 119 uint8_t num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon3401
131 uint8_t num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon3403
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 666 unsigned num_pipes = rscreen->info.num_tile_pipes; local
669 unsigned elements_per_macro_tile = (cmask_cache_bits / element_bits) * num_pipes;
678 unsigned base_align = num_pipes * pipe_interleave_bytes;
696 unsigned num_pipes = rscreen->info.num_tile_pipes; local
699 switch (num_pipes) {
721 unsigned base_align = num_pipes * pipe_interleave_bytes;
796 unsigned num_pipes = rscreen->info.num_tile_pipes; local
823 if (rscreen->chip_class >= CIK && num_pipes < 4)
824 num_pipes = 4;
826 switch (num_pipes) {
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_act.cc 233 uint8_t num_gates = 0, num_pipes = 0; local
255 num_pipes += nfa_hciu_count_pipes_on_gate(pg);
283 evt_data.hci_register.num_pipes = num_pipes;
405 evt_data.gates_pipes.num_pipes = 0;
416 evt_data.gates_pipes.pipe[evt_data.gates_pipes.num_pipes++] =
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 386 unsigned num_pipes = rctx->screen->b.info.r600_max_quad_pipes; local
387 unsigned wave_divisor = (16 * num_pipes);
403 /* num_waves = ceil((tg_size.x * tg_size.y, tg_size.z) / (16 * num_pipes)) */
410 num_pipes, num_waves, lds_size);
    [all...]
evergreen_state.c 3689 unsigned num_pipes = rctx->screen->b.info.r600_max_quad_pipes; local
    [all...]

Completed in 857 milliseconds