Searched defs:resource_index (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc718 int resource_index = TaskManager::GetInstance()->model()->ResourceCount() - 1; local
721 ASSERT_TRUE(model()->GetV8Memory(resource_index, &result));
725 ASSERT_TRUE(model()->GetV8MemoryUsed(resource_index, &result));
/external/chromium_org/components/domain_reliability/
H A Dcontext.cc190 size_t resource_index,
193 DCHECK_NE(DomainReliabilityConfig::kInvalidResourceIndex, resource_index);
194 DCHECK_GT(states_.size(), resource_index);
196 const ResourceState& state = *states_[resource_index];
189 GetRequestCountsForTesting( size_t resource_index, uint32_t* successful_requests_out, uint32_t* failed_requests_out) const argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c2085 unsigned resource_index = u_bit_scan(&dirty_mask); local
2088 rview = state->views[resource_index];
2092 r600_write_value(cs, (resource_id_base + resource_index) * 8);
H A Dr600_state.c1922 unsigned resource_index = u_bit_scan(&dirty_mask); local
1925 rview = state->views[resource_index];
1929 r600_write_value(cs, (resource_id_base + resource_index) * 7);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2085 unsigned resource_index = u_bit_scan(&dirty_mask); local
2088 rview = state->views[resource_index];
2092 r600_write_value(cs, (resource_id_base + resource_index) * 8);
H A Dr600_state.c1922 unsigned resource_index = u_bit_scan(&dirty_mask); local
1925 rview = state->views[resource_index];
1929 r600_write_value(cs, (resource_id_base + resource_index) * 7);

Completed in 407 milliseconds