HomeSort by: relevance | last modified time | path
    Searched defs:vue_map (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
blorp.c 230 &vs_prog_data->base.vue_map,
289 struct brw_vue_map vue_map; local
290 brw_compute_vue_map(blorp->compiler->devinfo, &vue_map, slots_valid, false);
294 &prog_data_tmp, &vue_map, &program_size);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_ff_gs.h 102 struct brw_vue_map vue_map; member in struct:brw_ff_gs_compile
brw_wm.c 75 struct brw_vue_map *vue_map)
126 true, false, vue_map,
583 struct brw_vue_map vue_map; local
585 brw_compute_vue_map(&brw->screen->devinfo, &vue_map,
590 bool success = brw_codegen_wm_prog(brw, bfp, &key, &vue_map);
  /xsrc/external/mit/MesaLib/dist/src/intel/blorp/
blorp.c 273 &vs_prog_data->base.vue_map,
387 struct brw_vue_map vue_map; local
388 brw_compute_vue_map(blorp->compiler->devinfo, &vue_map, slots_valid, false, 1);
392 &prog_data_tmp, &vue_map, &program_size);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_clip.h 99 struct brw_vue_map vue_map; member in struct:brw_clip_compile
brw_compile_ff_gs.c 68 struct brw_vue_map vue_map; member in struct:brw_ff_gs_compile
456 unsigned char slot = c->vue_map.varying_to_slot[varying];
565 struct brw_vue_map *vue_map,
574 c.vue_map = *vue_map;
575 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_compile_sf.c 69 struct brw_vue_map vue_map; member in struct:brw_sf_compile
90 return c->vue_map.slot_to_varying[vue_slot];
113 int vue_slot = c->vue_map.varying_to_slot[varying];
191 for (i = 0; i < c->vue_map.num_slots; i++) {
205 for (i = 0; i < c->vue_map.num_slots; i++)
807 struct brw_vue_map *vue_map,
818 c.vue_map = *vue_map;
822 * not included in c.vue_map generated in VS stage. Here we add
826 c.vue_map.varying_to_slot[BRW_VARYING_SLOT_PNTC] = c.vue_map.num_slots
    [all...]
brw_fs_visitor.cpp 763 const struct brw_vue_map *vue_map = &vue_prog_data->vue_map; local
817 int last_slot = vue_map->num_slots - 1;
819 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
825 for (slot = 0; slot < vue_map->num_slots; slot++) {
826 int varying = vue_map->slot_to_varying[slot];
834 if ((vue_map->slots_valid & psiz_mask) == 0) {
844 if (vue_map->slots_valid & VARYING_BIT_LAYER)
849 if (vue_map->slots_valid & VARYING_BIT_VIEWPORT
    [all...]
brw_compiler.h 1201 void brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map,
1217 GLuint brw_varying_to_offset(const struct brw_vue_map *vue_map, GLuint varying)
1219 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]);
1223 struct brw_vue_map *vue_map,
1228 void brw_compute_tess_vue_map(struct brw_vue_map *const vue_map,
1233 void brw_setup_vue_interpolation(const struct brw_vue_map *vue_map,
1277 struct brw_vue_map vue_map; member in struct:brw_vue_prog_data
1598 struct brw_vue_map *vue_map,
1614 struct brw_vue_map *vue_map,
1627 const struct brw_vue_map *vue_map; member in struct:brw_compile_fs_params
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_clip.h 99 struct brw_vue_map vue_map; member in struct:brw_clip_compile
brw_compile_sf.c 69 struct brw_vue_map vue_map; member in struct:brw_sf_compile
90 return c->vue_map.slot_to_varying[vue_slot];
113 int vue_slot = c->vue_map.varying_to_slot[varying];
191 for (i = 0; i < c->vue_map.num_slots; i++) {
205 for (i = 0; i < c->vue_map.num_slots; i++)
807 struct brw_vue_map *vue_map,
818 c.vue_map = *vue_map;
822 * not included in c.vue_map generated in VS stage. Here we add
826 c.vue_map.varying_to_slot[BRW_VARYING_SLOT_PNTC] = c.vue_map.num_slots
    [all...]
brw_fs_visitor.cpp 619 if (!(vue_prog_data->vue_map.slots_valid & VARYING_BIT_CLIP_VERTEX))
658 const struct brw_vue_map *vue_map = &vue_prog_data->vue_map; local
712 int last_slot = vue_map->num_slots - 1;
714 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
715 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
720 for (slot = 0; slot < vue_map->num_slots; slot++) {
721 int varying = vue_map->slot_to_varying[slot];
729 if ((vue_map->slots_valid & psiz_mask) == 0) {
739 if (vue_map->slots_valid & VARYING_BIT_LAYER
    [all...]
brw_compiler.h 966 void brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map);
981 GLuint brw_varying_to_offset(const struct brw_vue_map *vue_map, GLuint varying)
983 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]);
987 struct brw_vue_map *vue_map,
991 void brw_compute_tess_vue_map(struct brw_vue_map *const vue_map,
996 void brw_setup_vue_interpolation(struct brw_vue_map *vue_map,
1037 struct brw_vue_map vue_map; member in struct:brw_vue_prog_data
1299 struct brw_vue_map *vue_map,
1315 struct brw_vue_map *vue_map,
1334 bool use_rep_send, struct brw_vue_map *vue_map,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_wm.c 75 struct brw_vue_map *vue_map)
120 .vue_map = vue_map,
625 struct brw_vue_map vue_map; local
627 brw_compute_vue_map(&brw->screen->devinfo, &vue_map,
632 bool success = brw_codegen_wm_prog(brw, bfp, &key, &vue_map);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program.c 579 &vue_prog_data->vue_map, nir->info.outputs_written,
606 &vue_prog_data->vue_map);
898 &vue_prog_data->vue_map);
978 &vue_prog_data->vue_map, nir->info.outputs_written,
999 &vue_prog_data->vue_map);
1051 struct brw_vue_map *vue_map)
1078 nir, NULL, -1, -1, -1, true, false, vue_map, &error_str);
1166 struct brw_vue_map *vue_map = &vue_prog_data->vue_map; local
1169 (old_map ? old_map->slots_valid : 0ull) ^ vue_map->slots_valid
    [all...]
iris_state.c 3141 const struct brw_vue_map *vue_map)
3164 assert(vue_map->varying_to_slot[varying] >= 0);
3191 .RegisterIndex = vue_map->varying_to_slot[varying],
3206 int urb_entry_read_length = (vue_map->num_slots + 1) / 2 -
3331 const struct brw_vue_map *vue_map = ice->shaders.last_vue_map; local
3343 int slot = vue_map->varying_to_slot[fs_attr];
3356 if (!(vue_map->slots_valid & VARYING_BIT_LAYER))
3358 if (!(vue_map->slots_valid & VARYING_BIT_VIEWPORT))
3384 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC0];
3386 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC1]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c 339 &anv_pipeline_get_last_vue_prog_data(pipeline)->vue_map;
472 if (last_vue_prog_data->vue_map.slots_valid & VARYING_BIT_PSIZ) {
1103 if (vp_info && (last->vue_map.slots_valid & VARYING_BIT_VIEWPORT)) {
1116 !(last->vue_map.slots_valid & VARYING_BIT_LAYER);
1139 const struct brw_vue_map *vue_map = &prog_data->vue_map; local
1172 (prog_data->vue_map.num_slots + 1) / 2 - urb_entry_read_offset;
1241 .RegisterIndex = vue_map->varying_to_slot[varying],
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c 1224 &vue_prog_data->vue_map, outputs_written,
1259 &vue_prog_data->vue_map);
1616 &vue_prog_data->vue_map);
1723 &vue_prog_data->vue_map, nir->info.outputs_written,
1750 &vue_prog_data->vue_map);
1817 struct brw_vue_map *vue_map)
1866 .vue_map = vue_map,
1966 struct brw_vue_map *vue_map = &vue_prog_data->vue_map; local
2877 struct brw_vue_map vue_map; local
    [all...]
