OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopDepth
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c
11
unsigned
LoopDepth
;
97
if (fc_state->
LoopDepth
== 0 && fc_state->BranchDepth == 0) {
111
fc_state->PredStack[fc_state->
LoopDepth
] =
138
if (fc_state->
LoopDepth
== 1) {
162
fc_state->PredicateReg = fc_state->PredStack[fc_state->
LoopDepth
- 1];
175
assert(fc_state->
LoopDepth
== 0);
185
if ((fc_state->BranchDepth == 0 && fc_state->
LoopDepth
== 0)
186
|| (fc_state->
LoopDepth
== 1 && fc_state->InCFBreak)) {
225
fc_state.
LoopDepth
++;
234
|| fc_state.
LoopDepth
!= 1)
[
all
...]
radeon_dataflow.h
92
unsigned int
LoopDepth
;
radeon_dataflow.c
544
if (cb_data->ReaderData->
LoopDepth
> 0) {
696
d->ReaderData->
LoopDepth
= 0;
712
d->ReaderData->
LoopDepth
++;
716
if (d->ReaderData->
LoopDepth
> 0) {
717
d->ReaderData->
LoopDepth
--;
718
if (d->ReaderData->
LoopDepth
== 0) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c
11
unsigned
LoopDepth
;
97
if (fc_state->
LoopDepth
== 0 && fc_state->BranchDepth == 0) {
111
fc_state->PredStack[fc_state->
LoopDepth
] =
138
if (fc_state->
LoopDepth
== 1) {
162
fc_state->PredicateReg = fc_state->PredStack[fc_state->
LoopDepth
- 1];
175
assert(fc_state->
LoopDepth
== 0);
185
if ((fc_state->BranchDepth == 0 && fc_state->
LoopDepth
== 0)
186
|| (fc_state->
LoopDepth
== 1 && fc_state->InCFBreak)) {
225
fc_state.
LoopDepth
++;
234
|| fc_state.
LoopDepth
!= 1)
[
all
...]
radeon_dataflow.h
92
unsigned int
LoopDepth
;
radeon_dataflow.c
544
if (cb_data->ReaderData->
LoopDepth
> 0) {
696
d->ReaderData->
LoopDepth
= 0;
712
d->ReaderData->
LoopDepth
++;
716
if (d->ReaderData->
LoopDepth
> 0) {
717
d->ReaderData->
LoopDepth
--;
718
if (d->ReaderData->
LoopDepth
== 0) {
Completed in 203 milliseconds