Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/kernel_SchedBandwith/
Dkernel_SchedBandwith.py82 total_slices = 0
91 total_slices = running_slices + idle_slices
92 return (total_slices, idle_slices)
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2005 size_t total_slices = 0; // SUM(#slices in |packets|). in ReadBuffers() local
2010 total_slices += packet.slices().size(); in ReadBuffers()
2081 total_slices += packet.slices().size(); in ReadBuffers()
2116 total_slices += packets[i].slices().size(); in ReadBuffers()
2172 const size_t max_iovecs = total_slices + packets.size(); in ReadBuffers()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c408 uint32_t total_slices = 0; in create_aux_state_map() local
410 total_slices += iris_get_num_logical_layers(res, level); in create_aux_state_map()
420 per_level_array_size + total_slices * sizeof(enum isl_aux_state); in create_aux_state_map()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c277 uint32_t total_slices = 0; in create_aux_state_map() local
279 total_slices += brw_get_num_logical_layers(mt, level); in create_aux_state_map()
288 total_slices * sizeof(enum isl_aux_state); in create_aux_state_map()