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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vue_map.c53 vue_map->slot_to_varying[slot] = varying;
95 * vue_map->slot_to_varying won't overflow the signed chars that are used
96 * to store them. Note that since vue_map->slot_to_varying sometimes holds
104 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD;
144 vue_map->slot_to_varying[slot++] = VARYING_SLOT_POS;
231 * vue_map->slot_to_varying won't overflow the signed chars that are used
232 * to store them. Note that since vue_map->slot_to_varying sometimes holds
240 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD;
308 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) {
310 vue_map->slot_to_varying[
[all...]
H A Dbrw_interpolation_map.c96 int varying = vue_map->slot_to_varying[i];
H A Dgfx6_gs_visitor.cpp144 int varying = prog_data->vue_map.slot_to_varying[slot];
400 int varying = prog_data->vue_map.slot_to_varying[slot];
H A Dbrw_fs_visitor.cpp819 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
826 int varying = vue_map->slot_to_varying[slot];
H A Dbrw_clip_util.c242 int varying = c->vue_map.slot_to_varying[slot];
H A Dbrw_compile_sf.c90 return c->vue_map.slot_to_varying[vue_slot];
827 c.vue_map.slot_to_varying[c.vue_map.num_slots++] = BRW_VARYING_SLOT_PNTC;
H A Dbrw_compiler.h1181 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member in struct:brw_vue_map
1874 int varying = prev_stage_vue_map->slot_to_varying[i];
H A Dbrw_vec4_visitor.cpp1303 prog_data->vue_map.slot_to_varying[slot]);
H A Dbrw_fs.cpp1909 int varying = prev_stage_vue_map.slot_to_varying[slot];
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vue_map.c53 vue_map->slot_to_varying[slot] = varying;
94 * vue_map->slot_to_varying won't overflow the signed chars that are used
95 * to store them. Note that since vue_map->slot_to_varying sometimes holds
103 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD;
214 * vue_map->slot_to_varying won't overflow the signed chars that are used
215 * to store them. Note that since vue_map->slot_to_varying sometimes holds
223 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD;
290 if (vue_map->slot_to_varying[i] >= VARYING_SLOT_PATCH0) {
292 vue_map->slot_to_varying[i] - VARYING_SLOT_PATCH0);
295 varying_name(vue_map->slot_to_varying[
[all...]
H A Dbrw_interpolation_map.c96 int varying = vue_map->slot_to_varying[i];
H A Dbrw_compiler.h946 signed char slot_to_varying[VARYING_SLOT_TESS_MAX]; member in struct:brw_vue_map
1456 int varying = prev_stage_vue_map->slot_to_varying[i];
H A Dgen6_gs_visitor.cpp146 int varying = prog_data->vue_map.slot_to_varying[slot];
402 int varying = prog_data->vue_map.slot_to_varying[slot];
H A Dbrw_fs_visitor.cpp714 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
715 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
721 int varying = vue_map->slot_to_varying[slot];
H A Dbrw_clip_util.c242 int varying = c->vue_map.slot_to_varying[slot];
H A Dbrw_compile_sf.c90 return c->vue_map.slot_to_varying[vue_slot];
827 c.vue_map.slot_to_varying[c.vue_map.num_slots++] = BRW_VARYING_SLOT_PNTC;
H A Dbrw_vec4_visitor.cpp1411 prog_data->vue_map.slot_to_varying[slot]);
H A Dbrw_fs.cpp1667 int varying = prev_stage_vue_map.slot_to_varying[slot];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c1046 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
1047 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
1048 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
1049 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1));
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c1036 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
1037 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
1038 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
1039 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c3315 (1ull << last_vue_map->slot_to_varying[last_read_slot])))
3410 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
3411 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
3412 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
3413 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c4009 (1ull << last_vue_map->slot_to_varying[last_read_slot])))
4106 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
4107 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
4108 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
4109 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c4534 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
4535 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
4536 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
4537 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1));
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c1412 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS)

Completed in 91 milliseconds