Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c53 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()
308 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map()
310 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0); in brw_print_vue_map()
313 varying_name(vue_map->slot_to_varying[i], stage)); in brw_print_vue_map()
321 varying_name(vue_map->slot_to_varying[i], stage)); in brw_print_vue_map()
Dbrw_interpolation_map.c96 int varying = vue_map->slot_to_varying[i]; in brw_setup_vue_interpolation()
Dgfx6_gs_visitor.cpp144 int varying = prog_data->vue_map.slot_to_varying[slot]; in gs_emit_vertex()
400 int varying = prog_data->vue_map.slot_to_varying[slot]; in emit_thread_end()
Dbrw_fs_visitor.cpp819 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD || in emit_urb_writes()
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
826 int varying = vue_map->slot_to_varying[slot]; in emit_urb_writes()
Dbrw_compiler.h1181 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member
1874 int varying = prev_stage_vue_map->slot_to_varying[i]; in brw_compute_first_urb_slot_required()
Dbrw_compile_sf.c90 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()
Dbrw_clip_util.c242 int varying = c->vue_map.slot_to_varying[slot]; in brw_clip_interp_vertex()
Dbrw_vec4_visitor.cpp1303 prog_data->vue_map.slot_to_varying[slot]); in emit_vertex()
Dbrw_fs.cpp1909 int varying = prev_stage_vue_map.slot_to_varying[slot]; in calculate_urb_setup()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1036 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in genX()
1037 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in genX()
1038 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in genX()
1039 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in genX()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c4008 (1ull << last_vue_map->slot_to_varying[last_read_slot]))) in iris_compute_sbe_urb_read_interval()
4105 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in iris_emit_sbe_swiz()
4106 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in iris_emit_sbe_swiz()
4107 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in iris_emit_sbe_swiz()
4108 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1))) in iris_emit_sbe_swiz()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4534 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in get_attr_override()
4535 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in get_attr_override()
4536 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in get_attr_override()
4537 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in get_attr_override()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1394 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS) in anv_pipeline_init_from_cached_graphics()