OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Branches
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c
80
struct branch_info *
Branches
;
547
s->
Branches
, s->CurrentBranchDepth, s->BranchesReserved, 1);
549
branch = &s->
Branches
[s->CurrentBranchDepth++];
566
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
578
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
radeon_emulate_branches.c
52
struct branch_info *
Branches
;
64
s->
Branches
, s->BranchCount, s->BranchReserved, 1);
68
branch = &s->
Branches
[s->BranchCount++];
73
* it at ENDIF time and it might be overwritten in both
branches
. */
93
rc_error(s->C, "Encountered ELSE outside of
branches
");
99
branch = &s->
Branches
[s->BranchCount - 1];
204
rc_error(s->C, "Encountered ENDIF outside of
branches
");
210
branch = &s->
Branches
[s->BranchCount - 1];
305
* Remove branch instructions; instead, execute both
branches
/external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c
80
struct branch_info *
Branches
;
547
s->
Branches
, s->CurrentBranchDepth, s->BranchesReserved, 1);
549
branch = &s->
Branches
[s->CurrentBranchDepth++];
566
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
578
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
radeon_emulate_branches.c
52
struct branch_info *
Branches
;
64
s->
Branches
, s->BranchCount, s->BranchReserved, 1);
68
branch = &s->
Branches
[s->BranchCount++];
73
* it at ENDIF time and it might be overwritten in both
branches
. */
93
rc_error(s->C, "Encountered ELSE outside of
branches
");
99
branch = &s->
Branches
[s->BranchCount - 1];
204
rc_error(s->C, "Encountered ENDIF outside of
branches
");
210
branch = &s->
Branches
[s->BranchCount - 1];
305
* Remove branch instructions; instead, execute both
branches
/external/llvm/include/llvm/Support/
GCOV.h
367
Name(Name), LogicalLines(0), LinesExec(0),
Branches
(0), BranchesExec(0),
375
uint32_t
Branches
;
Completed in 282 milliseconds