Searched refs:slot_to_varying (Results 1 – 12 of 12) sorted by relevance
53 vue_map->slot_to_varying[slot] = varying; in assign_vue_slot()104 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_vue_map()144 vue_map->slot_to_varying[slot++] = VARYING_SLOT_POS; in brw_compute_vue_map()240 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_tess_vue_map()307 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map()309 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0); in brw_print_vue_map()312 varying_name(vue_map->slot_to_varying[i])); in brw_print_vue_map()320 varying_name(vue_map->slot_to_varying[i])); in brw_print_vue_map()
96 int varying = vue_map->slot_to_varying[i]; in brw_setup_vue_interpolation()
634 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD || in emit_urb_writes()635 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()641 int varying = vue_map->slot_to_varying[slot]; in emit_urb_writes()
146 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()
1094 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member1666 int varying = prev_stage_vue_map->slot_to_varying[i]; in brw_compute_first_urb_slot_required()
90 return c->vue_map.slot_to_varying[vue_slot]; in vert_reg_to_varying()827 c.vue_map.slot_to_varying[c.vue_map.num_slots++] = BRW_VARYING_SLOT_PNTC; in brw_compile_sf()
242 int varying = c->vue_map.slot_to_varying[slot]; in brw_clip_interp_vertex()
1316 prog_data->vue_map.slot_to_varying[slot]); in emit_vertex()
1771 int varying = prev_stage_vue_map.slot_to_varying[slot]; in calculate_urb_setup()
1037 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in genX()1038 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in genX()1039 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in genX()1040 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in genX()
3959 (1ull << last_vue_map->slot_to_varying[last_read_slot]))) in iris_compute_sbe_urb_read_interval()4055 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in iris_emit_sbe_swiz()4056 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in iris_emit_sbe_swiz()4057 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in iris_emit_sbe_swiz()4058 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1))) in iris_emit_sbe_swiz()
1262 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS) in anv_pipeline_init_from_cached_graphics()