Searched refs:vue_slot (Results 1 – 2 of 2) sorted by relevance
177 int vue_slot = vue_map->varying_to_slot[intrin->const_index[0]]; in remap_patch_urb_offsets() local178 assert(vue_slot != -1); in remap_patch_urb_offsets()179 intrin->const_index[0] = vue_slot; in remap_patch_urb_offsets()368 int vue_slot; in brw_nir_lower_vue_inputs() local376 vue_slot = vue_map->varying_to_slot[varying]; in brw_nir_lower_vue_inputs()377 assert(vue_slot != -1); in brw_nir_lower_vue_inputs()378 nir_intrinsic_set_base(intrin, vue_slot); in brw_nir_lower_vue_inputs()
89 int vue_slot = vert_reg_to_vue_slot(c, reg, half); in vert_reg_to_varying() local90 return c->vue_map.slot_to_varying[vue_slot]; in vert_reg_to_varying()98 int vue_slot) in get_vue_slot() argument100 GLuint off = vue_slot / 2 - c->urb_entry_read_offset; in get_vue_slot()101 GLuint sub = vue_slot % 2; in get_vue_slot()113 int vue_slot = c->vue_map.varying_to_slot[varying]; in get_varying() local114 assert (vue_slot >= c->urb_entry_read_offset); in get_varying()115 return get_vue_slot(c, vert, vue_slot); in get_varying()