OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_and_insert_proxies
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c
147
static void
allocate_and_insert_proxies
(struct emulate_branch_state * s,
function
215
allocate_and_insert_proxies
(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
218
allocate_and_insert_proxies
(s, &ElseProxies, branch->Else->Next, inst);
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c
147
static void
allocate_and_insert_proxies
(struct emulate_branch_state * s,
function
215
allocate_and_insert_proxies
(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
218
allocate_and_insert_proxies
(s, &ElseProxies, branch->Else->Next, inst);
Completed in 392 milliseconds