Home
last modified time | relevance | path

Searched refs:slot_to_varying (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vue_map.c52 vue_map->slot_to_varying[slot] = varying; in assign_vue_slot()
102 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_vue_map()
222 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_tess_vue_map()
289 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map()
291 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0); in brw_print_vue_map()
294 varying_name(vue_map->slot_to_varying[i])); in brw_print_vue_map()
302 varying_name(vue_map->slot_to_varying[i])); in brw_print_vue_map()
Dgen6_sf_state.c133 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in get_attr_override()
134 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in get_attr_override()
135 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in get_attr_override()
136 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in get_attr_override()
Dbrw_interpolation_map.c98 int varying = vue_map->slot_to_varying[i]; in brw_setup_vue_interpolation()
Dbrw_sf.c74 c.vue_map.slot_to_varying[c.vue_map.num_slots++] = BRW_VARYING_SLOT_PNTC; in compile_sf_prog()
Dbrw_fs_visitor.cpp680 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD || in emit_urb_writes()
681 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
686 int varying = vue_map->slot_to_varying[slot]; in emit_urb_writes()
Dgen6_gs_visitor.cpp146 int varying = prog_data->vue_map.slot_to_varying[slot]; in gs_emit_vertex()
402 int varying = prog_data->vue_map.slot_to_varying[slot]; in emit_thread_end()
Dbrw_compiler.h539 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member
Dbrw_clip_util.c249 int varying = c->vue_map.slot_to_varying[slot]; in brw_clip_interp_vertex()
Dbrw_vec4_gs_visitor.cpp92 int varying = c->input_vue_map.slot_to_varying[slot]; in setup_varying_inputs()
Dbrw_sf_emit.c63 return c->vue_map.slot_to_varying[vue_slot]; in vert_reg_to_varying()
Dbrw_vec4_visitor.cpp1408 prog_data->vue_map.slot_to_varying[slot]); in emit_vertex()
Dbrw_fs.cpp1472 int varying = prev_stage_vue_map.slot_to_varying[slot]; in calculate_urb_setup()