OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_latency
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp
63
this->
child_latency
= NULL;
105
int *
child_latency
;
member in class:schedule_node
177
before->
child_latency
[i] = MAX2(before->
child_latency
[i], latency);
191
before->
child_latency
= reralloc(mem_ctx, before->
child_latency
,
196
before->
child_latency
[before->child_count] = latency;
475
time + chosen->
child_latency
[i]);
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp
63
this->
child_latency
= NULL;
105
int *
child_latency
;
member in class:schedule_node
177
before->
child_latency
[i] = MAX2(before->
child_latency
[i], latency);
191
before->
child_latency
= reralloc(mem_ctx, before->
child_latency
,
196
before->
child_latency
[before->child_count] = latency;
475
time + chosen->
child_latency
[i]);
Completed in 1972 milliseconds