Searched refs:first_slot (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; local in function:r600_sb::alu_group_tracker::try_reserve
526 if (first_slot == ~0)
527 first_slot = i;
550 assert(first_slot != ~0 && last_slot != ~0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; local in function:r600_sb::alu_group_tracker::try_reserve
526 if (first_slot == ~0)
527 first_slot = i;
550 assert(first_slot != ~0 && last_slot != ~0);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c369 int first_slot = brw_compute_first_urb_slot_required(wm_prog_data->inputs, local in function:emit_3dstate_sbe
371 assert(first_slot % 2 == 0);
372 unsigned urb_entry_read_offset = first_slot / 2;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp1660 int first_slot = local in function:fs_visitor::calculate_urb_setup
1664 assert(prev_stage_vue_map.num_slots <= first_slot + 32);
1665 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots;
1671 prog_data->urb_setup[varying] = slot - first_slot;
1674 urb_next = prev_stage_vue_map.num_slots - first_slot;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c3265 const unsigned first_slot = local in function:iris_compute_sbe_urb_read_interval
3269 assert(first_slot % 2 == 0);
3270 *out_offset = first_slot / 2;
3314 while (last_read_slot > first_slot && !(fs_input_slots &
3319 *out_length = DIV_ROUND_UP(last_read_slot - first_slot + 1, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c3959 const unsigned first_slot = local in function:iris_compute_sbe_urb_read_interval
3963 assert(first_slot % 2 == 0);
3964 *out_offset = first_slot / 2;
4008 while (last_read_slot > first_slot && !(fs_input_slots &
4013 *out_length = DIV_ROUND_UP(last_read_slot - first_slot + 1, 2);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c1083 int first_slot = local in function:genX
1088 assert(first_slot % 2 == 0);
1089 *urb_entry_read_offset = first_slot / 2;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c1073 int first_slot = local in function:genX
1078 assert(first_slot % 2 == 0);
1079 *urb_entry_read_offset = first_slot / 2;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp1902 int first_slot = local in function:calculate_urb_setup
1906 assert(prev_stage_vue_map.num_slots <= first_slot + 32);
1907 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots;
1913 prog_data->urb_setup[varying] = slot - first_slot;
1916 urb_next = prev_stage_vue_map.num_slots - first_slot;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c4564 int first_slot = local in function:calculate_attr_overrides
4568 assert(first_slot % 2 == 0);
4569 *urb_entry_read_offset = first_slot / 2;

Completed in 72 milliseconds