OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_pipes
(Results
1 - 8
of
8
) sorted by null
/external/libdrm/radeon/
radeon_surface.c
99
uint32_t
num_pipes
;
member in struct:radeon_hw_info
216
surf_man->hw_info.
num_pipes
= 1;
219
surf_man->hw_info.
num_pipes
= 2;
222
surf_man->hw_info.
num_pipes
= 4;
225
surf_man->hw_info.
num_pipes
= 8;
228
surf_man->hw_info.
num_pipes
= 8;
371
yalign = tilew * surf_man->hw_info.
num_pipes
;
377
MAX2(surf_man->hw_info.
num_pipes
*
501
surf_man->hw_info.
num_pipes
= 1;
504
surf_man->hw_info.
num_pipes
= 2
1698
unsigned
num_pipes
, num_banks;
local
2301
uint32_t
num_pipes
, num_banks;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_query.c
56
q->
num_pipes
= r300screen->info.r300_num_z_pipes;
58
q->
num_pipes
= r300screen->info.r300_num_gb_pipes;
r300_context.h
297
unsigned
num_pipes
;
member in struct:r300_query
r300_emit.c
677
query->num_results += query->
num_pipes
;
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
94
UINT8
num_pipes
; /* Number of dynamic pipes exist for the application */
member in struct:__anon17035
108
UINT8
num_pipes
; /* Number of dynamic pipes exist for the application */
member in struct:__anon17037
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c
259
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);
r600_texture.c
335
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;
[
all
...]
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
242
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;
[
all
...]
Completed in 596 milliseconds