Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vue_map.c53 vue_map->slot_to_varying[slot] = varying; in assign_vue_slot()
96 * vue_map->slot_to_varying won't overflow the signed chars that are used in brw_compute_vue_map()
97 * to store them. Note that since vue_map->slot_to_varying sometimes holds in brw_compute_vue_map()
105 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_vue_map()
145 vue_map->slot_to_varying[slot++] = VARYING_SLOT_POS; in brw_compute_vue_map()
232 * vue_map->slot_to_varying won't overflow the signed chars that are used in brw_compute_tess_vue_map()
233 * to store them. Note that since vue_map->slot_to_varying sometimes holds in brw_compute_tess_vue_map()
241 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_tess_vue_map()
309 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) { in brw_print_vue_map()
311 vue_map->slot_to_varying[ in brw_print_vue_map()
[all...]
H A Dbrw_interpolation_map.c96 int varying = vue_map->slot_to_varying[i]; in brw_setup_vue_interpolation()
H A Dgfx6_gs_visitor.cpp145 int varying = prog_data->vue_map.slot_to_varying[slot]; in gs_emit_vertex()
401 int varying = prog_data->vue_map.slot_to_varying[slot]; in emit_thread_end()
H A Dbrw_fs_visitor.cpp822 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD || in emit_urb_writes()
823 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
829 int varying = vue_map->slot_to_varying[slot]; in emit_urb_writes()
H A Dbrw_compiler.h1199 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member
2027 int varying = prev_stage_vue_map->slot_to_varying[i]; in brw_compute_first_urb_slot_required()
H A Dbrw_compile_sf.c91 return c->vue_map.slot_to_varying[vue_slot]; in vert_reg_to_varying()
828 c.vue_map.slot_to_varying[c.vue_map.num_slots++] = BRW_VARYING_SLOT_PNTC; in brw_compile_sf()
H A Dbrw_clip_util.c242 int varying = c->vue_map.slot_to_varying[slot]; in brw_clip_interp_vertex()
H A Dbrw_vec4_visitor.cpp1046 prog_data->vue_map.slot_to_varying[slot]); in emit_vertex()
H A Dbrw_fs.cpp1922 int varying = prev_stage_vue_map.slot_to_varying[slot];
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4163 (1ull << last_vue_map->slot_to_varying[last_read_slot]))) in iris_compute_sbe_urb_read_interval()
4248 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in iris_emit_sbe_swiz()
4249 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in iris_emit_sbe_swiz()
4250 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in iris_emit_sbe_swiz()
4251 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1))) in iris_emit_sbe_swiz()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4539 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 && in get_attr_override()
4540 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in get_attr_override()
4541 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 && in get_attr_override()
4542 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)); in get_attr_override()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1307 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS) in anv_pipeline_init_from_cached_graphics()

Completed in 48 milliseconds