Home
last modified time | relevance | path

Searched refs:allocate_and_insert_proxies (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c147 static void allocate_and_insert_proxies(struct emulate_branch_state * s, in allocate_and_insert_proxies() function
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst); in handle_endif()
218 allocate_and_insert_proxies(s, &ElseProxies, branch->Else->Next, inst); in handle_endif()