crocus_state.c 4271 const struct brw_vue_map *vue_map)
4294 assert(vue_map->varying_to_slot[varying] >= 0);
4321 .RegisterIndex = vue_map->varying_to_slot[varying],
4336 int urb_entry_read_length = (vue_map->num_slots + 1) / 2 -
4457 const struct brw_vue_map *vue_map,
4462 int slot = vue_map->varying_to_slot[fs_attr];
4473 if (!(vue_map->slots_valid & VARYING_BIT_LAYER))
4475 if (!(vue_map->slots_valid & VARYING_BIT_VIEWPORT))
4485 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC0];
4487 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC1]
4558 const struct brw_vue_map *vue_map = ice->shaders.last_vue_map; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_program.c 1343 &vue_prog_data->vue_map, nir->info.outputs_written,
1372 &vue_prog_data->vue_map);
1731 &vue_prog_data->vue_map);
1840 &vue_prog_data->vue_map, nir->info.outputs_written,
1865 &vue_prog_data->vue_map);
1935 struct brw_vue_map *vue_map)
1983 .vue_map = vue_map,
2031 &brw_vue_prog_data(ice->shaders.last_vue_shader->prog_data)->vue_map;
2076 struct brw_vue_map *vue_map = &vue_prog_data->vue_map local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline.c 919 &vs_stage->prog_data.vs.base.vue_map,
1048 &tcs_stage->prog_data.tcs.base.vue_map,
1071 &gs_stage->prog_data.gs.base.vue_map,
1199 prev_stage->prog_data.vue.vue_map.slots_valid;
1410 const struct brw_vue_map *vue_map = &vue_prog_data->vue_map; local
1411 for (int i = 0; i < vue_map->num_slots; i++) {
1412 if (vue_map->slot_to_varying[i] == VARYING_SLOT_POS)
genX_pipeline.c 367 &anv_pipeline_get_last_vue_prog_data(pipeline)->vue_map;
685 if (last_vue_prog_data->vue_map.slots_valid & VARYING_BIT_PSIZ) {
1474 if (vp_info && (last->vue_map.slots_valid & VARYING_BIT_VIEWPORT)) {
1488 !(last->vue_map.slots_valid & VARYING_BIT_LAYER);
1516 const struct brw_vue_map *vue_map = &prog_data->vue_map; local
1586 (prog_data->vue_map.num_slots + 1) / 2 - urb_entry_read_offset;
1661 const int slot = vue_map->varying_to_slot[varying];

Completed in 33 milliseconds