HomeSort by: relevance | last modified time | path
    Searched refs:slot_to_varying (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vue_map.c 53 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[i] - VARYING_SLOT_PATCH0)
    [all...]
brw_interpolation_map.c 96 int varying = vue_map->slot_to_varying[i];
gfx6_gs_visitor.cpp 144 int varying = prog_data->vue_map.slot_to_varying[slot];
400 int varying = prog_data->vue_map.slot_to_varying[slot];
brw_fs_visitor.cpp 819 (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];
brw_clip_util.c 242 int varying = c->vue_map.slot_to_varying[slot];
brw_compile_sf.c 90 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;
brw_compiler.h 1181 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];
brw_vec4_visitor.cpp 1303 prog_data->vue_map.slot_to_varying[slot]);
brw_fs.cpp 1909 int varying = prev_stage_vue_map.slot_to_varying[slot];
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vue_map.c 53 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[i]))
    [all...]
brw_interpolation_map.c 96 int varying = vue_map->slot_to_varying[i];
brw_compiler.h 946 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];
gen6_gs_visitor.cpp 146 int varying = prog_data->vue_map.slot_to_varying[slot];
402 int varying = prog_data->vue_map.slot_to_varying[slot];
brw_fs_visitor.cpp 714 (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];
brw_clip_util.c 242 int varying = c->vue_map.slot_to_varying[slot];
brw_compile_sf.c 90 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;
brw_vec4_visitor.cpp 1411 prog_data->vue_map.slot_to_varying[slot]);
brw_fs.cpp 1667 int varying = prev_stage_vue_map.slot_to_varying[slot];
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 1036 ((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/mesa/drivers/dri/i965/
genX_state_upload.c 1046 ((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/gallium/drivers/iris/
iris_state.c 4009 (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.old/dist/src/gallium/drivers/iris/
iris_state.c 3315 (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/crocus/
crocus_state.c 4534 ((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/
anv_pipeline.c 1412 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS)

Completed in 81 milliseconds