Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c90 int vue_slot = vert_reg_to_vue_slot(c, reg, half); in vert_reg_to_varying() local
91 return c->vue_map.slot_to_varying[vue_slot]; in vert_reg_to_varying()
99 int vue_slot) in get_vue_slot() argument
101 GLuint off = vue_slot / 2 - c->urb_entry_read_offset; in get_vue_slot()
102 GLuint sub = vue_slot % 2; in get_vue_slot()
114 int vue_slot = c->vue_map.varying_to_slot[varying]; in get_varying() local
115 assert (vue_slot >= c->urb_entry_read_offset); in get_varying()
116 return get_vue_slot(c, vert, vue_slot); in get_varying()
Dbrw_nir.c128 int vue_slot = vue_map->varying_to_slot[intrin->const_index[0]]; in remap_patch_urb_offsets() local
129 assert(vue_slot != -1); in remap_patch_urb_offsets()
130 intrin->const_index[0] = vue_slot; in remap_patch_urb_offsets()
331 int vue_slot; in brw_nir_lower_vue_inputs() local
339 vue_slot = vue_map->varying_to_slot[varying]; in brw_nir_lower_vue_inputs()
340 assert(vue_slot != -1); in brw_nir_lower_vue_inputs()
341 nir_intrinsic_set_base(intrin, vue_slot); in brw_nir_lower_vue_inputs()