Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_stats_data.py256 first_slot = 0 variable
258 histo_start.append(first_slot)
261 histogram.name.upper(), first_slot)
264 first_slot += histogram.buckets
265 print >> H, " GRPC_STATS_HISTOGRAM_BUCKETS = %d" % first_slot
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; in try_reserve() local
526 if (first_slot == ~0) in try_reserve()
527 first_slot = i; in try_reserve()
550 assert(first_slot != ~0 && last_slot != ~0); in try_reserve()
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp1523 int first_slot = in calculate_urb_setup() local
1527 assert(prev_stage_vue_map.num_slots <= first_slot + 32); in calculate_urb_setup()
1528 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots; in calculate_urb_setup()
1534 prog_data->urb_setup[varying] = slot - first_slot; in calculate_urb_setup()
1537 urb_next = prev_stage_vue_map.num_slots - first_slot; in calculate_urb_setup()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1051 int first_slot = in genX() local
1056 assert(first_slot % 2 == 0); in genX()
1057 *urb_entry_read_offset = first_slot / 2; in genX()