Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp516 int first_slot = ~0, first_nf = ~0, last_slot = ~0; in try_reserve() local
522 if (first_slot == ~0) in try_reserve()
523 first_slot = i; in try_reserve()
546 assert(first_slot != ~0 && last_slot != ~0); in try_reserve()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp1466 int first_slot = in calculate_urb_setup() local
1469 assert(prev_stage_vue_map.num_slots <= first_slot + 32); in calculate_urb_setup()
1470 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots; in calculate_urb_setup()
1476 prog_data->urb_setup[varying] = slot - first_slot; in calculate_urb_setup()
1479 urb_next = prev_stage_vue_map.num_slots - first_slot; in calculate_urb_setup()